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

Resolved! My project is building successfull but cannot upload it to STM32Discovery board and the stm32cube ide is showing libncurses related error on Manjaro Linux.

Below error is throwing in Manjaro Linux when I try to upload the program to the board. The project is building successful. Installed libncurses from AUR as well as the offiicial repository, but no use.

0693W00000QKn7oQAD.png

CubeIDE: debug multiple instances of a project?

either to debug multiple instances of the same project; eg, two BLE peripheralsor to debug multiple projects; eg, a BLE Central and a BLE peripheral.In the latter case, I guess you could put each one in a separate Workspace - but that doesn't help in...

STM32CubeIDE Multiple STlink Debug of same Project

We have a system of many interconnected STM32 boards of various types.Today I need to debug two identical boards of same type.I can step code in two different STM32 projects by starting two IDEs,but ...When I start multiple IDEs and try to do debug w...

Paul1 by Lead
  • 1655 Views
  • 3 replies
  • 0 kudos

CubeIDE sprintf does not work with %f

When I create a new project and put in "-u _printf_float"  as linker option and select "Use float with printf from newlib-nano (-u _printf_float) then sprintf does not convert float values.but when I import a TrueStudio project where sprintf works wi...

KWuer by Associate II
  • 11500 Views
  • 11 replies
  • 1 kudos

Resolved! Can't debug NUCLEO-F746ZG in stm32cubeide

When i try to debug my eval board, I get an error:Error in final launch sequence:Device debug scriptThe code uploads and runs correctly, only the debugging function does not work.Serial Wire is activated in CubeMX.The IDE open a new tab "startup_stm3...

Aa.6 by Associate II
  • 1310 Views
  • 4 replies
  • 0 kudos

Resolved! Bug: STM32CubeIDE - FreeRTOS debug windows are missing

The FreeRTOS debugging tools (as present in Atollic, NXP MCUxpresso, etc) seem to be missing in STM32CubeIDE. These include task view with stack use, semaphore/mutex view, queue view. Those of us using FreeRTOS need these!What's going on? Are availab...