STM32H743 DMA have some bug when I using lastest HAL lib
We check stm32h7xx_hal_spi.c, and Surprise that the lastest HAL Lib still not support HAL_SPI_DMAStop() and HAL_SPI_DMAResume(). It is very important. We found DMA_SxCR's EN bit out of control in some time. We use DMA to send and receive spi dat...