??? 09/16/04 13:00 Read: times |
#77492 - caught it myseld Responding to: ???'s previous message |
I just realized that the below is incomplete
because of an interrupt interaction and had I not had crash() in the unused ISRs I would have been lost for a long while; saveIE = IE; EA = FALSE; ... .... IE = saveIE; the code 'listed as' ... .... somehow enabled interrupts. Erik |