I use my own code, which use ADC. First I want to calibrate it, so I call HAL_ADCEx_Calibration_Start. I began from stm32cubewl_v1-1-0, and it worked well.Then I upgaded library to stm32cubewl_v1-2-0, and the function began to return HAL_ERROR.Functi...