Embedded Freaks..

August 16, 2009

LPC1766 Not So Reliable UART0 Loopback

Filed under: Cortex-M — Tags: — kunilkuda @ 1:35 pm

Let’s continue the last post with the real interrupt based program: UART0 interrupt-based loopback. The program example will echoing anything that is sent to the serial port, but since it’s not checking whether the TX FIFO is empty or not during the loopback, some data may be lost if you sent a file (or sending a lot of data).

The whole application can be downloaded here.

(more…)

« Newer Posts