Hi,
Do you have RTT enabled in your sdk_config.h? Note that you also have to disable the UART log backend.
#define NRF_LOG_BACKEND_RTT_ENABLED 1
...
#define NRF_LOG_BACKEND_UART_ENABLED 0
...
If you now recompile and flash, RTT should work.
Best regards,
Håkon
Hi,
Do you have RTT enabled in your sdk_config.h? Note that you also have to disable the UART log backend.
#define NRF_LOG_BACKEND_RTT_ENABLED 1
...
#define NRF_LOG_BACKEND_UART_ENABLED 0
...
If you now recompile and flash, RTT should work.
Best regards,
Håkon