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
  • 1063 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
  • 468 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...

Resolved! Failed IOC rendering in cube IDE

I wrote this maybe it helps somebody.My software system is running on ubuntu 24-04 which crashed when I attemped to upgrade.I found the IOC would not render at all.Long story short I could create an MX project and the IOC was created correctly but wh...

mark4764 by Associate II
  • 1460 Views
  • 2 replies
  • 1 kudos

.bss section taking up flash space?

Hi all, I have an STM32H743 project that I've been working on. I've worked on a fair amount of projects in STM32CubeIDE in the past, but now I have a problem I haven't encountered before: the linker is putting my .bss section in flash as well as RAM....

CubeIde Broken workspace

Hello, I saw a thread titled Your Input Matters: How Do You Use STM32Cube Examples?And I tried to enter to the examples selector of CubeIde (I never tried before).When I open the selector, my computer takes several minutes with the cpu fan at highest...

xisco by Senior
  • 1036 Views
  • 3 replies
  • 3 kudos

STM32U575 USB CDC

Hello everyone,I want to make a usb connection using USB_OTG_FS_DP and USB_OTG_FS_DM pins on the STM32U575 board. When I tried it with the examples found on the internet, it didn't work. When I tried the same method on the STM32F401 board, it was eno...

beenwew by Associate II
  • 2195 Views
  • 4 replies
  • 0 kudos

Resolved! STM32CubeIDE can't find cmake

Hi !I have troubles with using cmake and STM32CubeIDE on my laptop: I am trying to compile a project, and when I use the build (hammer) button, it errors out with this:**** CMake Configure of configuration Debug for project gamma_focal ****C:\Program...

Cosine function giving unexpected result

NUCLEO F411RE, CubeIDEAs a learning exercise I'm trying to generate 100Hz cosine wave & then eventually do a DFT on it but I'm getting some odd results from the cos function using code below... #include "arm_math.h" #define NUM_SAMP 100 #define SIGN...

weird_cos.png