How can one generate a precise time delay wihtout using the timers and using only the software loops.
Hello you can generate delays using the following code HERE:MOV R1,#F0H DJNZ R1,HERE i hope it can generate the precise time delays , dont forget to calculate the machine cycles. regards john