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.

Parents Reply
  • hey jorgen it work after i change NRF_LOG_DEFERRED to 0,thanks for your help. could u give me some advice about how to get start with the archeticture of sdk14 . I am looking for some vids and i found one in your website introducing the hrm example and giving acodeworkthrough base on a older sdk.but i found some funts is different in sdk14. for example the event_dispatch. Best regards,

    ncy

Children
No Data
Related