This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF_LOG Getting stopped

Hi

I am working on a project which needs to be developed on FreeRTOS, I am facing an issue i need logs at backend using RTT as my both serial_uarte are being used for communication and cant use them for debugging. I am facing issue i want real time debug at RTT in examples for FreeRTOS, they are using at idle state for log , I tried to remove that state but NRF_LOG only prints logs at startup then stops

Related