Resolved! STM32H5 ADC, Multiple Channels, Continuous Scan, Interrupts
New to this ADC...I intend to call HAL_ADC_GetValue() from HAL_ADC_ConvCpltCallback().How do I know which channel the conversion is for? Must HAL_ADC_ConvCpltCallback() keep track of the channel, trusting the ADC HW to follow the same channel orderi...