UART with parallel RX

mikl604
Posts: 26
Joined: Thu Aug 24, 2023 3:15 pm

UART with parallel RX

Postby mikl604 » Fri Aug 25, 2023 1:43 pm

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?

ESP_Sprite
Posts: 9739
Joined: Thu Nov 26, 2015 4:08 am

Re: UART with parallel RX

Postby ESP_Sprite » Sat Aug 26, 2023 1:45 am

You cannot connect the input of a peripheral (like an UART) to multiple pins at the same time.

Who is online

Users browsing this forum: Baidu [Spider], Majestic-12 [Bot], romboidale, sirOwlBeak, snutw_, sohaib.q and 87 guests