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

SES does not show RTT log UNLESS I put "\n"

Hello,

As of today, April 17th 2019, I am using latest version of SDK and SES. I am using Jlink from nRF51DK and a nRF52832 module bought from ebay.

I tested several examples and everything seems to work OK, except that SES will not show any RTT log on its own Debug Terminal unless I end each log with \n.

NRF_LOG_INFO("START"); //Does not show up, never

NRF_LOG_INFO("START\n"); //Shows up

I tested several examples, including NUS, HR, BLINKY... and different sdk configs. I enabled RTT backend, disabled deferred log... etc.

This is not what is shown in Youtube videos or explained in the guides... so something is broken or has changed.

Any idea what could be causing this?

Thank you!

Parents Reply Children
No Data
Related