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

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 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

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
  • 1647 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
  • 547 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
  • 8725 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
  • 3124 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
  • 2961 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
  • 1184 Views
  • 2 replies
  • 0 kudos