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 ...
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...
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...
I am trying to migrate a project from IAR to STM32CubeIDE. In this project, I have two lines of code in the main (as global variables) that store the compilation date in the final binary file. These two lines are the following:char const compilation_...
Hello,When I create a new project in STM32CubeIDE, automatically it downloads all HAL libraries (for examples: stm32f1xx_hal_rcc or stm32f1xx_hal_tim) but I want to use the STM32 Standard Peripheral Libraries (for example: stm32f10x_rcc or stm32f10x...
I downloaded the en.x-cube-eeprom.zip package file and launched STM32CubeIDE's Embedded Software Package Manager tool but when loading "From Local..." the tool comes back with "Invalid zip file ot missing expected Pdsc file within pack root director...
It is not a secret that lot of people dislike Eclipse. At very least, it is heavy and complicated for young students.Also it is understandable that ST has invested in CubeIDE heavily, and CubeMX is Java-based, and True Studio is well alive.So here is...
Hello everyone,I would like to know how to configure Timer1 to run at a certain frequency, but the interrupt will only generate a certain number of pulses (determined by the repetition counter).I am using STM32CubeIDE and nucleo-l476rg. I tried to do...
I need to share some code to third party in static library form such that my source code won't be accessible to them.I was able to create a static library project using STM32CubeIDE's New project > Static library option.The project compiled successfu...
Hello I am working on STM32L072 series MCU. I am using Stm32cubeideMy project is using %94 of RAM. I need more stack on my project. I tried to increase stack in linker file, but i get error. I think, there is enough area in my ram. Additionally, I ca...
I'm working on a bootloader on an STM32. Both the bootloader and the main program are being written and debugged in the STM32CubeIDE. To avoid issues when debugging both applications simultaneously, I've had to edit the linker file (startup_stm32f446...
Dear ST Hello,What is the deference between Std peripheral drivers and Hal drivers please?Some project use the std peripheral and IDE cube uses the Hal drivers, could you please clarify this point?Thank you in advance,S.Tarik