Resolved! STM32H743, ADC_CAL flag is not cleared
Hello.I try to use ADC with STM32H743II. The problem is that the calibration flag is not reset.//ADC1 RCC->AHB1ENR |= RCC_AHB1ENR_ADC12EN; //Exit DEEP Sleep ADC1->CR = 0; while(ADC1->CR != 0) { ADC1->CR = 0; }; //Enable LDO ADC1->CR = ADC_CR_A...