Hello,I am implementing the use of the DMA for receiving data from the UART on a board with an STM32G491 that is constantly receiving data at 19200 baud.The DMA is configured in normal mode, and the receive buffer is currently of 50 bytes.Each time t...