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?
UART with parallel RX
-
- Posts: 9739
- Joined: Thu Nov 26, 2015 4:08 am
Re: UART with parallel RX
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: No registered users and 83 guests