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

LCKR register useage

Hi ,I am using the stm32f411VET MC board, now i implemented the code to check how LCKR register work. This is the code which i implemented for that, but when i debugged it the LCKR register bits has not set. Any one can help me. /** interfacing LED w...

suhel by Associate
  • 397 Views
  • 0 replies
  • 0 kudos

Resolved! LIve Exressions says " Failed to evaluate expressions.".

Hi.I am developing on STM32CubeIDE with F446RE Nucleo, and I want to get the voltage value by calculating ADC value.But that doesn't work.Here is the "main.c".I made two variables.(" ADC " means ADC value, " v " means voltage value.)Red texts are tex...

MED2972 by Associate III
  • 4766 Views
  • 14 replies
  • 8 kudos

debug SFRs

I can't read/change the SFR values while debugging in CubeIDE .value of all Registers is "error reading value"If I try to do that IDE throughs and error.The only way to read/change values is by suspending the debugging session.I remember this feature...

Screenshot 2024-11-14 133954.png 0693W00000NqiAGQAZ.png

Resolved! PWM on PA8 for a stm32f103rct6 does not work

I am trying to use pin PA8 as a PWM output using timer 1 on channel 1 for a stm32f103rct6. I have successfully programmed pins PA9, PA10, and PA11 to provide PWM output on channels 2, 3, and 4, but when I do the same for PA8 on channel 1, I do not ge...

JGaby.1 by Associate III
  • 1061 Views
  • 4 replies
  • 0 kudos

Resolved! ST, Please stop login strategy in your tools

Hi STI generally appreciate your tools and how to keep on make them better, keeping also quality on track.But let me say this: It is highly annoying that it is mandatory to login in the CubeMX and CubeIDE.Please remove this again.Use case: as a embed...

Led by Senior
  • 3215 Views
  • 9 replies
  • 7 kudos

error: undefined reference to 'main'

Hello!I built a CubeMX project from Simulink after I connected an STM32 H753ZI hardware to my laptop.It is giving me an error in "bl main" : C:/Users/detec/OneDrive/Documents/MATLAB/lastcon/STM32CubeIDE/Debug/../Application/User/Startup/startup_stm32...