• GPIO Interrupt with UART
    We have designed keyboard using individual GPIO interrupts. We need to combine that GPIO interrupt with serial communication to transfer that data from keyboard. while compiling that code it doesnt shows...
  • LPC2364 GPIO Interrupt Problem
    Hello all, I am trying to use a falling edge GPIO interrupt on P0.11. I setup the pin as an input and have tested it as such and it seems to work fine. PINSEL0 &= 0xFF3FFFFF; PINMODE0 &= 0xFFBFFFFF;...
  • GPIO interrupt simulation problem.
    I am using KEIL simulator for Target LPC2364. I Want to generate GPIO interrupt on PIN0.11. I am using signal, I am able to see signals on PORT0.11 through logic analyzer, but i am not able to generate...
  • MCB2300: GPIO Interrupt Problems
    Hi everyone, I'm new to programming with a MCB2300(LPC2378), and I'm having a little bit of trouble figuring out how to get the GPIO interrupts to work. I'm trying to detect a rising edge on...
  • GPIO interrupt won't trigger
    I have set a pin on a Cortex M3 to act as an rising-edge triggered interrupt and it's not firing for some reason. What it should do is receive a 1Hz pulse, trigger an interrupt and start a 12.8Khz square...