On STM32G474, I have a loop where I read ADC values, process them, and write the result to DAC.I am using the dual ADC mode and reading ADC12_COMMON->CDR . I do not care if I read the previous conversion result, in this case, is there a reason to che...