Sign in

username:

password:



Not a member?

Search m68hc11



Search tips

Subscribe to m68hc11



m68hc11 by Keywords

27c256 | 4K81H | 68HC11A1 | 68HC11P1 | 68hc24 | 68HC711E9 | 68HC811 | 8255 | A2D | ADC | ADC12138 | Am85C30 | BRCLR | Buffalo | CMOS | EEPROM | EPROM | Ethernet | EVB | EVBU | HC11E1 | HC11E9 | HC711E9 | Horray | ImageCraft | IRQ | Keypad | LCD | MC68HC11D0FN | MC68HC11E1CFU3 | MC68HC11F1 | MC68HC711E9 | MC68HC711E9CFN2 | Microcore11 | Microstamp11 | Minikit | NVRAM | PSD | PSD8xx | PSD9xx | PT1000 | RS232 | RTS | RXD | SPI | SRAM | TXD | Watchdogs | XIRQ


Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | | IRQ in special bootstrap

IRQ in special bootstrap - lapierre_john - Jul 22 11:14:00 2005

running BUFFALO monitor...using external IRQ to restart from WAI...
works fine in single chip mode but will not restart in special
bootstrap mode...do the IRQ and/or WAI functions get altered in
special bootstrap?

thanks in advance,
LAP




(You need to be a member of m68hc11 -- send a blank email to m68hc11-subscribe@yahoogroups.com )


Re: IRQ in special bootstrap - Mike McCarty - Jul 22 12:53:00 2005

lapierre_john wrote:
> running BUFFALO monitor...using external IRQ to restart from WAI...
> works fine in single chip mode but will not restart in special
> bootstrap mode...do the IRQ and/or WAI functions get altered in
> special bootstrap?

If you are intending that BUFFALO start you, then you are
up the proverbial creek. When you start in Special Test
Mode, the vectors all come from a different location, and
do *not* point to BUFFALO, hence it does not gain control.

[reaches for manual]

I quote the manual:

"In special test operating mode, the reset and interrupt
vectors are fetched from external memory locations
$BFC0-$BFFF rather than $FFC0-$FFFF."

So, if you have RAM there, then use BUFFALO to put your
code wherever you are downloading to, then put vectors
at $BFC0-$BFFF to point into your code, change your
mode jumpers, and reset.

Your code will *spring* to life!

Well, *maybe* it will, anyway.

:-) > thanks in advance,
> LAP

Welcome in retrograde mode.

Next time, try RTFM. It'll save you some time.

Mike
--
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
This message made from 100% recycled bits.
I can explain it for you, but I can't understand it for you.
I speak only for myself, and I am unanimous in that!



______________________________
Stellaris® MCU Family: New Parts, New Package, New Price.


(You need to be a member of m68hc11 -- send a blank email to m68hc11-subscribe@yahoogroups.com )