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 2.1.1 released

We are pleased to announce that the minor version 2.1.1 of STM32CubeIDE is available. What is new in 2.1.1: This release covers the topics listed below: SEGGER J-Link GDB server updated to 9.24 to fix an issue with the Live Expression view during the...

Aimen1 by ST Employee
  • 1433 Views
  • 0 replies
  • 1 kudos

STM32CubeCLT 1.21.0 released

We are pleased to announce that STM32CubeCLT 1.21.0 release is available. What is new in 1.21.0: Maintenance of the previous version: Updated in accordance with STM32CubeIDE v2.1.0Update of Clang/LLVM toolchainUpdate of GCC to GCC 14Update of STM32Cu...

Aimen1 by ST Employee
  • 560 Views
  • 0 replies
  • 0 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...

Cubeide 1.3.0 does not open the mcu stm32cube package.

Cubeide 1.3.0 does not open the management of embedded software packages if there is no Internet. Cubeide version 1.1.0 adds the mcu package from the local drive. The computer cannot be connected to the Internet. What can be done?

Misha1 by Associate
  • 675 Views
  • 0 replies
  • 0 kudos

Reset_Handler don't initialize variable at debugging

Hello,I use CubeIDE 1.3.0, STM32F769II.When i debug variable value.I found value having strange value.It always happen when i click "reset chip".Memory address is 0x200012C0.when i start debug. It have 0 value.But when i click "reset chip". 0x200012C...

0693W000001r9I4QAI.jpg 0693W000001r9IEQAY.jpg 0693W000001rLjlQAE.jpg
hjuns by Associate III
  • 745 Views
  • 0 replies
  • 0 kudos

Resolved! Cannot download CubeIDE

When I try to download STM32CubeIDE from the Site https://my.st.com/content/my_st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-ides/stm32cubeide.html#get-software (I press Button "Get Software")...

MKaul.1 by Associate
  • 2332 Views
  • 1 replies
  • 0 kudos

memory value change after click reset chip

Hello,I use CubeIDE 1.3.0, STM32F769II.When i debug variable value.I found value having strange value.It always happen when i click "reset chip".Memory address is 0x20012C0.when i start debug. It have 0 value.But when i click "reset chip". 0x20012C0...

0693W000001r9I4QAI.jpg 0693W000001r9IEQAY.jpg
hjuns by Associate III
  • 3059 Views
  • 7 replies
  • 0 kudos

cubeide sprintf float error with FreeRTOS

I trying to force some types of floats into string types. When using keil c, there is no problem, but when using Cube IDE, the program jumps to HardFault_Handler. I have allowed to use float with printf from newlib - nano in the tool setting. I only ...

0693W000001rEGIQA2.png 0693W000001rEG8QAM.png

STM32cubeide printf error

I started working with STM32CubeIDE recently. I use STM32f407VET6. I am having an error with the printf () function. When I call the function, the program will jump to HardFault_Handler (void). I have redirected the function using ITM_SendChar (* ptr...

0693W000001quQIQAY.png

Compiling a project generated by CubeIde with FreeRtos, None timer on systick and LL driver only end with error

In a particular time critical application, I'd like to use the LL driver only, FreeRtos and, to preserve an hw resouce, I've selected "none" in SystemCore->Sys->TimeBaseSource. Trying to compile the project generated in this way, I get "fatal error: ...