Logging/Printing issues in the nRF 9160 DK

I am using the nrf9060dk device with the nrf connect software (V2.5.0), but I am facing some logging issues that I did not encounter in the previous versions of zephyr.

One issue is that when I use the printk() function, I get —dropped messages— and changing the baudrate does not help, even though priniting this data works fine in the nrf52840dk device.

Another issue is that the dk device restarts unexpectedly when -I assume- a fatal error happens, and I do not see any FATAL ERROR message in the logs as I did in the nrf52840 device.

I need your help urgently. I cannot troubleshoot without a functional logging system.

Related