Need SPI example with DMA mode for STM32F411
Does anyone have some example code for the STM32F411VE to allow me to use the function 'HAL_SPI_TransmitReceive_DMA'?
I had a look through the ST examples and none of them seemed to use this code. If someone has some sample code or can point me in the direction of some ST supplied sample code, that would be great. I'm struggling to understand how it is supposed to work, and particularly which callback I'm supposed to grab - and how.
#stm32f411ve #dma