cancel
Showing results for 
Search instead for 
Did you mean: 

Power Supply for STM32F030 Cortex TSSOP20 VDDA and VDD pin

fredy
Visitor

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.

2 REPLIES 2
Andrew Neil
Super User

@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:

AndrewNeil_0-1761764120977.png

https://www.st.com/resource/en/datasheet/stm32f030f4.pdf#page=13

 

However, Application note AN4080Getting started with STM32F0x1/x2/x8 hardware development, does say that it is OK to connect VDDA and VDD together to a single supply:

AndrewNeil_1-1761764351707.png

@STTwo-32 so it does seem that the datasheet wording is a bit misleading ...

 

 

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
TDK
Super User

> 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.

If you feel a post has answered your question, please click "Accept as Solution".