NRF52832
SDK 17.0.2
SoftDevice 132
I am connecting with telnet to an exposed RTT port to see the logs. I adjusted sdk_config.h to use RTT instead of UART logging.
The setup works for the SDK ble_peripheral/ble_app_blinky example, i.e., I can see all the logged statements in my telnet session.
However, after programming the peripherals/saadc example, I am not able to see any logs. With gdb I can confirm that NRF_LOG_FLUSH() is being called. Reflashing the softdevice also didn't solve the issue.
Do you have any idea of what I might be missing?
