Incomplete HAL_DMA_Abort_IT() in STM32F7xx_HAL v1.16
Hello,During a UART transfer I used the HAL_DMA_Abort_IT() function. The transfer stopped but the DMA handle stays locked and in the HAL_DMA_STATE_ABORT. When in this state the only thing to do is reinitialize the peripheral.Anyone have some feed bac...