Hello,
I'm using the UART0 in nRF52840-DK for debugging purposes and using the ble_app_uart_c example as a basis.
Now, I need to activate and configure the second UART (UART1) in this central device for communicating to a second MCU.
Should I use UART1 or UARTE1? What are the functions involved in defining new RX-TX pins and to setup this second UART? What is the sequence of configuration? If it's any other case specific it would help, although I must admit that I'm a bit confused in what I have seen in other cases.
Thank you in advance.
Best Regards,
Joel