How to use SPI + DMA with software CS?
Hi All,
I am trying to use SPI+DMA in stm32f401 nucleo 64.
SPI + DMA is working successfully on both transmit and receive data. I configured spi + dma in software cs since I have multiple slaves, but that means I have to pull the gpio up and down for every transmission.
I am not sure if I did/understood it correct, this way, gpio would not pull up and down by itself while the processer is running other code, so I will have to call spi + dma with gpio inside a while loop. It feels to me that does not make any difference than using polling.
Is there a way to get pass this ? or am i doing this correctly?
Thanks in advance!
