Newbie question about BOD|WDT
Posted: Fri Oct 05, 2018 3:56 pm
By default, in many MCUs, watchdog's and BOD's are disabled by default and are required to activate them in the software. If this is true, this must be done as soon as possible after powering the MCU.
However, what happens if the MCU crashes because of power or any random reason BEFORE the bootloader(?) Activates them? Will it be freezed forever? How to solve this (if true) without external hardware? In IDF 3.2, has API to use rtc_wdt but in rare cases when I floating power supply during boot, esp freeze... How solve?
However, what happens if the MCU crashes because of power or any random reason BEFORE the bootloader(?) Activates them? Will it be freezed forever? How to solve this (if true) without external hardware? In IDF 3.2, has API to use rtc_wdt but in rare cases when I floating power supply during boot, esp freeze... How solve?