Hi all,
I have tried to use 3 vectorized interrupts at the same time for LPC2468.
These are timer1, adc and uart1.
But after a while timer interrupt stops.
I declared all interrupt priorities as highest_priority.
IENABLE and IDISABLE macros are leaved the same as in NXP's sample code.
But timer1 interrupt gets broken.
What is the problem ?
Does not Keil manage "nesting-interrupts" ?
Thank you.
Kemal