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.

Check a status of Watchdog in TM4C123

Hello, I am Sky.

Now, I am implementing a watchdog function in TM4C123.

I set WatchdogResetEnable(WATCHDOG0_BASE).

I hope that when watchdog timer is timed out, it will reboot after a few seconds.

Then, I have a question.

How can I discriminate between watchdog reset and manual reboot (or first booting)?

If reset is caused by watchdog timer, I would like to implement additional settings in main function.

Is there any register to notify this information?

Please answer my question.

Thanks in advance.

-Sky