Intermediate
Embedded Systems & IoT
Q67 / 100
What is the purpose of "watchdog reset cause" registers found in many microcontrollers?
Correct! Well done.
Incorrect.
The correct answer is A) They record why the most recent reset occurred (e.g., power-on, watchdog timeout, brown-out), helping developers diagnose the cause of unexpected resets
A
Correct Answer
They record why the most recent reset occurred (e.g., power-on, watchdog timeout, brown-out), helping developers diagnose the cause of unexpected resets
Explanation
After an unexpected reset, checking the reset cause register helps determine if it was due to a watchdog timeout (suggesting a software hang), brown-out (power issue), or a normal power cycle, aiding debugging.
Progress
67/100