• Regarding serial interrupt in LPC2378....
    Dear all my code is written for serial transmission and reception on interrupt at 9600 baud rate its working fine but my problem is in continous loop I kept U0IER =0x06; for both transmission and reception...
  • Regarding serial interrupt in LPC2378....
    Dear all my code is written for serial transmission and reception on interrupt at 9600 baud rate its working fine but my problem is in continous loop I kept U0IER =0x06; for both transmission and reception...
  • Problem with Timer0 interrupt
    Hi all, I'm a newbie on LPC1768 and copy the following program from a site - the program is to blink an LED using timer interrupt 0. The program is as follow #include "LPC17xx.h" int main (void...
  • Problem with Timer0 Interrupt
    Hi all, I am using Timer0 as interrupt for display time on LCD. But when the interrupt occurs, it won't come back to the last executed command of interrupted. It is repeating the ISR. I am using embedded...
  • LPC1768 problem with timer0
    Hi, this is my first thread in this forum and at the beginning i want to apologize for my English OK, I've just written small program with timer0 and interrupt. I want to toggle one of the LED on board...