• C delay routine
    I need to write a delay routine in C for a 80C251 . The delay has got to be about 30 seconds . Any ideas welcomed.
  • Delay routine problem
    I want to create delay functions in a separate c file. The code should be as perfect as possible without using internal timer. I read somewhere that 'Calling the routine takes about 22us' Though 22uS...
  • Delay routine problem
    I want to create delay functions in a separate c file. The code should be as perfect as possible without using internal timer. I read somewhere that 'Calling the routine takes about 22us' Though 22uS...
  • Delays
    How can one generate a precise time delay wihtout using the timers and using only the software loops.
  • Delay
    hi i want delay in ms and us.am using LPC2366.CPU clock: 48MHz.peripheral clock: 12MHz.can any one have source code for delay function.please help me to know how to implement delay function in ms and...