Page 1 of 1

UART with parallel RX

Posted: Fri Aug 25, 2023 1:43 pm
by mikl604
Hello everybody!
It is necessary to read data simultaneously from 8 channels via UART. At the same time, the transmission to all channels is the same. That is, TX is one for everyone, and RX are different. The time parameters of the channels are identical. I take UART2, define TX to it on GPIO_17, and RX by mask with GPIO_16,12,13,14,21,25,26 and 27. It does not produce errors during compilation, but it does not work ...
Tell me how to do it correctly?

Re: UART with parallel RX

Posted: Sat Aug 26, 2023 1:45 am
by ESP_Sprite
You cannot connect the input of a peripheral (like an UART) to multiple pins at the same time.