Other Parts Discussed in Thread: SYSCONFIG
Hi
Does the Watchdog driver and function had been verifed work well for SDK_05_01_00_04?
I try to enable the watchdog by example.syscfg I find the following some issues:
(1) when select Trigger NMI Interrupt , there is no method to choose the call back function on the GUI of example.syscfg
(2) If I select trigger reset mode, the system will hangup for a short time even though I set the expire time to 1000 ms
(3) If I use reset off mode and put the call back pointer to callbackFxn, I can not let the code enter to this call back function but instead of system hanup @HwiP_hardFault_handler infinity loop
(4) If I set th eexpire time longer for example 10,000ms , than nothing happen, system can continue to run but never be reset or hangup or enter to call back.
Can you help to check how I can solve these issues?