Resolved! STM32F030R8T6 ADC Calibration Error
i am using Nucleo-F030R8 board. I want to get adc calibration factor.By writing #define VREFINT_CAL (*((uint16_t *) 0x1FFFF7BA))i got VREFINT_CAL = 1521 which is actually factory stored value, that good no problem.but when i try to calibrate it by...