How can configure NRF_LOG_UART to use UART0 or UART1 for nRF52840? I cant see any configuration which uart NRF_LOG_BACKEND_UART will use
As per spec nRF52840 should have 2 UARTs with EasyDMA, but in sdk_config.h> nRF_Drivers>UART_ENABLED only UART0 has option for EasyDMA (UART0_CONFIG_USE_EASY_DMA)? Where is the error in the specs or in the sdk_config.h that comes with examples?
In NRFX_UART_ENABLED section of sdk_config.h>nRF_Drivers I see only NRFX_UART0_ENABLED, don’t see anything for UART1?
Is there any example that uses both uarts for SDK17*?
Thanks
P.S. I’m working with SDK17.0.0, but checked in SDK17.0.2 the sdk_config files are same regarding log and uart sections for bsp and template examples.