The Jlink RTT Viewer can't output the message one by one , some was lost , what is the problem? (Jink connect by SWD 4000khz)
The Jlink RTT Viewer can't output the message one by one , some was lost , what is the problem? (Jink connect by SWD 4000khz)
Hi,
Are you using NRF_LOG to output logs to RTT? Which SDK version are you using? There are some configs in sdk_config.h related to NRF_LOG and RTT buffer sizes, and behavior with buffer overflow. Do you send large amounts of logs in short time?
Best regards,
Jørgen
Can you try setting SEGGER_RTT_CONFIG_DEFAULT_MODE to 2 (BLOCK_IF_FIFO_FULL)?
Can you try setting SEGGER_RTT_CONFIG_DEFAULT_MODE to 2 (BLOCK_IF_FIFO_FULL)?