ARM Cortex M4 Watchdog
The watchdog timer module in ARM Cortex M4 microcontrollers provides a robust mechanism to detect system hangs or crashes and reset the system automatically. The 120-word quick answer is that the Cortex M4 watchdog is a built-in timer that triggers a processor reset if the main program neglects to periodically service it. This prevents system