• LPC1788 external interrupt with CMSIS
    Hi every one, There was a wide GPIO functions in the CMSIS initial versions which made easy setting and initialization of interrupts,like: void GPIO_IntCmd (uint8_t portNum, uint32_t bitValue, uint8_t...
  • Interrupt problem = using External Interrupts
    Hi, I am trying to use External Interrupts in a program where I have already several active interrupts and modules. It happens that after I make the pin description for this external interrupt,...
  • External Interrupt Problem.
    Hi, I'm trying to get an External Interrupt from my User Button (PB7) on the board (MCBSTM32C). I'm using a sample code i found from the web called; stm32_exti. Even if I clear the interrupt pending...
  • external interrupt problem
    Hi, I am trying simulate external interrupt with LPC2104 using keil. But it doesn't work. I pasted my c code below and i didn't make any change in startup.s code. I'm trying to turn off led at...
  • Problems with external Interrupts LPC2148
    Hello, I've got a Problem with my LPC2148's external Interrupts. I need all four external Interupts to detect the pulsewide of four RC-Signals. If i detect just one Signal, everything's running well...