The UART project is a simple program for the ADuC7028 using Analog Devices ADuC7028 Evaluation Board. It demonstrates UART transmission using the board. Note: ----- Examples UART1-3 all have a clock divider of 0 (i.e. the clock speed is unchanged). Example UART4 however has a CD value of 3. As each of these examples use the same startup file, it is necessary to change the CD value when switching between examples. This can be done as follows: * In the Project Workspace window, double click the file 'startup_G.s' or 'startup_K.s' or 'startup_RV.s' accordingly to open the appropriate startup file. * Click the + box in the configuration wizard to extend the PLL menu. * Change the CD value to 0 (for UART1-3 or 3 for UART4) There are a total of four examples included with this project (i.e UART1, UART2, UART3, UART4). To view these examples, the correct target needs to be selected to activate the appropriate C source file. Instructions to do this are as follows: * Click: Project -> Manage -> Components, Environments, Books... * Select required example. * Click 'Set as Current Target'. * Compile and run as normal.