• HY-LPC1788 GPIO Problem
    Hello Dudes.a few month ago i bought one HY-LPC1788-CoreBoard (Gold Color!) And I started to using it in my project.Fortunately,I Could run the LCD,Touch & USART and THE RED LED on the LPC1788.But If...
  • LPC1768 GPIO interrupts
    Hi , I m new to CORTEX M3 , and was trying to get the GPIO interrupts functionality on LPC1768 working, however , it doesnt seem to work, seems like the interrupt isn't enabled. Here is my code ...
  • 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;...
  • 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...