Lower baud rate required

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Lower baud rate required

ソリューションへジャンプ
680件の閲覧回数
billnd
Contributor IV

I'm using a k10, with a core clock of 92Mhz, and using Uart0, which runs off the core clock. The lowest baud rate I can generate is ( 92,000,000 / 16 ) / SBR. SBR max is 8191, so the lowest baud rate supported is approx 700baud.

Without resorting to changing the core clock frequency, is there any way to make this lower? Some other hidden away divider somewhere perhaps? I don't have the option to change the clock, and want to avoid having to bit bang things.

I need to get it down to 300baud.

Thanks in advance for any help.

Bill

ラベル(1)
0 件の賞賛
1 解決策
554件の閲覧回数
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello billnd:

Unfortunately there are no extra dividers. You do not mention the K10 full part number, but depending on the part you could use a UART clocked by the bus clock and get the baudrate down to 350, since the bus is typically configured for half the core clock.


Regards!,
Jorge Gonzalez

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

元の投稿で解決策を見る

1 返信
555件の閲覧回数
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello billnd:

Unfortunately there are no extra dividers. You do not mention the K10 full part number, but depending on the part you could use a UART clocked by the bus clock and get the baudrate down to 350, since the bus is typically configured for half the core clock.


Regards!,
Jorge Gonzalez

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