We are performing SPI communication using DMA.In this case, we manually set the GPIO to High/Low as SPI_CS, but (obviously) SPI_CS goes High before all of the SPI CLK is sent.How can we manually return SPI_CS to its original state after all of the SP...