LPC5411x USART Timeout Feature Workaround example
==============================

Example description
-------------------
Routine to demonstrate using Timer 0 as a FIFO receive timeout device. 
If the number of characters (FIFO_TRIG_LVL characters) are not received in the expected time, Timer 0 will cause a timeout.  
Uses loopback mode to send characters to itself.  It is neither efficient nor elegant nor does it cover 
important corner cases but it can provide a template for the user to implement the functionality as needed for their application.
Special connection requirements
-------------------------------
There are no special connection requirements for this example.

Build procedures:
-----------------
Visit the at 'LPCOpen quickstart guides' [http://www.lpcware.com/content/project/lpcopen-platform-nxp-lpc-microcontrollers/lpcopen-v200-quickstart-guides]
to get started building LPCOpen projects.
