This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Sample UART code to use P0.17 and P0.19 that connects to a Microchip board (SAML10)

Dear Sir/Madam

We are planning to use P0.17 (RXD ) and P0.19 (TXD) as serial communication port connecting to Microchip SAM L10 Xplained Pro - Dm320204. I wonder if there is any sample code or UART driver available for nRF52832?

Thanks

Victor

Parents
  • Hi Jorgen

    I tried serialization solution examples you mentioned. Connected the two nRF52 development boards as in the instruction of serialization hardware uart. , which is very clear.   Serialization software setup installation are easy to follow too. However, after install Heart Rate application on app board and serialized example project onto connectivity board, then I don't know what & where to look the logs or activity. I used RTT to connect to application board, and no RX/TX activities.  I assume this example will show user how two boards can communicate each other via UART with PINS connected, right?   Further info will be appreciated.

    Thanks

    Victor

  • The serialization solution shows how one board can control the softdevice/BLE stack on another device over a serial interface. This is used in applications where you have a one MCU for the application and another MCU running the radio protocol. If you only want to communicate between two devices over UART interface, there is no need to use serialization, then UART/libUARTE examples are better starting points.

Reply Children
Related