2025-10-29 11:29 AM
Please i need help.
The datasheet, says the VDDA voltage level must be always greater or equal to the VDD voltage level
and must be provided first.
My qustion is: will my circuit work, if I tie the VDDA and VDD together, to be powered by the same LDO DC-DC converter?
Thanks in advance.
2025-10-29 12:01 PM
@fredy wrote:The datasheet, says the VDDA voltage level must be always greater or equal to the VDD voltage level
and must be provided first..
Indeed it does:
https://www.st.com/resource/en/datasheet/stm32f030f4.pdf#page=13
However, Application note AN4080, Getting started with STM32F0x1/x2/x8 hardware development, does say that it is OK to connect VDDA and VDD together to a single supply:
@STTwo-32 so it does seem that the datasheet wording is a bit misleading ...
2025-10-29 12:10 PM
> will my circuit work, if I tie the VDDA and VDD together, to be powered by the same LDO DC-DC converter?
Yes, if you tie VDD and VDDA together, then they are equal, and that satisfies the condition. That is the most common configuration.