This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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 multiple UARTs on nRF52832

Hi guys. What do you suggest when i have to use multiple uart devices?

Parents
  • As noted, the nRF52832 itself only has a single UART. If your "UART devices" are suitable, you could multiplex this single UART among them - either using the internal pin crossbar, or some external arrangement (or a bit of both).

    If that's not suitable, then you will need to add additional UARTs - in software, or as external hardware (or both). In this case, there is nothing particularly special to the nRF - it's just the same as adding extra UARTs to any microcontroller.

    A further option, if multiple UARTs is really critical to your project, would be to choose a different chip which does have enough UARTs in the first place!

Reply
  • As noted, the nRF52832 itself only has a single UART. If your "UART devices" are suitable, you could multiplex this single UART among them - either using the internal pin crossbar, or some external arrangement (or a bit of both).

    If that's not suitable, then you will need to add additional UARTs - in software, or as external hardware (or both). In this case, there is nothing particularly special to the nRF - it's just the same as adding extra UARTs to any microcontroller.

    A further option, if multiple UARTs is really critical to your project, would be to choose a different chip which does have enough UARTs in the first place!

Children
Related