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,466件の閲覧回数
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,160件の閲覧回数
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,161件の閲覧回数
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,161件の閲覧回数
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