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!