cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H743 POWER without LDO

Mozh
Associate

I have designed a board based on STM32H743VGT6. This package doesn't have LDO PIN. Which item in CUBEMX i have to choose for power supply? Do I have to connect voltage to VCAP pins?

2 REPLIES 2
TDK
Guru

The LDO is internal. It takes the voltage you provide on VDD and converts it down to about 1.2V which it outputs on VCAP. You're required to connect each VCAP pin to ground with a 2.2 uF cap.

PWR_LDO_SUPPLY is the correct choice for most applications. You can bypass the LDO and power VCAP directly (bypass mode) but it's more complicated.

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

Thank you. Then what is the problem I can program the device but output pins level doesn't change. I have used cubemx for code generation and Keil for build. In keil the device I can select in "options for target" have 2MB flash but stm32vgt6 have 1MB flash and duo to this problem device Flash memory  is different after ox81000000. Can it cause the problem?