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
  • 1072 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
  • 470 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...

Can STM32CubeIDE be used to program a device only? The latest revs of CubeIDE work great for dev and debugging. Now I want to turn off -g, recompile, write to device program memory and unplug. How? Can CubeIDE even do this?

I feel like a complete ***** but darned if I can figure out how to do it.If I should be reading a tutorial somewhere let me know. Flames accepted gratefully.I am using Segger J-link, on a custom board. Debug configurations work fine, programming vi...

Sking.21 by Associate III
  • 3657 Views
  • 6 replies
  • 0 kudos

The overview of the CPU in .ioc view does not show up

HiI cloned a STM32Cube project that was developed on a windows 10 machine to my 18.04 ubuntu machine and opened the project.When I click on the .ioc file (and expect to get an overview of the CPU) I get a blank sheet and the laptops fan increase it's...

SThor by Associate II
  • 4519 Views
  • 9 replies
  • 0 kudos

re-compile .S files, if a #define has changed in a .h header file, which is included by '#include' in the .S file

I'm using .c and .S (for assembler) files in my project. I also using '#include' in the .S files as the GNU compiler pre-process the .c files same as .S files. If I change a #define in a C header file, wich is included in a .S file, the affected .S f...

koster by Associate III
  • 874 Views
  • 0 replies
  • 0 kudos

Wifi_init()

Hello everyone,why the wifi doesn’t initialized? I use the IoTA1i added these 2 lines to enable the WiFi but the LED doesn’t turn on! The problem when I change WIFI_STATUS_ERROR it doesn’t turn on too. I added the CRC calculation, and left the config...

idrissmc by Associate III
  • 1099 Views
  • 0 replies
  • 0 kudos

CubeIDE doesn't generate HAL_EXTI for STM32L152

Hi.CubeIDE doesn't generate the HAL_EXTI for STM32L152CubeIDE 1.2.1STM32Cube FW_L1 V1.9.0Nucleo F152As a result, using HAL_EXTI Type or API will cause compile error. Attached nucleo-l152-exti.zip is demonstration code. You can see compile error. The ...

Takemasa by Associate III
  • 1760 Views
  • 2 replies
  • 0 kudos

STM32 self-test library (testing GPIO, PWM ...)

Hi,I'm wondering if there are any libraries developed by ST that test STM32 (and STM8) hardware (a library that can test if all GPIOs can be set/reset, if PWM is as accurate as expected, if ADC is ok too etc.)Any clue ?regards,AJT

AJT by Associate III
  • 6944 Views
  • 13 replies
  • 1 kudos