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

log is not printed on J-Link RTT Viewer

Hi, 

I am using nRF5340 development board with J-Link connected to "TRACE" pins: SWDIO and SWDCLK.

In app project I have these settings in prj.conf file:

CONFIG_USE_SEGGER_RTT=y
CONFIG_RTT_CONSOLE=y
CONFIG_UART_CONSOLE=n

In program I use "printk" to print the logs. But on J-Link RTT Viewer v7.22b, some of the logs was lost. I received message like: --- 26 messages dropped ---.

What is the problem? and how can I solve it?

Thanks,

Carl.

Related