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 STM32Cube project creation issue

Description In STM32CubeIDE version 1.18.1 and older, after selecting any MCU or MPU when creating a new project, the STM32Cube option becomes greyed out. This means only empty projects can be created, and STM32CubeMX initialization is not available ...

SemerCHERNI_0-1752684873535.jpeg

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

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
  • 3119 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?

Synchronizing PWM Signal through an external Signal

I'm using NucleoG071RB for this experiment. I have an (periodic) external signal that should reset the Timer counter to zero, so that the PWM is synchronized to the external signal. I used the external signal to generate an interrupt (EXTI), and rese...

MIXA1 by Associate
  • 249 Views
  • 1 replies
  • 0 kudos

STM32CubeIDE IOC Interface Unusable with STM32N6

I started a project based on the STM32N657X0H3Q.  The .IOC file gets generated.  I was trying to search for various pins.  I typed in "PA0" . . . all OK . . . continued with other PAX pins.  After a while, the user interface became more and more slug...

MHenz by Associate III
  • 341 Views
  • 1 replies
  • 1 kudos

Resolved! Import x-cube-azrtos-h5 to stmcube ide

I am working on stm32h573i-dk board... i want x-cube-azrtos-h5 for Netx duo...but there is no option to download this...manually io download it from st website but how to link to ide 

manoj7 by Associate II
  • 313 Views
  • 2 replies
  • 0 kudos

Resolved! Inline assembly code - register usage

I finally got the following code to function after forcing a compiler error to see what registers the compiler was selecting for the inline assembly output and inputs. What I found was that the compiler was using register R3 for both output (count) a...