This sample application opens a GUI to test different watchdog functionalities. It has been tested to work on BitsyXb with Windows CE 5.0.
Notes
Once the watchdog is started, the program will keep servicing the watchdog automatically at regular intervals that are shorter than the timeout value.
The option to stop a running watchdog without reset will keep counting down until: - the timer expires so the system resets - or the user calls service watchdog - or the user calls a system reset
After reset, the watchdog will be disabled.
Exiting from the application when the watchdog is still running will also cause the system to reset once the watchdog timer expires.