• simple GPIO Port example with MCB2300
    Hi, I'm using MCB2300 board in order to learn about ARM programming. I used BLINKY example and it worked well. Now, I want to set and clear another GPIO port, with the exception of the GPIOs used...
  • 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...
  • GPIO Interrupts trigger problem
    I am using LPC1788 controller (FBD208pin package). I use some GPIO lines of Port 0 and 2 as external interrupts. There are Opto couplers, proxy sensors, etc sensors (that generate single pulse) are...
  • 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...