STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

Resolved! Why is the clock config error?

Hi, when I use the cubemx to config the stm32h743iit6 project, the clock system shows some error as below. But I try it on another PC, and the same config can work well.I don't know why?

0693W00000aJZg9QAG.png
Junde by Senior II
  • 356 Views
  • 3 replies
  • 0 kudos

Resolved! How to properly open projects with the extention?

Hello,I followed all instructions and created new example project in CubeMX for CubeIDE. Then I used the vsCode extention to import an existing project with the .cproject file. How should you now open the linked source files to be able to edit the fi...

0693W00000aJKdUQAW.png
MFran.14 by Associate
  • 689 Views
  • 2 replies
  • 0 kudos

STM32H747 freezes waiting for VOSRDY

I'm trying to boot the M7 core on a STM32H747 with a 480MHz clock rate. I have the project and clock settings configured in STM32CubeMX.  When ran, the program freezes while waiting for the VOSRDY flag to be set, which never happens.The code appears ...

TDK by Guru
  • 2645 Views
  • 10 replies
  • 0 kudos

Why Pullup on LEDs ?

When using STM32CubeIDE 1.12.0 with a NUCLEO-U575ZI-Q, the code generated use pullup for the LEDs. It become impossible to achieve low power with those pullup.

nicolas by Associate III
  • 415 Views
  • 6 replies
  • 0 kudos

Resolved! An issue with the LWIP UDP RX buffer (STM32H753)

Hello, community.So, we are using STM32F753 and activated the LWIP library from the CubeMx.We use a UDP socket to send strings (used as commands for our own made CLI protocol).When reading the Rx buffer in the STM, we see that the strings are sometim...

rLand.21 by Associate II
  • 1024 Views
  • 9 replies
  • 0 kudos

HAL_RTC_MSPInit generated code fails assert_params check in gpio initialization when "Generate peripheral initialization as a pair of .c/.h filer per peripheral" project option selected and PC13 is configured as RTC_OUT_CALIB.

The generated code in rtc.c passes zeros in GPIO_InitStruct to HAL_GPIO_Init, causing assert_param(IS_GPIO_PIN_AVAILABLE(GPIOx, (GPIO_Init->Pin))); to fail. void HAL_RTC_MspInit(RTC_HandleTypeDef* rtcHandle) {   GPIO_InitTypeDef GPIO_InitStruct = ...

Jshelson by Associate II
  • 755 Views
  • 5 replies
  • 0 kudos

B-L475-IOT01A+FREERTOS+X-CUBE-BLE1 does not build

Hi there,I am using the latest CubeMX to generate code for B-L475-IOT01A with FREERTOS and X-CUBE-BLE1 4.4.0. However the code it generate does not even build. I tried various samples, including SensorDemoBLESensor, Beacon, but yield the same resul...

CLiu.0 by Associate
  • 318 Views
  • 2 replies
  • 1 kudos

Resolved! HAL vs. CMSIS layer in STM32CubeIDE (CubeMX)

Hi,I'm wondering whether I'm always getting into the HAL layer when configuring a project using the CubeMX configurator in STM32CubeIDE? Is it configurable? How to I get rid of the HAL layer while still being able to use the configurator? Where is th...