I am using nRF5 SDK 15.0.0, nRF52832 and SES v4.50.
I have read some posts about this, but cant get the NRF_LOG_INFO() printed anywhere but the Debug terminal.
In sdk_config.h I have set:
- NRF_LOG_ENABLED 1
- NRFX_UART_ENABLED 1
- NRF_LOG_BACKEND_UART_ENABLED 1
- NRF_LOG_BACKEND_RTT_ENABLED 1
The baudrate is set to the default value as in the config file to 115200 and the COM port is correct.
I have tried both Segger's Terminal Emulator and Termite, but nothing shows up.
What am I missing?
Thanks,
Arild