Skip to main content
RTira.1
Associate
May 27, 2024
Solved

Error with STM32CubeMx 6.11.1

  • May 27, 2024
  • 3 replies
  • 1820 views

Hi,

I'm working on a STM32H755BIT6 with a custom PCB layout, which uses direct SMPS supply hardware configuration.

RTira1_0-1716816356297.png

I'm migrating an existing Keil project which was created with STM32CubeMx 6.7.0 to STM32CubeMx 6.11.1 and I discovered that the option PWR_DIRECT_SMPS_SUPPLY is now unavailable.

I wonder if this is a bug from CubeMx software or if it was remove on purpose to force user use another hardware configuration?

RTira1_1-1716816492159.png

 

RTira1_2-1716816598403.png

Thanks!

 

This topic has been closed for replies.
Best answer by STTwo-32

Hello @RTira.1 

As you can see here on the DS12919, Scale 0 is available only with LDO regulator.

STTwo32_0-1716824425873.png

Best Regards.

STTwo-32

3 replies

STTwo-32
ST Technical Moderator
May 27, 2024

Hello @RTira.1 

Try to change the Power regulator Voltage Scale to 1 2 or 3 and not 0:

STTwo32_0-1716820369226.png

Best Regards.

STTwo-32

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.
RTira.1
RTira.1Author
Associate
May 27, 2024

Thank you for your fast response STTwo-32, now PWR_DIRECT_SMPS_SUPPLY option is available in CubeMx 6.11.1.

However, in the project I want to run the microcontroller at 480 MHz, which requires "Voltage Scale 0" option.

This means that is not possible to run it in this condition using DIRECT SMPS as supply source when created with CubeMx 6.11.1? Why?

Because in the current project which was created with STM32CubeMx 6.7.0 I was able to do it and works well.

RTira1_0-1716823433507.png

RTira1_1-1716823492060.png

Is there a recommendation to not use the "Direct SMPS supply" when running at maximum CPU speed? I may change my hardware set up in order to do so.

Thank you again

STTwo-32
STTwo-32Best answer
ST Technical Moderator
May 27, 2024

Hello @RTira.1 

As you can see here on the DS12919, Scale 0 is available only with LDO regulator.

STTwo32_0-1716824425873.png

Best Regards.

STTwo-32

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.