2025-08-19 5:02 AM
I am working with STM32H745I-Discovery board. I trying to do Data transfer through SPI with DMA. But unable to transfer the data.
Could any help me with example code for STM32H745I-Disco board.
2025-08-19 5:20 AM
Here is an example project which uses HAL_SPI_TransmitReceive_DMA correctly that you can use as a guide: