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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
1,472 次查看
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 解答
1,166 次查看
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 项奖励
2 回复数
1,167 次查看
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 项奖励
1,167 次查看
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