I'm new to the stm32MCU. I am using a Nucleo-U575zi-Q board. I am trying to read ADC values by setting the built-in DAC. I have check my DAC out and it is working fine. My ADC reading is giving me garbage values. I have set HAL_PWREx_EnableVddA() als...