I have noticed significant delays when using SPI1 with EDMA to transmit 24 bit data. With data output continuously I see 64uS before CS goes low and 37uS before going high again. The data only takes 3uS to transfer.
I found a thread, "SPI EDMA Performance" which discussed the same problem and there was a modification to "Spi_edma.c" which was recommended. I made this mod and rebuilt the library but did not notice any difference in timings.
Are these timings to be expected? If so they put a severe limitation on the use of SPI with EDMA.
Any suggestions would be appreciated.