|
Hi, The unexpected delays are basically
because of some ISR running in between, Is you delay function is just a loop
based or interrupt based? I think it is not interrupt based. Just try disabling
interrupts just before calling the delay function and enabling after the
function call. If it works better then I suggest you to write a good interrupt
based delay routine. Note that the interrupt I was talking about is timer interrupt
raised by internal timer of AVR. -Gopal From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sumeet Pal Singh Hi |
_______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
