STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

Change peripheral ( USART ) config ( CubeMX )

Hi, by following some video i am able to create a GUI ( ST32F469I-DISCO ) and get a complete CubeIDE project... I create the GUI by selecting the right application template for the TouchGFX project ( device ). Then i can generate the code. After th...

LFili.1 by Associate II
  • 1102 Views
  • 4 replies
  • 0 kudos

Resolved! How to setup SMPS Supply source in STM32CubeMX?

Hi,I want to configure my STM32H7 MCU to use SMPS configuration.I try to select RCC -> Supply Source -> PWR_DIRECT_SMPS_SUPPLY, but then get build error Src/main.c:136:26: error: 'PWR_DIRECT_SMPS_SUPPLY' undeclared (first use in this function)This is...

Tuoman by Senior II
  • 7718 Views
  • 1 replies
  • 1 kudos

MBEDTLS / STM32CubeMX Broken?

I am trying to implement an MBEDTLS client based on an ST example. The MBEDTLS code fails when it tries to allocate memory using calloc. Apparently, users have been experiencing this for over a year.https://community.st.com/s/question/0D50X0000ArVXN...