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

SEGGER_RTT works but NRF_LOG not

Hi, can you help me out please: I have followed devzone.nordicsemi.com/.../ and have configured as it shows.

But NRF_LOG_INFO does not work however SEGGER_RTT_printf does. What should i do? Thanks

Parents Reply
  • I have a similar issue with SDK15.3.  I managed to get the NRF_LOG working on one project after reading all the forum posts but when I try on a virgin instance of ble_app_multilink_central using this knowledge, logging does not work.

     - I have compiled and run debug config

     - Project settings are debug level 3

     - NRF_LOG_ENABLED, NRF_LOG_BACKEND_RTT_ENABLED are enabled and NRF_LOG_DEFERRED disabled in sdk_config.h via CMSIS configurator.  NRF_LOG_BACKEND_UART_ENABLED also disabled

    No log messages are printed at any level.  Printf works fine....

Children
Related