STM32H7A3RIT6 Voltage reference buffer (VREFBUF)
STM32H7A3RIT6 Voltage reference buffer (VREFBUF)
I’m using
HAL_SYSCFG_EnableVREFBUF();
HAL_SYSCFG_VREFBUF_VoltageScalingConfig(SYSCFG_VREFBUF_VOLTAGE_SCALE0);
To select internal vref 2/5 volt
But it seems that the ADC takes the voltage of 3.3 which is connected to the VDDA
The 64 pin has no VREF pin !!
I checked the registers and they seem to be written correctly
I want to work with internal and not external reference voltage
Would appreciate help