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.
Hi
Can you direct me to the specific document or code describing the uart usage such :
1) uart first setup function
2) uart initialization fucntion
3) UART Registers setup function, etc
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.