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.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
  • 89 Views
  • 0 replies
  • 2 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...

Resolved! How to find the CubeIDE on my Mac?

After I installed the CubeIDE (STM32CubeIDE-Mac) on my mac with the delivered iinstaller, I cannot find the CubeIDE what is the name of the application? in which folder it is installed?

burghard by Associate
  • 1175 Views
  • 3 replies
  • 0 kudos

Resolved! STM32 Cubeide Code Generator uses More Program Memory

Hello Team,We have been using the STM8 series for the low level Application projects. Due to Obsolete of the STM8, we have been moved to STM32C0 chips. But we are facing a problem with the program memory which the code generator occupies more space o...

NM by Associate III
  • 1409 Views
  • 5 replies
  • 2 kudos

[1.14.0] Build Analyzer picking up wrong build

In CubeIDE 1.14, I can build a project in debug configuration (verified by output like 14:55:15 **** Incremental Build of configuration Debug for project ThermaWiFiII **** and file system changes).However, the build analyzer still continues to show m...

MikeAtETI by Associate III
  • 2085 Views
  • 6 replies
  • 1 kudos

Resolved! Code generation deletes HAL Drivers

Hi everyone,I recently started programming STM Microcontrollers. I'm using STM32CubeIDE 1.13.2 to setup my project.I want to build a modular software, where some necessary peripherals are initialized from beginning and others are initialized dependen...

DN19 by Associate II
  • 3674 Views
  • 18 replies
  • 1 kudos

Resolved! Debuging fails after HAL_Init()

I am debugging an application for an STMF103RCTX Using STM32CubeIDE and an STLINK v2 debugger.This is my usual combination of tools and my usual hookup.I find that I can start a debug session and step into main() and even step over anything befoer HA...

KMill by Senior
  • 3356 Views
  • 12 replies
  • 4 kudos

Resolved! Change target microcontroller

This is a question about STM32CubeIDE.When creating a new STM32 project, you select the board, but if I select STM32F412 and edit the program, can I operate the STM32H743 microcontroller?(We will adjust the pin configuration accordingly)