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

sdk14.0.0 NRF_LOG_INFO nothing output

hi,all
i got the nrf52832 dk and run the ble_app_uart example , but i found nothing output in jlink rtt viewer after called the NRF_LOG_INFO("UART Start!") , so could any body tell me how to get the right output, besides, i jump to NRF_LOG_INFO definition and find its marco
"#define NRF_LOG_INFO(...) NRF_LOG_INTERNAL_INFO( VA_ARGS)" should i change this macro with something like rtt_write( VA_ARGS) ? thank u for your help.

Related