Hello,
I am using the nRF52 DK with Segger Embedded Studio and the SDK 14.2.0. I wanted to build the example 'esb_ptx_pca10040' with logging enabled. To achieve this, I set NRF_LOG_ENABLED to 1 in sdk_config.h. As indicated in several other posts I also added NRF_LOG_BACKEND_RTT_ENABLED and set it to 1. When I try to compile the code I receive the error message "undefined reference to `nrf_log_default_backends_init' " from the call "NRF_LOG_DEFAULT_BACKENDS_INIT();" in main.c. Do you have any idea what the problem could be?