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

We are pleased to announce that the minor version 2.1.1 of STM32CubeIDE is available. What is new in 2.1.1: This release covers the topics listed below: SEGGER J-Link GDB server updated to 9.24 to fix an issue with the Live Expression view during the...

Aimen1 by ST Employee
  • 1381 Views
  • 0 replies
  • 1 kudos

STM32CubeCLT 1.21.0 released

We are pleased to announce that STM32CubeCLT 1.21.0 release is available. What is new in 1.21.0: Maintenance of the previous version: Updated in accordance with STM32CubeIDE v2.1.0Update of Clang/LLVM toolchainUpdate of GCC to GCC 14Update of STM32Cu...

Aimen1 by ST Employee
  • 546 Views
  • 0 replies
  • 0 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...

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! STM32CubeIde inline assembler error

Previously, I used this delay function in inline assembler in my projects (on Cortex M3, M4): static inline void delay_m4(uint32_t cnt){ asm volatile( "1: SUBS %0,#1" "\n\t" " bne 1b" :"=r" (cnt) : "0" (cnt) ); } Now I'm trying to add this function t...

PBobo.1 by Associate II
  • 268 Views
  • 1 replies
  • 1 kudos

Resolved! Import CubeIDE FW Example into workspace folder

Hello AllI'm working in STMCubeIDE 2.0.0 Windows.I have downloaded STM32Cube_FW_F4_V1.28.0 package and saved it here: C:\Users\marin\STM32Cube\Repository\STM32Cube_FW_F4_V1.28.0I want to use an example and build a project from the example.This LCD ex...

Marinus by Associate
  • 259 Views
  • 2 replies
  • 1 kudos

Use Ceedling for a unit test framework with STM32CubeIDE

I am looking to use Ceedling for a unit test framework and want to use STM32CubeIDE's Unit Test support for running it in the IDE. I have successfully set up Ceedling and am able to run from command line, but it would be nice to at least understand h...

aw_von_0-1718650886705.png
aw_von by Associate II
  • 2226 Views
  • 1 replies
  • 2 kudos

STM32CubeIDE and STM32Cube MX in version 2.0

Hi,I'm a teacher, not a NASA technician, and for years I've been using STM32CubeMX with Nucleo series boards to teach my classes of 16-17 year-olds the basics of microcontroller programming. After a few years, I'd prepared numerous examples of increa...

LVara.1 by Associate II
  • 433 Views
  • 1 replies
  • 1 kudos

Resolved! STM32CubeIDE 2.0.0 , .ioc file doesn't Open

Hello,I am returning to STM32 development after about two years and I am preparing a new project that will handle multiple tasks using several peripherals.I have installed STM32CubeIDE version 2.0.0. The installation completes without errors, and I a...

STM32N6 CoreMark with GCC

Hello ST Community!I am currently considering an STM32N6 for a new project and decided to use CoreMark as one of the benchmarks to compare candidates. According to its datasheet and published results on https://www.eembc.org/viewer/?benchmark_seq=137...