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

NRF_LOG_INFO puzzle in proximity_coexist

I'm running the ble_app_proximity_coexist example on PCA10040 with SDK15.3.

In mesh_main.c, there are calls to NRF_LOG_INFO sprinkled around various places.  Some of these calls produce output in the SES Debug Terminal window, others do not.  For example,
    NRF_LOG_INFO("Device UUID"); line 310, this never appears in the debug terminal window
    NRF_LOG_INFO("Initializing and adding models\n"); line 259, this output always appears in the debug terminal window.
    
A further puzzlement is that none of the NRF_LOG_INFO calls from main.c produce any output.

I'm using the example as distributed by Nordic, unchanged in any way.  Can someone explain this behavior and what to do to get main.c NRF_LOG_INFO calls to work?

TIA,
Richard

Parents Reply Children
Related