STM32F407 ADC-DMA weird behaviour
Posted on October 24, 2014 at 21:58 I am using T2 to trigger ADC1,ADC2 and ADC3, all the ADCs are working in indepent mode. each ADC EOC will trigger a DMA2 in a dedicate channel. T2->ADC1->DMA2_Stream0.Channel_0 T2->ADC2->DMA2_Stream2.C...