• 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 interrupt
    can i execute two task in one external interupt at a time
  • 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 Interrupts
    Hello Friends I am using external interrupts and 2 ports for I/O purposes . I want to know that if i use external interrupts then how i come to know that on which port I/O operation is performed and...
  • 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 ?