Hi
I would like to connect the nRF52810 to 2 devices via UART interface by switching the Rx and TX GPIO pins by the software in realtime.
Is it possible? what is the method to do that?
Thanks.
Hi
I would like to connect the nRF52810 to 2 devices via UART interface by switching the Rx and TX GPIO pins by the software in realtime.
Is it possible? what is the method to do that?
Thanks.
You can find examples of using app_uart and nrf_serial libraries in the SDK. A simple example of using the UARTE peripheral through the registers can be found on this page. Usage of the UART driver can be found in the SDK documentation.
You can find examples of using app_uart and nrf_serial libraries in the SDK. A simple example of using the UARTE peripheral through the registers can be found on this page. Usage of the UART driver can be found in the SDK documentation.