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! No way to Log into MyST on CubeIDE V 18 ??

Hi,I upgraded CubeIDE to V.18 but when creating a project from an IOC file it could not generate any code because the micros packages are missing. It said to log into MyST but there is no Login option where it previously was (see screenshot below).Ho...

Ricko_0-1741031489011.png
Ricko by Senior III
  • 737 Views
  • 3 replies
  • 2 kudos

TrustZone Secure Debug

I have a project with TrustZone enabled, and am able to debug the non-secure side fine, but breakpoints never hit on the secure side (functions through nsc from non-secure side) other than main before it jumps to the non-secure side. I'm setting it u...

JamesB_0-1740782581863.png JamesB_1-1740782621853.png JamesB_2-1740782696050.png
JamesB by Associate II
  • 395 Views
  • 2 replies
  • 0 kudos

I need download 1.6.1

Hi Imen,   The link is not working anymore, can you share it again?I would need STM32CubeIDE 1.6.1 as well

jdn by Associate
  • 224 Views
  • 1 replies
  • 0 kudos

Minimum Heap Size has no effect on linker file

When I make a change to the Minimum Heap Size setting in the ioc file (STM32CubeIDE 1.16.1) for G071RBTX, it results in no change to the linker file. However, changing the Minimum Stack Size here does cause a change in the liker file. What does the M...

Carl_G by Senior III
  • 520 Views
  • 2 replies
  • 1 kudos

Next version of GNU Tools for STM32 release date?

Hello,I've seen that there is a GCC 12.3 version of GNU Tools for STM32 in the repository  here: https://github.com/STMicroelectronics/gnu-tools-for-stm32.When can I expect this to be released in an official STM32CubeIDE/CubeCLT version?Does this rep...

Nico1 by Associate II
  • 3208 Views
  • 9 replies
  • 8 kudos

Resolved! XPSR register bitfields?

Is there a way to split the XPSR register view up so you can see each status bit by its name rather than the 32-bit value?The SFRs have this feature, why do the general registers not have it enabled by default?