• 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...
  • 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...
  • 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...
  • setting of MR0 value for timer0
    Hello, In timer concept I want to clear a thing to load a value for MR0 for example of 1 seconds.For 1 seconds I used to load a value for MR0 using the following calculation, F=12Mhz(PCLK) ...
  • Timer0 Interrupt does not update
    Hi Guys, I am simulating delayed pulses for a stepper motor, and I am using timer0 on MCB2300. I setup my interrupt timer and I want it to be updated every time a pulse is fired. When I simulated...