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

When we transfair the big amound of data via RTT "port" the data is corrupted.

Hi, everyone,

We are developing the BLE project on nRF52832 chip by using RTT / UART logging. Previously we monitored the project via UART communication port. But than we had to use the UART port for other purpose and due to this reason we migrated the monitoring to the RTT Segger comunication method. But when we did it we saw that when we transmit a large amount of the data, the data is shawn corrupted. We tried to monitor the project by enabling UART or RTT logging separately and even together to troubleshoot the problem and then we discovered that when we enable UART only the data is translated correctly, when we enable UART and RTT together the data is transfared correctly too on both of them. And when we enable RTT only - only in this case the data that is sent via it is corrupted.

What maybe the problem? What must we check in the project?

Related