Question
SPI Communication with DMA transfer
Hello,
i'm working with the STM32F746G-DISCO development kit. I need to use 3 SPI in reiceive only master mode (each SPI have the same clock). The data comming from the SPI are clocked at 4[MHz]. I need to use DMA to transfer data from the SPI peripheral to the memory.
The fact is this data are measurements and i need these measurements are synchrounous. When starting and stoping the SPI that take some time and the data are no longer synchronized. I don't know how i can synchornize this measurement, have you an idea ?
