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
  • 1260 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
  • 512 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...

Why we need C++ for modern hardware

Modern microcontrollers have a lot of perifhery. Several buses of different types.STM32 hardware has outgrown C. Too much complex perifhery to manage with procedural language.ST software is much behind of ST hardware. Look at any I2C or SPI open sour...

vybor by Associate III
  • 792 Views
  • 10 replies
  • 7 kudos

Optimization crazyness (H733, STM32CubeIDE 1.10.1)

Heyho,I had some really strange error, which went away when turning optimization from "fast" to "off".The function EthPhyInit() always returned 166 = 0xA6 - it should return "HAL_StatusTypeDef", something between 0 .. 3.So I changed all the return va...

LCE by Principal II
  • 491 Views
  • 10 replies
  • 6 kudos

Installation de STM32Cube-CLT

stm32cubeclt一直安装不了,明明安装路径没有中文,就是安装失败。   Edit by ST Moderator (Here is the translation of your post): The STM32CubeCTL simply won't install. Despite the installation path containing no Chinese characters, it still fails.

lishiye_0-1770341776899.png
lishiye by Associate
  • 226 Views
  • 1 replies
  • 0 kudos

Resolved! Failure to compile

New user, fresh download of STM32CubeIDE 2.0.0.Created the demo "hello world" c++ project. Then attempted to compile it. It fails with the message:Error: Program "make" not found in PATHPATH=[C:/ST/STM32CubeIDE_2.0.0/STM32CubeIDE/plugins/com.st.stm32...

mr_swift by Associate
  • 217 Views
  • 2 replies
  • 0 kudos

Resolved! Project building but not uploading to board

I have a project that builds with no errors but when I "Run as..." the project builds but  never enters the upload sequence so doesn't upload.The board in question is a Nucleo F411RE & is communicating fine over UART. A previously loaded project is s...