• Timer 2 as 5 sec timer
    Greetings everybody, I am working on a project of making a timer which runs for 5 seconds and stops. I have selected timer 2 for this. I start the timer on key press and it runs for 5 seconds. ...
  • 1 sec delay in C51 keil compiler
    hi there, i am novice in this field, any body have written 1 sec delay code in C, @ 12Mhz. waiting for your reply.
  • Timer 1 Interrupt 10 sec too late
    Hello! I have a problem with Keil Simulator using an C515C-L for a timer program. Look here --> www.hashbin.com/293.html The Problem is that the interrupt for timer1 is 10 seconds too late...
  • Problem in Creating Nano Secs Delay using 1768 in ISP mode
    Hi, i am trying to create Nano secds delay, but i got delay in micro secds so, plz help me ... my timer configurations are...... void Timer_Init() { LPC_SC->PCONP = (1<<1); LPC_TIM0->TCR |...
  • Providing Delay Using Timer
    HI, I am using STR91x I wish to provide delay using timer in my program. while studying the timer i came to know in str91 there are different modes like OC,IC. (I am not using PWM mode...