• 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 the...
  • 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...
  • My external inteerupt not working
    i m using EINT 2 on port P0.a5 on LPC 2148 here is my code ..can anyone guide me pls.. PINSEL0 = 0x80000000; //Select P0.7 for EINT2 VICIntSelect = 0x00; VICVectCntl1 = 0x20 | 0x10; //EINT...
  • My external inteerupt not working
    i m using EINT 2 on port P0.a5 on LPC 2148 here is my code ..can anyone guide me pls.. PINSEL0 = 0x80000000; //Select P0.7 for EINT2 VICIntSelect = 0x00; VICVectCntl1 = 0x20 | 0x10; //EINT...
  • 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...