This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

WDT as an interval timer in msp430g255

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

**Attention** This is a public forum