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
  • 278 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
  • 4080 Views
  • 0 replies
  • 4 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...

IDE different view to BLE files, no .h files

 Using FreeRTOS heart rate example VS Custom sequencer exampleDifference in middleware BLEfiles structure in CubeIDE .Image attached.The NO RTOS project shows all BLE files 'togehter' , without .h filesThe RTOS project keeps them in the original file...

0693W00000ANmG8QAL.png
DS.4 by Senior II
  • 786 Views
  • 3 replies
  • 0 kudos

Resolved! How do I fix failure to remove .elf file?

Hello,I'm relatively new to embedded development and have been taking a driver development course that uses STM32CubeIDE. The the board I am using is STM32F407VG Discovery Kit. Basically, I have been creating multiple src main files to test out my dr...

AMark.1 by Associate
  • 3517 Views
  • 6 replies
  • 0 kudos

How to duplicate a ST32F4 Cube IDE project on another PC?

This is incredibly convoluted. None of the many options work.I have v1.6.1 installed on two machines.The existing project is on one, under c:\projectname\project1.In it are these files and folders12/05/2021 18:53      169,656 .cproject05/10/2020 15:3...

PHolt.1 by Senior III
  • 926 Views
  • 4 replies
  • 0 kudos

Resolved! How to disable/MASK an exti line ON THE FLY

I'm currently trying to implement a button interrupt and need to disable the button interrupt after the initial call to the isr to avoid excessive interrupt triggering due to debounce. I'm using STM32CUBEIDE/MX currently. The button works as desir...

Craig1 by Associate
  • 6778 Views
  • 19 replies
  • 1 kudos

Resolved! All breakpoints are disabled in CubeIde

I noticed that all breakpoints are disabled in CubeIde. Windows 10 probably checks for updates automatically, so this IDE can't be very old version. What can I do?

LMI2 by Lead
  • 5189 Views
  • 11 replies
  • 0 kudos

cubeide freezing

Hi,I have two functions that set visible and invisible some boxes on the same screen. When I debug the main.c and change the variable to call functions, half of the screen invalidates and sometimes, debugging freezes somewhere. Every time it freezes ...

Ezgi by Senior
  • 626 Views
  • 1 replies
  • 0 kudos

Resolved! Hi I am beginning using STM32CUbe IDE and I ant to migrate a Keil uBision project where I have a code calling two ASM functions.

these are the functions__asm void my_strcpy(const char *src, char *dst){loop   LDRB r2, [r0] ; Load byte into r2 from memory pointed to by r0 (src pointer) ADDS r0, #1 ; Increment src pointer   STRB r2, [r1] ; Store byte in r2 into memory pointed ...

HMero.1 by Associate II
  • 1607 Views
  • 4 replies
  • 0 kudos