• External interrupt program not working
    Hi All, I am trying to use external interrupt with the following code using LPC1768 micro controller. I have connected P2.10 and P2.11 to switches and GPIO0 used to connect the LED's. When I press...
  • 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
    I try to use external pin P5.6 to generate an interup but the interupt never apend. I use REVA board with STR912F MCU I'm working in debug Here my code: #include "STRx.h" int delaycnt;...
  • external interrupt
    can i execute two task in one external interupt at a time
  • Problem with interrupt while working with external memory.
    I'm having a problem with normal execution of my code while ASC0 interrupt is enabled (of ST10F168) and external memory is enabled. In my small program I'm sending a character 'a' to serial port and...