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
  • 4356 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! Some code is not compiled with STM32CubeIDE

I am using STM32CubeIDE to develop a small project. But I do not know why some code  if(Motor_PullBack_Enable == 1) {} statement is not compiled.  if(Motor_Extend_Enable == 1)  { ....  }  if(Motor_PullBack_Enable == 1)  { ......

Resolved! STM32H723ZG ADC on Nucleo board behaves not as expected

Hi there,I am using a Nucleo H723ZG and my ADC(s) behave weirdly.I need only one ADC, from the datasheet the ADC3 supports 5 MSPS.Since I needed the highest possible sampling rate, I've chosen this one.The data gets collected in one burst of 4096 12-...

Ingenieer by Associate II
  • 2279 Views
  • 6 replies
  • 0 kudos

Using gated timer with STM32CubeIDE, HAL, and STM32F103 MCU?

I want to create a simple demo for a gated timer in STM32F103. I am using STM32CubeIDE but I cannot find the right way to configure Cube and use HAL functions to make it work.I have set up TIM1 timer to run at a 1kHz clock in slave mode (gated mode),...

AQuev.1 by Associate II
  • 926 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F303K8-Nucleo-Example (ADC_DMA_Transfer): undefined reference to `HAL_Init' - BUT include paths are configured

Hi,im trying to get this example to work, but it sont compile. The paths for all includes are set up with a link folder in the project.I double checked those, but cant get to the problem.The order is: "main.c -> main.h -> stm32f3xx_hal.h -> HAL_Statu...

Tobe by Senior III
  • 1784 Views
  • 1 replies
  • 0 kudos

STMCubeIDE USE_HAL_***_REGISTER_CALLBACKS definition

Hi all,I'd like to register some user defined callbacks using the HAL_***_RegisterCallback() functions. I understood that first I need to define the compilation flag USE_HAL_***_REGISTER_CALLBACKS but where should I put it? Looking through the variou...

LLea by Associate
  • 16305 Views
  • 28 replies
  • 14 kudos

No rule to make target `clean' ?

Hello,I use STM32CubeIDE v 1.4.2 It appeared today during the build my project:make clean make: *** No rule to make target `clean'. Stop."make clean" terminated with exit code 2. Build might be incomplete.11:48:08 Build Failed. 1 errors, 0 warnings....

Peko by Associate III
  • 8709 Views
  • 7 replies
  • 1 kudos