I am trying to control a screen with spi interface of STM32H750VB. I have tried "HAL_SPI_Transmit()" and "HAL_SPI_Transmit_IT()", it works well. But when I tried "HAL_SPI_Transmit_DMA()", it does not work. So I wrote the following code to compare DMA...