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
  • 489 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
  • 6579 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...

Stm32cubeide not setting variables of a structure as volatile

Hello,A simple question regarding STM32CubeIDE and its compiler.For example, I declare: typedef volatile struct { uint8_t myVariable;  } myType;Live Expression-Type shows myVariable as uint8_t only. It should make all the members inside volatile as t...

xgn by Associate II
  • 1156 Views
  • 1 replies
  • 0 kudos

FreeRTOS debugging on stm32F401 is not possible

Hi everyone. I use CubeIDE 1.10.1 and CubeMX 6.6.1 MCU stm32F401CCU6 stm32H750. StlinkV2 or J-link Ultra.When I start debugging FreeRTOS I get stuck in the osKernelStart() -> vTaskStartScheduler-> xPortStartScheduler-> prvPortStartFirstTask-> and I s...

Resolved! Hello, I have a question to the memory.h file and ExtMem_Boot:

I am trying to get an example "TIM_timeBase" to run with the STM32H750B Discovery Board. The readme file says the following:  1. Select required configuration in memory.h in Templates\ExtMem_Boot\Inc.But, I have many of these files, for Cube V1.9.0, ...

pk84 by Senior
  • 1809 Views
  • 5 replies
  • 0 kudos

Ethernet "not always working" on a brand new auto-generated STM32CubeIDE project with lwIP + FreeRTOS on F746ZG

Half the times I reset the MCU, Ethernet does not come up.I'm using CMSIS_V1 interface.IDE version is 1.10.1; F7 fw is v1170.The project has been generated from scratch for an F746ZG and runs on a Nucleo-F746ZG, the PHY has already been configured an...

scaprile by Associate III
  • 1266 Views
  • 4 replies
  • 0 kudos

Resolved! "make -j4 all" terminated with exit code 2.

I have a quick question I got the error while I was building the empty project. It seems like I got nothing in the inc file? How to solve it. Thanks a lot!make -j4 all arm-none-eabi-gcc -o "test.elf" @"objects.list"  -mcpu=cortex-m4 -T"\\MAC\Home\Des...

0693W00000SvHRZQA3.png
FWu.3 by Associate III
  • 4993 Views
  • 1 replies
  • 0 kudos

Debugger Message G491

Hello,since the G491 was the last awailable chip to buy we built a board containing that µC.We use KEIL IDE usually but STMCubeIDE shows a similar message when trying to debug the program:"Break at address "0x1fff4e48" with no debug information avail...

RGhos.1 by Associate
  • 1010 Views
  • 3 replies
  • 0 kudos

STM32CubeIDE

I have a STM32F3DISCOVERY, STM32CubeIDE, Windows11.After writing the program to STM32F3DISCOVERY and turning on the debug and canceling the break, I still have to do a RESET. Is it possible to set STMCubeIDE so that I do not have to RESET?