How to measure VBAT using ADC correctly in STM32U073RCT6 MCU
Hi everyone!I'm having trouble in measuring the VBAT through ADC. I'm using a battery of 2.5V and when I measure VBAT through ADC, I'm getting values around 4000mV. Here's my code:/** * @brief ADC1 Initialization Function * @PAram None * @retval N...