Hi, can you help me out please: I have followed devzone.nordicsemi.com/.../ and have configured as it shows.
But NRF_LOG_INFO
does not work however SEGGER_RTT_printf
does.
What should i do?
Thanks
Hi, can you help me out please: I have followed devzone.nordicsemi.com/.../ and have configured as it shows.
But NRF_LOG_INFO
does not work however SEGGER_RTT_printf
does.
What should i do?
Thanks
Which SDK version are you using? Have you set NRF_LOG_ENABLED and NRF_LOG_BACKEND_SERIAL_USES_RTT? Are you using NRF_LOG_DEFERRED? If you are, you need to call NRF_LOG_FLUSH() to process the log buffer.
I use SDK 12.2.0 with nrf52832.
Thank you. The NRF_LOG_FLUSH()
was missing.
I use SDK 12.2.0 with nrf52832.
Thank you. The NRF_LOG_FLUSH()
was missing.