T2080 :UART max baud rate

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

T2080 :UART max baud rate

564 Views
anandram
Contributor I

Hi,

We are using T2080NXE8TTB processor on our design.I would like to know,whats the max achievable UART baud rate considering my platform clock is  466Mhzand system refernce clock is 66.6Mhz

0 Kudos
1 Reply

444 Views
alexander_yakov
NXP Employee
NXP Employee

Maximum baudrate is fPLAT/(2 x 16), this is specified in device datasheet, Table 31.

For 466 Mhz platform clock this leads to 466/(2*16) = 14,56 Mbits.

Note the actual attainable baud rate is limited by the latency of interrupt processing.


Have a great day,
Alexander
TIC

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos