Sir,
I have one nRF52840 based MDBT50Q evaluation board. I need to configure the 2 UART pins together. How to make it possible???
Sir,
I have one nRF52840 based MDBT50Q evaluation board. I need to configure the 2 UART pins together. How to make it possible???
Hi,
In principle using two UARTES is no different than using just one. The SDK includes an example which utilizes both UARTES which you can refer to, the Serial Port Library Example with two UARTEs.
Where is that example??? Pls send the path!
The path is stated in the example documentation I linked to: <InstallFolder>\examples\peripheral\serial_uartes
The path is stated in the example documentation I linked to: <InstallFolder>\examples\peripheral\serial_uartes
No serial_uartes is there, but serial named program is there.