Can UART of lpc824 generate a baud rate of 5mbps?

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

Can UART of lpc824 generate a baud rate of 5mbps?

跳至解决方案
1,717 次查看
wqazoplm
Contributor I

Can UART of lpc824 generate a baud rate of 5mbps?

Thanks!

0 项奖励
回复
1 解答
1,712 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

As you know that the USART module of LPC824 supports two modes, one is asynchronous mode, in the mode, the USARTx_SCLK signal  is NOT used. Another is synchronous mode, in the mode, the USARTx_SCLK signal is used.

In synchronous mode, the maximum USART rate is about 10MBP, which is described in data sheet of LPC82x.

In asynchronous mode, as you know that the maximum main_clock is is 30MHz, the maximum clock for U_PCLK is 30MHz*2 with FRG module, so the maximum bit rate of USART is:

bit rate is 30*2MHz/16=3.75M bit rate per second.

 

xiangjun_rong_0-1636611172376.png

 

Hope it can help you

BR

XiangJun Rong

 

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,707 次查看
wqazoplm
Contributor I

Thanks

0 项奖励
回复
1,713 次查看
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

As you know that the USART module of LPC824 supports two modes, one is asynchronous mode, in the mode, the USARTx_SCLK signal  is NOT used. Another is synchronous mode, in the mode, the USARTx_SCLK signal is used.

In synchronous mode, the maximum USART rate is about 10MBP, which is described in data sheet of LPC82x.

In asynchronous mode, as you know that the maximum main_clock is is 30MHz, the maximum clock for U_PCLK is 30MHz*2 with FRG module, so the maximum bit rate of USART is:

bit rate is 30*2MHz/16=3.75M bit rate per second.

 

xiangjun_rong_0-1636611172376.png

 

Hope it can help you

BR

XiangJun Rong

 

0 项奖励
回复