• Timer0 Calculation
    Hello All, I am trying to have a function for the delay with the following code. But when executed, I do not get the delay of 1000 ms. Please advise where I am wrong. #include <lpc214x.h> void...
  • LPC2129 timer0
    i am using LPC2129,i need to program for capture , pwm and 1sec delay all using timer 0,how to use an single timer for those things... Is there any manuals gave answer for this means give me a URL...
  • lpc2103 timer0
    hi i'm using lpc2103 and timer0 to make a 10 second delay .but my code just give me 2 second delay . it seems that timer is running 5 time faster ! here is my code : T0TCR=(1<<1); //Reset Timer0...
  • 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...
  • problem regarding timer0 in the lpc2378
    Hi i am currently working on the mcb2300. the timer0 is used.Iam just toggling the led ports.In the simulation i am able to get the output but regarding the hardware i am not able to see the toggling...