STM32F051's ADC Auto-off mode & HAL_ADCEx_Calibration_Start()
Posted on June 02, 2017 at 05:49Hi all, I used the STM32F051's ADC function. If I Enable the Auto-off mode (AUTOFF), in the power-off state, the calibration value that produced from HAL_ADCEx_Calibration_Start() will be deleted ? #stm32f051 #s...