Question
STM32F4: Using two DMA streams with single request
Posted on March 21, 2013 at 08:25
Device: STM32F405.
Is it possible to use two DMA streams with single request? For example, connect DMA2_Stream0 to channel 6 (TIM1_TRIG) and DMA2_Stream4 to channel 6 (TIM1_TRIG, too). I want to start two diffirent DMA transactions from single request. #stm32-dma