The Timer project is a simple program for the ADuC7028 using Analog Devices ADuC7028 Evaluation Board. It demonstrates the use of timers on the board. * TimerTrig1 demonstrates Timer 1. This code causes an interrupt and complements P4.2 every 50ms. * WakeUpTimer demonstrates Timer 2. The wake-up timer causes the part to power-up, perform an Analog to Digital Conversion, output conversion via UART at 9600bps and power-down again, once every minute. To view either example, only one of the C source files ('TimerTrig1.c' or 'WakeUpTimer.c') can be included in the target at any one time. Instructions on how to switch between the two 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 the other 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.