• 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 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 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 problem
    Hi, all. I'm italian so my english isn't very good:-) but i try it. I have an evolution board MCB2300 with LPC2368, "i'm new on the world of ARM" and today while i'm working on the uvision2 under configuration...