Information Center for ARM

Example description

  
 CoreUARTapb interrupt driven receive example. 
 This simple example demonstrates how to use interrupt driven UART receive.
 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.