ADC Trigger scan mode
I am using stm32h745i-disco.I need to run ADC in ScanConvMode mode because I need the exact sampling frequency.But my ADC constantly gets into HAL_ADC_ErrorCallback with code 2 (Overrun).I noticed that the call frequency of HAL_ADC_ErrorCallback is s...