Hi
I'm using a SparkFun Pro nRF52840 Mini which has a UART on PIN 17(TX) and 15(RX). I've written a very simple piece of code to blink the onboard LED on and off and to write to NRF_LOG as a basic starting block for application development. I've connected a serial UART to PINs 17 & 15 (tested that this is working using loop back via CoolTerm).
I'm unable to get any output of the serial using NRF_LOG. The application compiles and the LED blinks as requested.
Within sdk_config.h :-
main.c :-