What is the difference between interrupt Raw status register and interrupt status register on LPC3250?
The normal approach would be to fully initialise the source of the interrupt before enabling the interrupt. That initialisation would clear (release) any old pending interrupt.
Thank you. i got the difference.