Resolved! HAL_UART_DMAStop does not stop DMA on UART RX
Using a Nucleo-G431KB developoment board, I played a bit with UART RX DMA.I started a DMA RX on a linear buffer, and would stop and then restart the DMA.I just observed that after receiving a couple of bytes, HAL_UART_DMAStop no longer stops the DMA ...