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
  • 43 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
  • 2694 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...

stm32 freertos debug

I am using NUCLEO-H743ZI2 with freeRTOS CMSIS V2. I would like to view freertos task list. I followed the instruction in UM2609, I did all of the modification, but I still can't trace freertos task list. When I start program, FreeRTOS task list is ...

yang hong by Associate III
  • 898 Views
  • 2 replies
  • 0 kudos

Device Configuration Tool and main.c

I'm developing production code for an STM32 project and using the Device Configuration Tool as much as possible. I need to organize the code so that everything is not in main.c.Is there a way, for example, to move FreeRTOS tasks out of main into th...

GYurk.1 by Associate II
  • 1890 Views
  • 4 replies
  • 0 kudos

hi, I have been trying to add header files in a folder to my project and also a folder with subfolders of the source files to the same project on stm32 IDE to no avail. I have tried all the method i know of including adding path variables and importing.

the images are the file structures of the folder i would like to add to my project. The files are GNU GSL source files i would like to implement on my mcu project. some how it does not seem to fine the header files. the is how they are added #includ...

0693W000001t4YfQAI.jpg 0693W000001t4ZOQAY.jpg
ADoug.2 by Associate
  • 646 Views
  • 1 replies
  • 1 kudos

Resolved! Can't get STM32G0B1VE USB device work.

I use STM32CubeIDE1.6.1 to generate USB device (CDC VCP mode) code for STM32G0B1VE. The PC could not recognize the USB. I tried internal HSI48 clock and PLLQ for USB (clock frequency verified by MCO), I pulled up DP through 1.5k resistor by a GPIO af...

Jackle by Associate III
  • 10052 Views
  • 38 replies
  • 0 kudos

st-link gdb debug

I have one project built in SW4STM32. I download 1.7 stm32ide and want to start this project in stm32ide. I complete comply. It looks pretty good, the whole project use FREERTOS and tick time use timer6, when I start my program. my program trigger ha...

yang hong by Associate III
  • 3595 Views
  • 10 replies
  • 0 kudos

Correct way to deactivate SPI in half-duplex/simplex mode

I am trying to change a STM32F4 from slave to master after certain amount of time, send a message as master, and go back to slave. I found out that configuring the SPI as slave_rxonly and enabling the SPI will cause the clock to unexpectedly sent a c...

0693W00000AMIV1QAP.png
FDomi.1 by Associate
  • 3388 Views
  • 5 replies
  • 0 kudos

How to generate fixed length hex file using STM32CUBEIDE ?

I am trying to develop a boot-loader for STM32H7xx micro-controller. For that i need a hex file of my program, i am using STM32CUBEIDE for that but the problem is that my generated hex file length is not same some line is short but i need fixed lengt...

JP_RS by Associate II
  • 1350 Views
  • 2 replies
  • 0 kudos