| ??? 11/24/00 20:20 Read: times |
#6745 - High level interrupt |
Best Programmers,
I use a low level timer0 interrupt and a high level external interrupt. If I'm in the timer0 interrupt routine and I get a highlevel ext0 interrupt then jumps the soft direct to the ext0 interrupt routine. Till now is all okay. But after the ext0 interrupt a would like the jump back to my main program and not back to the low level timer0 interrupt. My question is how to cancel the lowlevel interrupt from timer0 and jump direct to the main program after running the high level interrupt? Help Please !!! Thanks. |



