This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nesting interrupts

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

0