The Watchdog project is a program for the ADuC7026 using Analog Devices ADuC7026 Evaluation Board. It demonstrates the use of the Watchdog Timer (Timer 3) The default example demonstrates the Watchdog Interupt. An example to demonstrate secure mode is also included . To view this example, the 'watchdog1.c' C source file needs to be replaced with the 'watchdog2.c' C source file. Instructions to do this are as follows: * In the Project Workspace window, right click on the 'watchdog0.c' file in the 'C Source File' folder. * Select ' Remove 'watchdog1.c' '. * Right click on the 'C Source File' folder and select 'Add files to Group 'C Source File' '. * Choose the required file from the ADC folder ('watchdog2.c'). * Compile and run as normal.