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