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

UART transfer error rate

Hi, 

I connect the nRF52820 and other devices with UART and communicate with the baud rate of 38400bps.

I know that the transfer error rate is different for each baud rate.

It will be different for each MCU. I would like to know information about the nRF52's UART transfer error rate to set the optimal speed.

Parents
  • It will be different for each MCU. I would like to know information about the nRF52's UART transfer error rate to set the optimal speed.

     I am assuming that you are talking about the error rate when NOT using the flow control?

    There is no general (or easy) formula for getting the error rate in this case. It depends on application/driver on each side and how fast each side is flooding and consuming the data (given the baudrate is fixed). 

    What are you trying to achieve here? trying to optimize something based on the known error rate?

Reply
  • It will be different for each MCU. I would like to know information about the nRF52's UART transfer error rate to set the optimal speed.

     I am assuming that you are talking about the error rate when NOT using the flow control?

    There is no general (or easy) formula for getting the error rate in this case. It depends on application/driver on each side and how fast each side is flooding and consuming the data (given the baudrate is fixed). 

    What are you trying to achieve here? trying to optimize something based on the known error rate?

Children
Related