Hi, I use DMA without interrupt.
In main() loop, I use DMA to receive data with enough buffer about 100 DWORDs.
If the SPI "RFDF" is set, DMA will move data into buffer,.
In my application, After I tranfer one read command with start DMA RX, and then I will delay some time (maximum 510us) and copy the DMA data.
(delay function use different channel with STM interrupt, and STM interrupt only change " Compare Register ".
Does STM interrupt in supervise mode affect the DMA?