STM32F373 SDADC HAL after Calibration, do I need to manual put an offset error value to final calculate with sdadc output value?
HiAs a title, after I call HAL_SDADC_CalibrationStartand HAL_SDADC_PollForCalibEventfollow Refference Manual page 240, calibration progress will store an offset error value in OFFSETx[11:0] fields. So do I need to read this value and put in the calc...