2019-07-12 01:51 AM
Hello,
we want to build a system with STM32H7, hopefully one of the new up to 480 MHz devices. And we really need a high clock of 400 MHz and above. On the other hand we need low power and we use ADC and DAC, both requiring a 3.3V Vref.
Now my question is if we can turn down Vdd to 1.8V to minimize the power loss in LDO voltage regulator, while keeping VddA and Vref at 3.3V.
I searched the data sheets but couldn't find any relations between Vdd and VddA. (which would be a yes to my question but still leaves me a bit insecure, maybe I missed something)
Thanks for any help
Martin
Solved! Go to Solution.
2019-07-12 03:52 AM
Section 3.5.2 and Figure 2 in the stm32h753 data sheet (rev 7) seems to show some restrictions on VddA vs Vdd during the power-up / power-down sequence.
Essentially they say that all the time Vdd < 1.0 V, VddA (and VddUSB) need to be below Vdd + 0.3 V.
During power-up and power-down phases, the following power sequence requirements must be respected (see Figure 2):
When VDD is above 1 V, all power supplies are independent.
2019-07-12 03:52 AM
Section 3.5.2 and Figure 2 in the stm32h753 data sheet (rev 7) seems to show some restrictions on VddA vs Vdd during the power-up / power-down sequence.
Essentially they say that all the time Vdd < 1.0 V, VddA (and VddUSB) need to be below Vdd + 0.3 V.
During power-up and power-down phases, the following power sequence requirements must be respected (see Figure 2):
When VDD is above 1 V, all power supplies are independent.
2019-07-12 05:54 AM
Danish,
thank you for this hint, I was missing this part.
Thanks a lot
Martin