I am using SDK v17 and Segger v4.52 but for some reason none of the print statements are being printed in the debug terminal. I think I had to enable these two things in sdk_config:
#ifndef NRF_LOG_BACKEND_RTT_ENABLED #define NRF_LOG_BACKEND_RTT_ENABLED 1 #endif #ifndef NRF_LOG_ENABLED #define NRF_LOG_ENABLED 1 #endif
Any reason I still cannot get debug information?