Example description
CoreUARTapb polled transmit and receive example.
This simple example demonstrates how to use the CoreUARTapb driver to
transmit and receive data in polled mode.
It is meant to be used with the Cortex-M1 baseline design running on a board
connected via a serail cable to a host PC running HyperTerminal.
HyperTerminal must be configure for 57600 baud, 8 bits, 1 stop bit,no parity,
no flow control.
This program displays a message on HyperTerminal then echoed back characters
typed in HyperTerminal.