Facing Issues on Receiving from multiple UARTS at the same time.
Hello,
I'm Using STM32H7A3RIT MCU and I'm trying to communicate to 5 sensors at a time, through the UART interface. I configured 5 UARTS in my MCU. But I'm facing some issues while transmitting and receiving from all these at the same time. Is it possible to receive UART data from different UART peripherals at the same time? currently, I'm receiving data in interrupt mode. Is it possible or Do I need to use DMA?
--
Thank you in advance.