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

STM32CubeCLT 1.20.0 released

We are pleased to announce that STM32CubeCLT 1.20.0 release is available. What is new in 1.20.0: Maintenance of the previous version: Updated in accordance with STM32CubeIDE v2.0.0Update of Clang toolchain version 19.1.6Update of GCC 13.3.rel1Update ...

Aimen1 by ST Employee
  • 614 Views
  • 0 replies
  • 0 kudos

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
  • 8459 Views
  • 0 replies
  • 4 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...

Enable drag and drop

  drag and drop error I have a Mac Pro M4 with Tahoe 26.2 OS, STM32CubeIDE version 2.0.2, and I am having trouble selecting and copying a selection of lines. I tried several tests and that option disappeared. If I am comparing two files, dragging and...

CColo.2 by Associate III
  • 413 Views
  • 3 replies
  • 1 kudos

STM32CubeIDE building Release instead of Debug

Problem:I recently updated to 2.0.0 of STM32CubeIDE and I encountered an issue when attempting to build for Debug. I first noticed an issue when trying to run a Debug Configuration. Before 2.0.0, it would build Debug before flashing the built firmwar...

Dylan_P by Associate II
  • 194 Views
  • 5 replies
  • 2 kudos

STM32H503RBT6 Flash erase

I have a requirement to implement CAN based bootloader in my STM32h503rbt6 controller. Right now iam working on the testing of Flash functions which i have written on my own.My flash write, read and erase all are working fine.but when iam erasing fla...

PRAKKU12 by Associate
  • 159 Views
  • 5 replies
  • 3 kudos

Resolved! TMP102 Configuration Register Read/Write fail

I need help to setup TMP102 alarm function. My board is NUCLEO-F439ZIReading the temperature is working fine.uint8_t TMP102_ADDR = 0x48 << 1;uint8_t REG_TEMP = 0x00;uint8_t buf[12];buf[0] = REG_TEMP;ret = HAL_I2C_Master_Transmit(&hi2c2, 0x90, buf, 1,...

rasem by Associate II
  • 1358 Views
  • 8 replies
  • 0 kudos

Missing files error on CMSIS DSP pack on Cubeide

Hello guys. I'm currently trying to use the dsp libraries of the cmsis pack with no success.My device is a WBA55CG nucleo board and the version of my ide is 1.19. I tried to download the cmsis package manually, by selecting embedded software package ...

AlexES by Associate II
  • 137 Views
  • 3 replies
  • 0 kudos