??? 08/13/05 13:18 Read: times |
#99332 - Interrupt Responding to: ???'s previous message |
I have read the tutorial and previous threads on website but could not figure out the solution. I am making the program to jump to start within interrupt routine, is this the problem?
You will never reach the RETI, so your processor "believes" it is stilll executing that interrrupt and therefore will not allow it (or any other interrupt on same priority level) to be acknowledged. Anders |