Resolved! STM32L412KB ADC Oversampling - Question to right bitshift
Hello,i am using ADC with DMA. In my initialization code i did the ADC calibration procedure like that: HAL_ADCEx_Calibration_Start(&hadc1, ADC_SINGLE_ENDED); // ADC calibration VrefintCalValue = (*VREFINT_CAL_ADDR); // read out the calibratio...