SPI DMA example
hi, i m using STM32H7 and have running SPI using interrupt transmittng and receiving from external ADC, now i m contemplating using DMA for SPI transmit and receive, but was not able to get any data reponse from the ADC. could anyone kindly advise any sample code on SPI DMA normal or circular mode? I have code the following functions, what be inside the DMAReceiveCpltDMA callback functions? should i create another callback for DMATxCpltDMA ?
spi_tx(t_data)
spi_rx_tx(data)
DMAReceiveCplt(DMA_HandleTypeDef *hdma)
