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.

watchdog timer



Hi,

Watchdog timer is used to reset the processor if it does not receives periodic pulses from the processor. So why do we disable it at the start of our program? We may enable it and program our processor to generate required periodic pulses.

Best Regards,

Abhishek.

  • A tiny correction to what you said:
    Watchdog timer resets the MCU once "it overflows". Its pulses are independent of the processor (and must be to do what it is supposed to do).

    As you can now see, If you do not want the MCU to reset, you will have to do one of the following:
    * Disable the WDT. or,
    * Clear the WDT periodically before it overflows.

**Attention** This is a public forum