UART API in ROM (USART API ROM) Polling Example
===============================================

Example Description
-------------------
The UART_ROM example demonstrates using the USART API ROM functions
in polling mode for terminated data input and output and single byte
input and output.

Special connection requirements
-------------------------------
Board [NXP_LPCXPRESSO_812]:
See @ref LPCOPEN_8XX_BOARD_LPCXPRESSO_812 for information on how to
setup the UART port hardware with this example..

Board [NXP_812_MAX]:
Connect TX, RX and GND from J2 [Arduino Digital Header] to an FTDI Cable.
LPC812            FTDI cable
 GND: J1-4         black
 RX:  J2-8 (D0)    orange
 TX:  J2-7 (D1)    yellow
Do not connect a stock, unmodified LPC810-Max board the LPCXpresso base board.
The CMSIS-DAP debugger will halt.

Board [NXP_LPCXPRESSO_824]:
Connect the board to a base board. The output will appear at USB-mini port X3.
Make sure that the jumpers on J7 are configured correctly.
Or, connect TX, RX and GND from J2 [Arduino Digital Header] to an FTDI Cable.
LPC824            FTDI cable
 GND: J1-4         black
 RX:  J2-8 (D0)    orange
 TX:  J2-7 (D1)    yellow

Build procedures:
Visit the <a href="http://www.lpcware.com/content/project/lpcopen-platform-nxp-lpc-microcontrollers/lpcopen-v200-quickstart-guides">LPCOpen quickstart guides</a>
to get started building LPCOpen projects.
