Is it possible to prioritise a GPIO interrupt above all other interrupts?

13 Mar 2013

Hi,

I have a simple program, running on the LPC11U24, with serial, USB and GPIO interrupts. I wish to make the GPIO intterupt, a high -> low transition on P1_3, the highest priority. I have previously done similar things on the LPC1768 device but, so far as interrupts are concerned, the LPC11U24 seems to work differently.

Thanks, James