STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeCLT 1.20.0 released

We are pleased to announce that STM32CubeCLT 1.20.0 release is available. What is new in 1.20.0: Maintenance of the previous version: Updated in accordance with STM32CubeIDE v2.0.0Update of Clang toolchain version 19.1.6Update of GCC 13.3.rel1Update ...

Aimen1 by ST Employee
  • 42 Views
  • 0 replies
  • 0 kudos

STM32CubeIDE 2.0.0 released

We are pleased to announce that STM32CubeIDE 2.0.0 release is available. STM32CubeIDE is now independent from STM32CubeMX. With this release, device configuration, previously handled within STM32CubeIDE via STM32CubeMX, is now exclusively available t...

Aimen1 by ST Employee
  • 2663 Views
  • 0 replies
  • 3 kudos

STM32CubeIDE 2.0 release - early heads-up!

Starting from the release in November 2025, STM32CubeIDE and STM32CubeMX will be available exclusively in their standalone versions. STM32CubeMX will no longer be integrated inside STM32CubeIDE. Instead, the two tools will be interoperable in the sam...

Stm32CubeIde under linux problem

Hi,I've installed STM32CubeIde under linux ubuntu 16.04LTS.....all seem to goes well and faster than window's version but there is a important problem. When I select a global variables or add it to a expression window, I can see it's value but i can'...

DMast.1 by Associate II
  • 462 Views
  • 0 replies
  • 0 kudos

Float value gives hard fault in STMCubeIDE

Hi,I am using a STM32F4/STM32L4 MCU and STMCube IDE (1.3.0) for the development. It gives ma a hard fault when I print float values.float value = 3.14f; printf("Value: %f\r\n", value);I have enable -u _printf_float as mentioned in attached image. Wil...

0693W000001r1wzQAA.png
NOza.1 by Associate II
  • 1233 Views
  • 3 replies
  • 0 kudos

How to build a .dfu file from an STM32CubeIDE project?

The code compiles and works on the Nucleo H743ZI2.The contents of the Debug directory are:$ ls -lA Debug/total 3132drwxrwxr-x 4 chris chris   4096 Jun 19 11:51 Coredrwxrwxr-x 3 chris chris   4096 Jun 19 11:51 Drivers-rwxrwxr-x 1 chris chris  30384 Ju...

CDew.1 by Associate III
  • 857 Views
  • 0 replies
  • 0 kudos

Resolved! Enable automatic code generation STM32CubeIDE

Hi,I work with STM32CubeIDE Version: 1.3.1Build: 6291_20200406_0752 (UTC)I somehow managed to disable automatic code generation for altered *.ioc file.Now it doesn't automatically regenerate the source files according to the changesI made in the conf...

PGroe.2 by Associate III
  • 7386 Views
  • 1 replies
  • 1 kudos

32G431 power supply problem

HelloI am a total beginner in the STM world. Two months ago I migrated from arduino to STM and this forum hase been a lot of help. But for this problem I cannot find a rational explanation. Anyway I am making a custom board with the 32G431KB MCU and ...

JJeba.1 by Associate II
  • 1413 Views
  • 6 replies
  • 0 kudos

ETH initialization code

Thank you for helping.environment:STM32CubeIDE Ver1.3.0STM32CubeMX Ver5.5.0board: STM32F769I-DISCOOpened ETH Mode and Configuration from ioc file in IDE and selected RMII in Mode.I'm going to build and generate the initialization codeCan't create MX_...

Ebun.1 by Senior
  • 490 Views
  • 0 replies
  • 0 kudos

I been trying to import from a Mbed OS project for the b-le75e iot01 without success. It is basic mbed blinky project.

I was able export it to st workbench, but unable to import to the stcubemxide or true studio. any suggestions. When I build i get failures. I been online trying all the suggestions nothing is working so far. Mbed IDE is not up to levels I like in the...

Sscha.1 by Associate
  • 608 Views
  • 0 replies
  • 0 kudos

I create a project and build it in STM32CUBEIDE, and then got " region `ROM' overflowed" error; But it works in Keil IDE.

Hi all:I create a project on top of STM32F030K6T6 , and then i want to build it in stm32cubeide, i got the following error:"c:\st\stm32cubeide_1.3.0\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.7-2018-q2-update.win3...