How to see the NRF_LOG_INFO() log?

Hi,

My environment:

MDK IDE-Version: V5.38.0.0
SKD v17.1.0
nRF52-DK PCA10040 / s132

I tried to set "NRF_LOG_BACKEND*" in sdk_config.h, all of the definitions are enabled and I still can not see the "NRF_LOG_INFO()" log!?

How(Where) do I see the log? 

Thank you.

Parents Reply
  • William.SportsArt said:
    Thank you reply.

    No problem at all, I am happy to help! :) 

    The sdk_config.h shows that it is the RTT backend that is enabled for the NRF_LOG module, and so you will either need to use the Debug terminal in SES, or the Segger RTT Viewer standalone desktop application to see the log output. The reason for this is that the BLE UART application already uses the UART for the application, and so it can not also be used for the logger.
    Please try either one of these options, and let me know if you then are able to see your logs.

    Best regards,
    Karl

Children
Related