| ??? 11/24/00 22:11 Read: times |
#6746 - RE: High level interrupt |
When you exit from the high priority interrupt handler, can you be sure that you vectored from the timer interrupt handler before that in the first place? Unlikely. The ext0 interrupt might as well have occured while you were running the main program.
Rethink your approach, it's not "clean" to exit interrupt handlers (or subroutines for that matter) by decreasing the stack pointer, which is probably what you were wanting to hear. |



