Problem in using DMA for ADC Fast Interleaved mode in STM32F103VET
Posted on April 28, 2013 at 09:27I configured ADC1 and ADC2 on fast interleaved mode and use DMA for ADC data transfer. I expect that when I call the StartConversion function of ADC1, the ADC2 should be started automatically by ADC1 after 7 ADC cloc...