• 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...
  • 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...
  • 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...
  • Delay function
    Can anybody explain this delay function?? void Delay(void){unsigned long volatile time; time = 727240*200/91; // 0.1sec while(time){ time--;
  • delay function
    hi i am using lpc 2134 for my project.i have installed the real view Uvision3 kit. i have successfully run the hello world program. i now want to start my own project.i have included the lpc21**.h...