Hi,
Actually we are searching for a chip which has more than one UART channel for communication.
Can we define more than one UART channel with GPIO configuration? Is it possible to define multiple GPIO as RX TX pins?
Hi,
Actually we are searching for a chip which has more than one UART channel for communication.
Can we define more than one UART channel with GPIO configuration? Is it possible to define multiple GPIO as RX TX pins?
Hi,
nRF52832 has only one UART(E) instance. This instance can be moved around to different GPIOs for the TX and RX pins, but it can only be connected to one pin-set at the time.
nRF52833 and nRF52840 have two UARTE instances, so this is an option if you need more UART instances.
nRF5340 have support for up to 5 UARTE instances (4 in application core + 1 in network core), but note that these share base address with SPI/TWI instances, so you can only enable one protocol for each instance at a time.
Best regards,
Jørgen