This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

using two UART in nRF52833

Hi,

I use 9600 bsp of UART to communicate sensor data. I would like to add 115200 uart for wifi.

To use two uarts at the same time, what configuration should I do and how should I initialize? (It is impossible to initialize uart twice..)

Other than that, what are some good examples to refer to for using two uarts?

BR,

lyrics

Parents Reply Children
  • Hey,

    Sorry I forgot to add the Devzone ticket to refer for the example based on libuarte in the previous reply. You can find it here. Libuarte is an advanced UARTE library that improves the flexibility of UARTE usage and is considered more reliable. It uses 2 timers and PPI. You can read more about Libuarte and serial UART from the links provided. The nrf_serial library was removed in SDK 17.0.0 onwards.

    Kind Regards,

    Swathy

Related