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
  • 215 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
  • 3643 Views
  • 0 replies
  • 3 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...

DEV_TARGET_NOT_HALTED

I have a problem with this part of the code that involves the HAL erase function. I want to calculate the sector address from the block number i, but after execution, I encounter an error during debugging: "target ST-LINK error (DEV_TARGET_NOT_HALTED...

1.png 2.png
amine1 by Associate
  • 700 Views
  • 1 replies
  • 1 kudos

Problem with remore target debugging in cubeide 14

I have problems with remote debugging of an STM32L432 device from STM cube ide ver 1.9 on arch linux.gI can connect and debug with cube with the target directly connected.When i connect to a remote raspberry with the same tarrgeti i get an error: "Co...

pejjo by Associate
  • 1760 Views
  • 2 replies
  • 0 kudos

Resolved! STM32CubeIDE 1.15.1 Update site missing

Ubuntu 23.10After installing STM32CubeIDE 1.15 and checking "Check for updates" there are no site listed.Adding http://sw-center.st.com/stm32cubeide/updatesite1 an update reports: No updates found, then:Unable to read repository at http://sw-center.s...

debugging_0-1715519635395.png debugging_1-1715519665974.png

Resolved! Using FPU in ISR and main() Code

I want to use the FPU in an ISR. Will I have context switching issues or i have to specifically make changes in the System_stmxx.c if i am using code generated from CubeIDE.Do i need to setup these registers explicitly or it is handled by CubeIDE by ...

Trigger the ADC twice preiodically

I want to design an mppt solar charge controller my design is ground isolated and a common positive shared between input and output the problem is I want to take two samples twice periodically on ADC Channel 3  one on rising edge (Output volt) of tim...