What is the maximum baud rate for Vybrid VF6xx processor for UART (SCI) serial communications?

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

What is the maximum baud rate for Vybrid VF6xx processor for UART (SCI) serial communications?

Jump to solution
1,441 Views
flukee
Contributor I

The datasheets seem to have speed data for IrDA (max 115kbps) and SPI (much faster), but no details for maximum serial baud rate.  Thanks.

1 Solution
1,135 Views
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!

View solution in original post

0 Kudos
2 Replies
1,136 Views
CommunityBot
Community Manager
This an automatic process.

We are marking this post as solved, due to the either low activity or any reply marked as correct.

If you have additional questions, please create a new post and reference to this closed post.

NXP Community!
0 Kudos
1,136 Views
jiri-b36968
NXP Employee
NXP Employee

Hi Luke,

UART IP in Vybrid SoC can run on much faster speed than it is normally required. So there is no sense to specify it. We can compute theoretical maximum from the clock chain.

Let's say IPS_bus_clock which is used to clock UART module is 66MHz. Baud rate is divided at least by 16 times due to bit filtering.

UART baud rate = UART module clock / (16 × (SBR[12:0] + BRFD)).

So theoretical maximum is 66.6MHz / 16 = 4.1625 MHz. Real maximal value would have to be simulated and then tested.

/Jiri