Question
STM32F405RG using SPI2 and SPI3 at the same time with DMA?
Posted on January 23, 2014 at 16:44
Hi,
In my application I would like to use all three SPI interfaces of the STM32F405RG at the same time, with DMA. I noticed that SPI2 and SPI3 are both assigned to DMA1 Channel 0, but different streams. Does this mean that SPI2 and SPI3 can't be used at the same time with DMA?