This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Uart RX packet loss for higher baudrate. What is maximum baudrate without packet loss for NRF52/SDK15/Softdevice 6.0.

Dear,

I see the Uart Rx packet loss at higher badurate, ie 460800, 921500, 1M.

I use NRF52, SDk15 with softdevice 6.0.

UART TX is no problem, but there is loss of RX packet. 

What is the maximum baud rate without packet loss ?

best regards,

Joey kang.

Parents Reply
  • So how do you know that the packets are actually being lost in the nRF UART?

    Or, to put it the other way around, how do you know that it's not your software that's losing the packets?

    Are you using the UART via the SDK APIs, or accessing its hardware registers directly?

    Remember that the nRF also has to run the BLE stack, and maintain BLE timing; so your software throughput - especially via the APIs - is limited...

Children
Related