Hi all, I enables WDT as an interval timer of let say 8 msec and meanwhile i have used delay function " __delay_cycles (10000000)" in the main code inside while(1) loop. Then, whether this delay function is going to stop my WDT also for one second OR WDT has got nothing to do with the delay function used inside infinite loop and thus it will keep on executing at an interval of 8 msec. NOTE: Clock operating at 1 MHz It may be a very silly question though, but i got doubt and need help. Thank you
↧