• ********* delay routines *************************
    I am now urgant. Thank you. But I must need ready and tested routines for slow frequence (31kHz, 125kHz, 250kHz etc.). Please for me.
  • 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...
  • 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.
  • Delays
    How can one generate a precise time delay wihtout using the timers and using only the software loops.
  • Maths Routine Problem???
    Hi all, I managed to get my interrupts working, and i have figured out a way to calculate the heart rate which is: z = 60/(0.39*R7) = 153.84/R7 = 154/R7 But when i tried this formula, the...