Hello,
I'm using SDK 15.0 and I'm running the spis example on Keil. I can't get the log info to print on uart (I'm using PuTTY).
I tried enabling the log in sdk_config.h (
NRF_LOG_ENABLED 1
and NRF_LOG_BACKEND_SERIAL_USES_UART 1
) as suggested in this post, but then I get the error "undefined reference to `nrf_log_default_backends_init'" in main.c.
I then tried adding the files nrf_log_backend_serial.c, nrf_log_backend_uart.c and nrf_log_default_backends.c to the folder nRF_log as suggested in this post, but that just gives me more errors.
Help please!