STM32U575 Reference not working?
I'm using an STM32U575 chip with a couple of it's peripherals. I'm trying to get the ADC1 working. It's currently sampling a few pins, but when I read the data, it seems to always be 4095 (max value). Looking into it further, the VREF+ pin is sitting at 0V, which correlates with the max value reading I'm seeing.
I was initially planning on using the internal reference for this board, but I'm having trouble turning it on. The HAL provides the function `HAL_SYSCFG_EnableVREFBUF()`, but when I step through this execution, it never turns on the ENVR bit.
What am I missing here?
