We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.