Hello,

I would like to use the SLEEP command in my program.
The main program is a small loop like:

loop:
Sleep 5
GOTO loop

Because when an interrupt occurs, program jumps at the INT handler and the stuff is processed there.

My question is: I don't want to use WDT (which is a feature I don't understand anyway),
can I use sleep without having to enable or disable registers related to WDT ?

Thanks