UART Interrupts

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

UART Interrupts

845 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Muis on Tue Jan 15 05:43:48 MST 2013
Is there any reason why in all UART examples only 1 byte is send on RDA (Receive Data Available) and only 1 byte is send on THRE (Transmit Holding Register Empty).

Wouldn't it be better to fill the FIFO with 16 bytes on THRE and read multiple bytes on RDA? Or why don't the examples do this?
Labels (1)
0 Kudos
1 Reply

834 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by MikeSimmonds on Mon Jan 21 11:36:05 MST 2013
Laziness?
0 Kudos