****************************************************************************** **************** Device Initialization Demonstration Project ***************** ****************************************************************************** File: GB60_SCI.mcp Short description : SCI echo Target platforms: MC9S08GB60 (demo board M68DEMO908GB60) Function Description ==================== This project stationery is designed to get you up and running quickly with Device Initialization for MC9S08GB60 . It is set up for the selected CPU and target connection, but can be easily modified. This simple project demonstrates a usage of a Serial Communications Interface module (SCI1) of the Freescale MC9S08GB60 processor. Demo board M68DEMO908GB60 should be used to demonstrate the function. The project uses UART interface chip installed on the demo board. Source CPU clock is set to Internal clock. The program receives data from external device connected to UART and send it back (like echo). SCI1 is configured in polling mode without interrupts at 9600 baudrate, 1 stop bit, no parity. On LED indicators 1-4 installed on demo board is displayed number of received chars. Required Hardware and Settings ============================== Demo board M68DEMO908GB60. For sending and displaying data it's recommended to connect UART interface with PC serial channel and used any serial-channel communication SW, for example Hyper-terminal. Generated and User Code ======================= Generated code is located in module "MCUinit.C" and user code is located in module "main.C". There is no interrupt service routine. Building The Project ==================== Build the project usual way in CodeWarrior. No special settings are required. Running The Project =================== Run the project usual way. *** End Of File ***