The Timers project demonstrates the use of both the Watch Dog Timer and the Wake-Up Timer with both compilers, RealView and GNU To view any of these examples, only one of the C source files ('WathcDogTimer.c' or 'WakeUpTimer.c') can be included in the target at any one time. Instructions on how to switch between examples are as follows: * In the Project Workspace window, right click on the active source file in the 'C Source File' folder. * Select ' Options for 'NAME_OF_FILE.c' '. * Uncheck the 'Include in Target Build' box * Click OK. * To activate another file, right click on it in the 'C Source File' folder in the Project Workspace window. * Select ' Options for 'NAME_OF_FILE.c' '. * Check the 'Include in Target Build' box * Click OK. * Compile and run as normal.