Hi, I'm trying to view some logging out put using the segger RTT viwer whilst running keil's debug mode.
I can view some, incomplete loggins in run time (meaning not all functions seem to give logging output while they should), but I am not able to view any output in debug mode.
This is what I have done or tried:
in sdk_config.h:
setting NRF_LOG_BACKEND_SERIAL_USES_RTT to 1
setting NRF_LOG_ENABLED to 1
setting NRF_LOG_BACKEND_SERIAL_USES_UART to 0
Did I miss anything?
Why doesn't it work?