I'm using JLinkRTTViewer to view the outputs from the application and to enable the logging, I used the following configs in sdk_config.h:
set NRF_LOG_BACKEND_RTT_ENABLED to 1
set NRF_FPRINTF_FLAG_AUTOMATIC_CR_ON_LF_ENABLED to 0
But I see some examples (i.e template project) in the SDK that don't have macro NRF_LOG_BACKEND_RTT_ENABLED defined, and even copying the exact content of sdk_config.h from a functional example (where printing worked) didn't do the trick either. What am I missing? How can I get it to work? Why is sdk_config.h different for certain examples?
