Hello,
I'm using SDK 13.0.0.1 to develop my project. For driver example, such as RTC, I can't see data log while I can see the data log for BLE example, such as ble_app_uart. I simply use printf() function. My settings are the same for both projects. In sdk_config.h, I set NRF_LOG_ENABLED to 1 and NRF_LOG_BACKEND_SERIAL_USES_UART 1(It's default). Does any one know how to enable data log via UART console for driver example?
Thanks, Mich.