Content originally posted in LPCWare by emielzij on Mon Jan 26 04:18:16 MST 2015
I took a look at the example. But I don't understand what is going on. I really prefer programing the registers directly. But I can't figure out which register I should use to check which pin caused an interrupt and how to clear the interrupt at the end of the ISR. Hope someone can help me with this problem.
I am using the LPC11C24
edit: I think that the GPIOnMIS register should be checked to figure out which pin caused the interrupt. Would be nice if someone could confirm this.