Question
How to use SPI DMA on slave
Hi,
I would like use the DMA functionality for SPI on my STM32F4. But all examples I have found are calling the SPI DMA Transmit Receive function in a while loop. But what would be a better way? I think that if I call the Transmit Receive function when CS goes low is to late. So would it be good to trigger on the rising edge so that the data is available when the Mster triggers the next transfer? Or do you now a link for a good example?
