Skip to main content
Michael98006
Associate III
August 15, 2019
Solved

CubeMx is missing the PWR_DIRECT_SMPS_SUPPLY option under RCC->SupplySource

  • August 15, 2019
  • 6 replies
  • 5244 views

When I generate a new project in CubeMx 5.3.0 for the STM32H745I-DISCO board for IAR toolchain, I get the following code:

HAL_PWREx_ConfigSupply(PWR_LDO_SUPPLY);

The example projects in CubeH7 package use this code instead:

HAL_PWREx_ConfigSupply(PWR_DIRECT_SMPS_SUPPLY);

With the code generated by CubeMx, when I unplug the USB cable (which supplies power to the board) from the STLK port, plugging it back in causes the code not to run.

With the code from the examples, the code runs ok.

I believe the code generated by CubeMx misconfigures the FW for the STM32H745I-DISCO board.

Anyone else have this issue?

This topic has been closed for replies.
Best answer by Khouloud ZEMMELI

Hi @Loïc Quinet​ 

Issue has been already fixed from the 5.4.0 MX version.

Try with the 5.6.1 version.

0693W000001cKMWQA2.png

Best regards,

Khouloud​

6 replies

Tesla DeLorean
Guru
August 15, 2019
Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Khouloud ZEMMELI
ST Employee
August 15, 2019

​Hello @Community member​ , this issue will be fixed in the next release.

Best Regards,

Khouloud.

ofer-bahar
Associate II
July 2, 2025

NO ITS NOT !!

This BUG is still there in the Cube 1.17.0

LQuin
Associate
May 15, 2020

Hi,

Just to tell that I still have this issue with STM32CubeMX integrated in STM32CubeIDE (STM32CubeMX Version: 5.6.0-RC6 Build: 20200218-1639 (UTC)) and STM32CubeH7 Firmware Package V1.7.0 / 14-February-2020)

Regards,

lquinet

Khouloud ZEMMELI
Khouloud ZEMMELIBest answer
ST Employee
May 15, 2020

Hi @Loïc Quinet​ 

Issue has been already fixed from the 5.4.0 MX version.

Try with the 5.6.1 version.

0693W000001cKMWQA2.png

Best regards,

Khouloud​

LQuin
Associate
May 15, 2020

Thanks a lot @Khouloud ZEMMELI​ I didn't notice the option!

Associate II
December 14, 2023

PWR_DIRECT_SMPS_SUPPLY is still missing in STM32CubeIDE 1.14.0.