STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.15.0 released

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

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 III
  • 851 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
  • 1593 Views
  • 2 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 Senior II
  • 980 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
  • 2593 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
  • 1786 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
  • 824 Views
  • 2 replies
  • 1 kudos