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
  • 2532 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...

Two CubeIde instances with two Debugger

Hello all,I have a SPI project: One Nucleo Board = SPI Master, Another Nucleo = Slave.I want to debug both boards (onboard STLink) at the same time by running two instances of CubeIde.Problem: both STLink listening to the same port on my PC. When one...

OBorg.1 by Associate III
  • 1465 Views
  • 2 replies
  • 1 kudos

Resolved! How to update CubeIDE from 1.3.0 to 1.3.1 instead of 1.4.1

Hi,all my co-workers work with CubeIDE 1.3.1 (with embedded MX 6.5.1). Because we share our projects I want to install the same version of IDE and MX.I already install CubeIDE 1.3.0 (which i found on ST site) and try to update it to 1.3.1.But only ve...

grzeslawm by Associate II
  • 1674 Views
  • 4 replies
  • 1 kudos

Resolved! How to Install F0 Examples to CubeIDE

Hello,I would like to select STM32F0 examples projects from the New Project -> Example Selector.I have CubeIDE, and in the MCU/MPU selector I can select my NUCLEO-F072RB. In the Example Selector I can see examples for STM32 F4, F7, G0, G4, H7, L5 an...

VKais.1 by Associate II
  • 2298 Views
  • 2 replies
  • 2 kudos

Just getting started with CubeIDE and am working with an existing project, but having an issue with flashing the code to the target.

Ubuntu Linux 20.04 and error is Program file does not exist. /home/burtbicksler/ExtraDrive/STM32CubeID/workspace_1.4.0/FD-JUL-MB/Debug\FD-JUL-MB.elf not foundThe elf file DOES exist but it looks like the IDE is putting a backslash after the Debug di...

BBick.1 by Associate II
  • 725 Views
  • 1 replies
  • 0 kudos

Resolved! Error in final launch sequence: Failed to execute MI command: symbol-file "C:\\Workspace\\STM Motor Control\\DCMotor\\DCMotor.ioc"

Hi,I'm trying to debug STEVAL$STSPIN3202 motor control board. I have generated code by using motor control workbench. I compile the code without anyproblem, but i recieve attached error message.I'll be glad to get your support.thanksMustafa

MTARH.1 by Associate II
  • 2402 Views
  • 2 replies
  • 0 kudos

Add a .lib library to a project

I have a .lib file created using KeiluV5 and would like to use it in a CubeIDE project. How do I go about doing this?I have found reference to Libraries and Library Paths at Project > C/C++ General > Paths and SymbolsI've tried adding my .lib file a...