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

using nested interrupts in LPC2148

hello,
I want to use nested interrupts in LPC2148.
I am doing program in which I have to use nested interrupts of only serial. when any interrupt comes, controller clears interrupt enable bit to mask the other interrupt coming. How to avoid this ?? I want to use serial interrupt in the ISR of serial.
Is it possible??
plz help