stm32f3 2 DMA channels in dual interleaved mode
Posted on February 05, 2017 at 04:00HelloIs it possible to use dual interleaved mode with 2 different DMA channels in stm32f3?e.g one channel for adc1 master and another for adc2 (slave). there is some examples in stm32cube, using one dma channel.Th...