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