I am facing a strange issue where I removed all code related to the app_uart from the UART example. Now the logs are being dropped. Anyone know why this happens?
I am facing a strange issue where I removed all code related to the app_uart from the UART example. Now the logs are being dropped. Anyone know why this happens?
Changed NRF_LOG_DEFERRED in sdk_config.h to value 0 and now logging doesn't drop. I am unsure if this is the right way to fix this issue.
#define NRF_LOG_DEFERRED 0
Yes, this is the correct way to fix your problem. Nice work!
Best regards,
Simon