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

We are pleased to announce that the release 1.19.0 of STM32CubeCLT is available. What is new in 1.19.0: Support for ST Arm Clang toolchainMaintenance of the previous versionUpdated in accordance with STM32CubeIDE v1.19.0 Main fixed issues in 1.19.0: ...

Resolved! [Resolved] STM32CubeIDE project creation issue

Updated post to reflect permanent fix Dear STM32CubeIDE user, Further to the recent STM32CubeIDE project creation issue, we would like to inform you that a solution is now available for you. This permanent fix applies to all STM32CubeIDE versions. I...

STM32CubeIDE 1.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeIDE is available. What is new in 1.19.0: Microcontroller, microprocessor, and board lists aligned with STM32CubeMX v6.15.0:Added the support for STM32MP21xx microprocessors to the STM32MP...

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! Create Run and not Debug configuration

How can I configure a Run configuration for flashing that doesn't also break and throw me into the debugger? Note how all the relevant options in my Run configuration are greyed out. How can I enable them?

0693W00000DlXCaQAN.png

Resolved! Are the Systick registers correct in svd file for STM32g491?

In CubeIDE SFR view systick registers names do not match Programming Manual definitions.SFR:register | addressSTCSR  | 0xE000E010STRVR  | 0xE000E014STCVR  | 0xE000E018STCR   | 0xE000E01Cpm0214, page 246:register | addressSTK_CTRL | 0xE000E010ST...

TMark.14 by Associate III
  • 1063 Views
  • 3 replies
  • 0 kudos

STM32CubeIDE is damaged and corrupted, how to fix?

Hello,I am a high school student trying to do a project that requires the use of the STM32CubeIDE.My OS is macOS Mojave 10.14.5. I have a little under 10GB of space in free storage.I am able to download the file off the website, unzip it, and run the...

ZTu.1 by Associate
  • 701 Views
  • 0 replies
  • 0 kudos

Resolved! What is the trick to view SFRs in debug?

My sincere apologies for what I am sure is an idiot newbie's error. Thank you everyone for your time.I have STM32CubeIDE and I do not seem to be able to read back values of SFRs (peripheral registers) while in debug. E.g. my code containsHRTIM1_MASTE...

VGusi.1 by Associate II
  • 2144 Views
  • 3 replies
  • 0 kudos

Resolved! STM32CubeIDE 1.7.0 code on STM32G0B1 CAN bus ID filter not working once using (HAL_FDCAN_ConfigGlobalFilter(&hfdcan1, FDCAN_REJECT, FDCAN_REJECT, FDCAN_FILTER_REMOTE, FDCAN_FILTER_REMOTE) .

Classic CAN configuration as below. when the line "if(HAL_FDCAN_ConfigGlobalFilter(...))" is removed, the CAN messages are received without issue. The transmitted message is set as ID: 0x111 . Confirmed by a CAN bus monitor.Configuration as below:FDC...

Jackle by Associate III
  • 2680 Views
  • 6 replies
  • 0 kudos

Thread safe malloc

I am currently writing a code on stm32l496vg with freertos. I came across a lot warnings about malloc thread safety issue. Now, cubeide 1.7.0 says it provides thread safe malloc in default. Is problem solved now?What is the exact release date of cube...

SAkta.1 by Associate
  • 621 Views
  • 1 replies
  • 0 kudos