2014-01-23 07:44 AM
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?2014-01-23 08:09 AM
The terminology is confusing: Streams here are the DMA ''submachines'', and Channels denote the possible trigger inputs to the individual DMA ''submachines''.
Read the manual more carefully. JW2014-01-23 09:31 AM
Thanks for clearing this up. I somehow got confused when reading the manual.