How to reduce the time between SPI (DMA) transactions
I need to transfer a large amount of bits over SPI de-asserting/asserting the select line very 64 bits. I'm using DMA. The time between transmissions is huge, as can be seen below:The pink channel is SCK, each chunk is 64 bits. The code is below:whil...