Hi All
Zigbee stack:1.2.2a
Now, watchdog can work normally in my program.
Like WatchdogReloadSet() and WatchdogIntClear() and WatchdogEnable() is work.
When I read the status value of the trigger watchdog through "WatchdogIntStatus()" after device watchdog reset and before run "WatchdogIntClear()"
The status value I got is 0. (watchdog.h:0 -> Watchdog interrupt is not active)
I hope i can determine if the device reboot is triggered by the watchdog.
Thanks for your help.