What to connect DVDD to on STM32H7?
Hello.
I am creating a board with an STM32H7R3Z8J6. I am wondering what I should connect DVDD to? My intuition and "experience" says that this is the "Digital power supply pin", but it doesn't really make sense to make that distinction on this type of component, since it "digital by default", and then you have some analog parts (which you supply through VDDA).
The "Getting started with hardware development for..." app not doesn't really specify much, it says that it's "Digital supply for the USB HS PHY". This indicates that it's a power supply and should thus be connected to the rest of the VDD net (or some other voltage). I am using USB on this board (D+ and D- connected to a USB connector), but I have connected both VDD50USB and VDD33USB to VDD (3.3V), which I got from some other spec.
There is also a diagram:

where it looks like it should be connected to the VCAP net with a 100nF cap to GND.
I also found this schematic from a Nucleo board with a similar MCU, which sort of confirms what the app note say, DVDD should be connected to the VCAP net with a 100nF cap to GND.
So how should the DVDD pin be connected?

