hi
I am a new learner of the zigbee wireless networking. I have found the documents about the watchdog in the zstack,and the result was not very satisfactory ,so i want get some help form the forum.In the zstack, I only found some code about the watchdog as follow.
#ifdef WDT_IN_PM1
/* If WDT is used, this is a good place to enable it. */
WatchDogEnable( WDTIMX );
#endif
From my point of view,if i define the macro definition WDT_IN_PM1, these codes are used to enable the watchdog function in the zstack only,but where the watchdog will be cleared?Need I to write some codes to clear the watchdog in the stack?If i am,where can these codes be invoked in the zstack?
regards!