VDDA reading
I have a problem regarding VDDA on my hardware piece, that has an STM32U535RET6 chipset. According to the documentation, this exact chipset, does not have an internal reference buffer, so I'm stuck to using the VDDA/VREFINT as they are for my ADC1-IN13 (Asynchronous clock mode dived by one, 12 bit resolution and a sampling time of 814 Cycles). The reading after the conversion for the ADC-IN13 using VDDA is 173 with an analog voltage reading of 0.137V. Now, using the analog to digital conversion formula, that would result in System voltage of around 3.24V , but in the chipset's documentation is said that that for the ADCs is around 1.62V if I understood correctly. Am I missing something in the documentation or am I just doing something wrong regarding the conversion?

