cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H745 - unused SMPS pins

Joe.H
Senior

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.

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Super User

This app note for STM32H7A/B shows them as grounded/floating. Can't imagine it's different for the H745.

0693W00000HrI9yQAF.png 

0693W00000HrIAhQAN.png 

https://www.st.com/resource/en/application_note/an5307-getting-started-with-stm32h7a37b3-line-and-stm32h7b0-value-line-microcontroller-hardware-development-stmicroelectronics.pdf

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

View solution in original post

9 REPLIES 9
TDK
Super User

This app note for STM32H7A/B shows them as grounded/floating. Can't imagine it's different for the H745.

0693W00000HrI9yQAF.png 

0693W00000HrIAhQAN.png 

https://www.st.com/resource/en/application_note/an5307-getting-started-with-stm32h7a37b3-line-and-stm32h7b0-value-line-microcontroller-hardware-development-stmicroelectronics.pdf

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

Thanks

Hi,

is the same solution possible for the STM32H747XIH6?

I want to fully bypass the internal LDO and SMPS.

Moritz__0-1728388150865.png

Thank you-

 STM32H747 and STM32H745 have the same config from power settings point of view.

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

Thank you very much for the fast help.

Just to be sure, (since the datasheet of the STM32H747 does not mention it) VDDLDO and VCAP are connected in the LDO bypass scenario ?

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

sndafrei_0-1757663675766.png

Good luck!

Daniel

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

 

 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

Hi, thank you for your fast reply.
I used the STM32H735ZG and wired it in this way:

sndafrei_0-1757681921314.png

sndafrei_1-1757682359927.png

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