UART FIFO size

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
SaGa_4641021
Level 5
Level 5
50 questions asked 50 replies posted 100 sign-ins

Hi

Is the max size of the UART Tx FIFO 128 bytes ?

thanks

0 Likes
1 Solution
RodolfoGL
Employee
Employee
250 solutions authored 250 sign-ins 5 comments on KBA

It depends on the data width. If it is 8-bit or less, the FIFO has 128 elements. If data width is higher than 8 bits, then the FIFO has only 63 elements.

View solution in original post

1 Reply
RodolfoGL
Employee
Employee
250 solutions authored 250 sign-ins 5 comments on KBA

It depends on the data width. If it is 8-bit or less, the FIFO has 128 elements. If data width is higher than 8 bits, then the FIFO has only 63 elements.