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
  • 709 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
  • 9855 Views
  • 0 replies
  • 5 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...

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
  • 234 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
  • 1438 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
  • 236 Views
  • 3 replies
  • 0 kudos

Resolved! Generating a project for STM32G484

Hi,when generating a project for the STM32G484 using STM32CubeMX (6.16.1) and create a project and code for this. I cannot seem to get it to build (and/or debug) in STM32CubeIDE (2.0.0).What am I missing here?Thanks,ErX.

ErX_0-1767601286795.png
ErX by Associate III
  • 191 Views
  • 2 replies
  • 0 kudos