??? 07/27/04 12:24 Read: times |
#74964 - RE: LPC935 - Problems with Interrupt Responding to: ???'s previous message |
Intitally you said something about interrupt priority. The only thing I see at first glance is that you have abbreviated the interrupt priority out. If the two interrupts have different priority they must use a different register stack. i always reserve one register stack for each priority level I use.
Erik |