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
  • 298 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
  • 4374 Views
  • 0 replies
  • 4 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...

Resolved! Problem while enabling TIM2 in STM32G041J6M6

Hello,I am using the TIM2 with the STM32G041J6M6 and I am finding problems while enabling TIM2 using registersWith some code I have initiated the timer as reported below (TIM2 clock is enabled) While debugging I can edit some timer registers (ARR,PSC...

0693W00000QMwAlQAL.png
Tommino by Senior
  • 1468 Views
  • 7 replies
  • 0 kudos

Count external pulses

I want to count external pulses for one second.On STM32F030 / HAL-Lib I did not findatomic read/reset countercapture by a second timer did not work, thoug I studied well and tested a lot how to config it by STM32CubeIDEIs there any example for a high...

peterka by Associate II
  • 7317 Views
  • 15 replies
  • 1 kudos

Do we have cycle counter viewer in CubeIDE?

In keil when we are debugging a device which has DWT, there is a window that shows the elapsed cycles. so then we can calculate thenumber of cycles, every line consumes. How is it possible in CubeIDE?It would be great if we hade a feature like this f...