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 agree that sometimes this can happen but I have confirmed settings are OK for what I understand is required:

    NRF_LOG_ENABLED 1

    NRF_LOG_BACKEND_RTT_ENABLED 1

    NRF_LOG_DEFERRED 0 

    NRF_LOG_BACKEND_UART_ENABLED 0

    I have tried other sample projects and none of them seem to work OOTB either although I did manage to get one working which is what I have been using as my base - wish I could remember what I did...

Children
Related