Resolved! Missing case for ADC2 software start in STM32f7xx HAL driver HAL_Adc_Start_IT()
Hi, Looks like the HAL driver for the STM32f7xx ADC is missing a case for using the software start of the ADC2 peripheral in the HAL_ADC_Start_IT function. Starting from line 1128: else { /* if instance of handle correspond to ADC1 and ...