2022-01-11 9:14 AM
I don't use the internal Step Down regulator. How should the pins be tied?
Should VDDSMPS be tied to VDD and VSSSMPS to GND with VLXSMPS and VFBSMPS left open?
OR - should they ALL be left open?
Documentation only speaks as if they are to be used - no comments on what to do if not used.
Solved! Go to Solution.
2022-01-11 9:38 AM
This app note for STM32H7A/B shows them as grounded/floating. Can't imagine it's different for the H745.
2022-01-11 9:38 AM
This app note for STM32H7A/B shows them as grounded/floating. Can't imagine it's different for the H745.
2022-01-11 10:20 AM
Thanks
2024-10-08 4:49 AM
Hi,
is the same solution possible for the STM32H747XIH6?
I want to fully bypass the internal LDO and SMPS.
Thank you-
2024-10-08 9:08 AM - edited 2024-10-08 9:09 AM
STM32H747 and STM32H745 have the same config from power settings point of view.
2024-10-08 10:59 PM
Thank you very much for the fast help.
2024-10-08 11:07 PM
Just to be sure, (since the datasheet of the STM32H747 does not mention it) VDDLDO and VCAP are connected in the LDO bypass scenario ?
2025-09-12 12:55 AM
Hi WARNING I think.
The Voltage must be the same as the voltage you used for VDD!!!
I burned a uC because I used this information :)
Good luck!
Daniel
2025-09-12 1:05 AM
"The Voltage must be the same as the voltage you used for VDD" is for SMPS configuration.
VDDSMPS should be connected to the ground if LDO mode is used.
You may burned your chip for another reason.
2025-09-12 6:07 AM
Hi, thank you for your fast reply.
I used the STM32H735ZG and wired it in this way:
I powered the PCB and try to reach the uC with the programmer.
I reached the uC with STM Cube Programmer and read out the serial several times and it works.
Then I bring the PCB to my customer and he NOT powered the PCB itself he only connects an programmer ST Link V2. Over this programmer he connect the 3.3V to the PCB.
He has also reached the uC successfully and successfully upload a program.
After the upload he can't reach the uC a second time.
I investigate it and figure out, that there is 0V at the VCAP.
I changed the VDDSMPS to 3.3V and disconnect the VFBSMPS from GND.
I also changed the Pull-Up resistor at PDR_ON to 0R and removed the resistor at VBAT (VBAT now floating).
Then I also removed the connection from VDD50USB (VDD50USB now floating).
After I have done all this the VCAP was still at 0V and I think this uC is dead.
What do you think what could happened here?
Is the SMPS wiring correct as I have done it?
I only want to have 3.3V at the uC from my LDO at the PCB. I not want to use any on these SMPS function.
Is there something the customer can configure wrong in the CubeMX/ CubeIDE to destroy the uC because of the actual wiring?
Thank you for your reply :)