• 1 millisecond delay function without using Timer
    Hi am doing the final year project in LPC2148 , I need 1 ms delay for sense the object, am using timer for some other function , can anyone give the accurate delay function for generating 1 ms delay...
  • lpc 2138 timers delay
    Dear tech member I am working lpc2138 start pu board ,how to calculate delay using timers.help me Regards jacob
  • 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...
  • How the os_wait function work for delay ?
    Using rtx51tny in a at89s52 system, xtal :24MHz INT_CLOCK : 10000 cycles (tick period : 5ms) In a delay sub take os_wait ( K_TMO , 1, 0); .When simulator ,firstly the function take 0.0047005sec...
  • Delay function
    Can anybody explain this delay function?? void Delay(void){unsigned long volatile time; time = 727240*200/91; // 0.1sec while(time){ time--;