• 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,...
  • 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
    can i execute two task in one external interupt at a time
  • 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...
  • external interrupts
    Hi, i wanna know how to make an external interrupt from falling edge to rising edge, the example on the keil site only works with falling edge.. how can i do that ?