lpc2388 UART Tx fifo problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

lpc2388 UART Tx fifo problem

651 Views
fzg
Contributor I

When I write one byte into U0THR, the THRE & TEMT bit in U0LSR is 0. How can I know when the Tx fifo is full, or how many bytes left in the fifo when the fifo is not empty. I want to sent message by polling. 

Tags (2)
0 Kudos
1 Reply

455 Views
jimmychan
NXP TechSupport
NXP TechSupport

Did you enable the interrupt? if no, please enable the interrupt in U0IER.

0 Kudos