• Interrupt is not working?
    Hi am new to this forum.I have recently ordered a "free" KEIL evalution software CD for ARM development tools.I am working on LPCE2214 OLIMEX board. Am able to toggle a PORT pin and also on TIMER and...
  • GSM Reception is not working in interrupt mode
    #include<softuart.h> #include<stdio.h> #include<reg51.h> void uart_init(); sbit sw=P1^7; unsigned char rx(); code unsigned char rd[] = "AT+CMGR=1"; code unsigned char ne[] = "AT+CNMI=2,2...
  • 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...
  • Can't get interrupts working
    Hi, I have trouble getting interrupts to work. I am using the AT91SAM96RL64 processor from Atmel with the Keil compiler and uVision 4. Initially I have successfully configured UART0 to send and...
  • Can't get interrupt to work
    Hi, I am sorry if there is already a thread open with this problem, I just couldn't find it. I have a problem which should be easy to solve for you guys. I am trying to get a simple interrupt service...