Skip to main content
HMüll.4
Senior
August 3, 2026
Solved

STM32N645I0H VDDCORE and SMPS wiring

  • August 3, 2026
  • 3 replies
  • 41 views

I try to do power wirign for the STM32N645 but unfortunately the AN and the User Guide are not perfectly clear and somewhat incomplete.

When I understand it correct, the STM32N6 generates the VDDCORE voltage of 0,89V internally, so all I have to do with the VDDCORE-pins is to connect them with each other and to couple each of them with 100 nF to ground, right?

 

For this I need a specific SMPS configuration which lets the MCU generate this voltage. Here I have a description in the AN and the User Guide which shows some wiring scheme named “Configuration when using SMPS (option 1)” that consists of two inductances and a capacitor and external 1.8V feed into VDDSMPS input.

My problem here: the wiring scheme of the development board of that MCU is completely different to what the documentations say. And: neither in the AN nor in the User Guide there are any values for these components. So the question is: what wiring should i use with which component values to let the MCU generate the VDDCORE-voltage?

 

Thanks!

 

 

Best answer by FBL

Hi ​@HMüll.4 

For the STM32N6, please refer to UM3417, Chapter 7.4.3: “MCU power supply: Internal or external SMPS”. In the external SMPS configuration, VDDSMPS and VDDA1V8PMU should be shorted to VSS.

The current schematics do not follow the recommendation in AN5967 and should be updated accordingly. The component values are not specified in the documents quoted above, so please refer to the reference schematic

For internal reference, this issue is already being investigated under ticket CDM0062264.

3 replies

FBLBest answer
ST Technical Moderator
August 3, 2026

Hi ​@HMüll.4 

For the STM32N6, please refer to UM3417, Chapter 7.4.3: “MCU power supply: Internal or external SMPS”. In the external SMPS configuration, VDDSMPS and VDDA1V8PMU should be shorted to VSS.

The current schematics do not follow the recommendation in AN5967 and should be updated accordingly. The component values are not specified in the documents quoted above, so please refer to the reference schematic

For internal reference, this issue is already being investigated under ticket CDM0062264.

To give better visibility on the answered topics, please click on "Best answer" on the reply which solved your issue or answered your question.Best regards,FBL
HMüll.4
HMüll.4Author
Senior
August 3, 2026

Thank you for the quick response!

I can not find CDM0062264, could you please share a link to that ticket so that I can follow it?

Andrew Neil
Super User
August 3, 2026

I can not find CDM0062264, 

You won’t: as ​@FBL said, it is an internal reference - not visible outside ST.

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.