STM32L0 SPI communication with DMA, Slow CS
STM32L0 SPI communication with DMA. The SPI CS line is controlled with software. It appears to stay low for about 72uS when the communication only takes about 4uS.
Right before setting the DMA to roll, I set the CS to 0. Nothing else is pending for the DMA. When the DMA RX full interrupt triggers, I set the CS to 1.
Why does the CS take as long as it does? How can I make this time shorter? I would like to do communications more often, if possible.
