How to use the stm32f4xx ADC in dual regular simultaneous mode
Posted on May 31, 2016 at 16:38The task is to measure three phase power. ADC1 measures voltage, ADC2 measures current. Here is the adc configuration routine:static void ADC_Config(void){ ADC_InitTypeDef ADC_InitStructure; ADC_CommonInitTypeD...