Hi everyone,
How can I use both NRF_LOG_UART and APP_UART on nRF52840 (SDK 17) ?
Thank you
Hi everyone,
How can I use both NRF_LOG_UART and APP_UART on nRF52840 (SDK 17) ?
Thank you
Hi,
Yes, on nRF52840 you can use the second UARTE instance (1) for app_uart by changing APP_UART_DRIVER_INSTANCE
NRF_LOG UART backend is hardcoded to use instance 0.
-Amanda H.