Resolved! STM32H5 ADC DMA HAL_ADC_ConvCpltCallback Called Early
I used the STM32H533 Nucleo board example project ADC_MultiChannelSingleConversion as a reference for this code. The actual project is running on an STM32H523.I am attempting to have a software-triggered array of ADC reads across two channels using t...