• 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...
  • LPC1768 GPIO Interrupt trigger when enabled.
    Hi, I have a requirement where I need to turn on/off GPIO interrupts during certain events in my application. Requirement is to monitor both Falling/Rising edges when this interrupt is enabled. ...
  • DMA Trigger via input GPIO Pin
    Hi, is it possible to start a DMA transaction by a falling edge on a GPIO pin? I used the EXTI configuration for this input pin and in the EXTI-ISR i can trigger the DMA. But i think this is...
  • Can interrupt don't trigger
    Hi, I have used dome CAN examples but I hae met with an strange problem. With the following code that I attach later I've get to trigger the interrupt recpection of can IRQ and every thing seems...
  • 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...