Hello, thanks a lot for your answers, I implement it in a different way with your recommendations and is now working fine:void HAL_ADCEx_InjectedConvCpltCallback(ADC_HandleTypeDef *hadc){// Voltage1 = HAL_ADCEx_InjectedGetValue(&hadc1, ADC_INJECTED_R...
Hello TDK, thanks a lot for your answer, I don'T know what is wrong or if I didn't undestood you; but I tried what you said and it didn't worked. ADC1 is triggered with a PWM signal generated by timer 1 and ADC2 is is triggered with a PWM signal gene...