• 5 sec delay using timers
    hello, pleae help me i want 5 sec delay using timer concepts
  • 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 |...
  • 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. ...
  • C51: How Much max count by counter in 1 sec
    Hello I use C51 with crystal 11.0592Mhz , my task is i want use timer/counter as event counter and display counter value the maximum count in 1 sec is 2500. is this possible with C51 if yes than please...
  • Delay Loop in C51
    Dear Friends, How to create a delay loop in C51.Say for example I need a delay loop for 35mS.How to do this.I tried a code taken from this forum.It is void delay(void) { unsigned long msdl; msdl...