SPI communication using DMA on the STM32H743.
SPI communication using DMA on the STM32H743.
We have created a program for SPI communication using DMA, The first send/receive with HAL_SPI_TransmitReceive_DMA is successful.
However, when the exact same process is executed afterwards, all received values are 0.
The second send/receive with HAL_SPI_TransmitReceive_DMA is not successful.
Does anyone know why this is happening?
