• 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...
  • 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...
  • problem in lpc2138 external interrupt
    hai i am doing basic programs in lpc2138 ARM controller problem is exter nal interrupt is only once generates but again it is not generate.send me what is the problem.this is my code //******...
  • External interrupt
    My code for external interrupt is not working.Please help me. I am able to compile the code but nothing happens when i pull down port p0.14 #include "lpc214x.h" // Header file for Phillips LPC2148...