Error in reading ADC->CDR under Dual ADC and regular simultaneous mode
I am using ADC1 and ADC2 of STM32F446RE, which are operated under the following conditions;Dual ADC modeRegular Simultaneous modeExternal triggerI can correctly read the converted values through ADC1->DR and ADC2->DR.However, I can not read the corr...