User Activity

Hello all,I followed the reference manual to determine VDDA for STM32L476VET6, using the VREFINT measured value together with the calibration value using following code: if (HAL_ADC_PollForConversion(&hadc1,100) == HAL_OK) {ADC_measure_VREF = HAL_ADC...