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

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

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

Jump to solution
1,175 Views
wqazoplm
Contributor I

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

Thanks!

0 Kudos
Reply
1 Solution
1,170 Views
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

 

View solution in original post

0 Kudos
Reply
2 Replies
1,165 Views
wqazoplm
Contributor I

Thanks

0 Kudos
Reply
1,171 Views
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 Kudos
Reply