HAL UART DMA functions
Hi,I need a DMA setup for 4 separate UARTs in an STM32G473 controller. The idea is to always be able to receive data through rxDMA, and only invoke txDMA when sending data. The data that I receive changes in size, is between 20 and 300 bytes, starts ...