why calibration ADC and DAC is important in stm32f4?
Hello, I am using ADC and DAC for sensing in my device, and I am using the STM32F405RGT6. I want to perform calibration, but I cannot use "HAL_ADCEx_Calibration_Start(&hadc1, ADC_SINGLE_ENDED);" . I tried using this code: c Copy code ...