Resolved! STM32G030: HAL_ADCEx_Calibration_Start() fails with compiler options greater than "-O0"
Hi,I use a STM32G030. The application works fine when we compile it with option -O0 (no optimize).It fails when we using the function HAL_ADCEx_Calibration_Start() for the calibration of the ADC.This function returns the fail at the follow location:T...