• 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'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...
  • timer0 interrupt does not work with printf statement
    I got several warnings when I compile the following code using TIMER0 interrupt when it overflows. void main(void) { //----------------------------------------// interrupt TMOD = (TMOD & 0xF0)...
  • timer0 interrupt does not work with printf statement
    I got several warnings when I compile the following code using TIMER0 interrupt when it overflows. void main(void) { //----------------------------------------// interrupt TMOD = (TMOD & 0xF0)...
  • 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...