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

NRF_LOG printing old lines

Hello!

When using the NRF_LOG module along with a JLink, when I connect the probe to the nRF the RTTClient prints out the first lines that were written when the probe was disconnected, instead of the most recent ones.

Imagine I disconnect the JLink probe from the nRF and reboot it. During startup some status messages are printed using NRF_LOG. After some time, an error occurs and to see what error it was I connect the nRF to the JLink, to get tjhe printed messages. What then shows up in the RTTClient are the first 13 lines of the initial status messages, while I expected it to be the most recent 13 lines, where the error code was available.

Is this behavior configurable?

I'm using SDK 12.3.

Thanks!

Parents Reply Children
No Data
Related