The UART project demonstrates UART transmissions using the Analog Devices ADuC703x Evaluation Board. it includes 4 different configuration: UART1 demonstrate the basic UART configuration UART2 demonstrates the use of the fractional divider UART3 shows how to use the printf function with the ADuC703x UART peripheral UART4 is a interrupt driven UART example The baudrate is different depending on the example. To view any of these examples, only one of the C source files ('UART1.c' or 'UART2.c' or 'UART3.c' or 'UART4.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.