Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can nRF52840 support UART buad rate 921600/1000000 correctly?

Hi 

Can nRF52840 PDK support UART buad rate 921600/1000000 correctly?

I am testing UART with below example for our product development:

nRF5_SDK_14.2.0_17b948a\examples\peripheral\uart

If buad rate is 115200~460800, the putty / realterm can see the correct loopback string from J-LINK CDC UART port.

However, the loopback string cannot parse correctly in putty / realterm with buad rate 921600 / 1000000.

All I just modify the buad rate from NRF_UART_BAUDRATE_115200 to NRF_UART_BAUDRATE_921600 / NRF_UART_BAUDRATE_1000000.

It should be work, is there any limitation about J-LINK CDC UART?

Thanks.

Alan

Parents Reply Children
Related