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
  • 1548 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
  • 587 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...

Resolved! I upgraded my STM32CubeIDE from 1.4.0 release to 1.6.1 and following LED flash doesn't work. I tried release 1.5.1 also didn't work. Then I tried again on 1.4.0 release and it works fine. Why? Using WIndows7.

Here is the code; /* USER CODE BEGIN WHILE */ while (1) {  /* USER CODE END WHILE */  /* USER CODE BEGIN 3 */  HAL_GPIO_TogglePin(GPIOB, GPIO_PIN_0); // For F767ZI_Nucleo  if (HAL_GPIO_ReadPin(GPIOC,GPIO_PIN_13) == 1)   {   HAL_Delay(3000);   }  else...

KMunj by Associate II
  • 2839 Views
  • 5 replies
  • 0 kudos

STM32CubeIDE does not start on Mac OS Catalina 10.15.7

Cube IDE started to lock on starting this morning. Progress bar moves to approximately 60% then stops there. Is that a general problem? I have removed and re installed it( Version 1.4.2), but result is same. When I return to CubeIDE V1.3.0 there is n...

selcukozb by Associate III
  • 1923 Views
  • 3 replies
  • 0 kudos

Exported example project is empty

Hi!I'm developing a project bassed on the SUB_GHZ_PINGPONG example from ST. First, Every time I change something on cubeMX it creates files on the wrong directories and i have to delete them manually. This is an common problem that is well documente...

JPrad.1 by Associate II
  • 1157 Views
  • 1 replies
  • 0 kudos

CUBE IDE handle_vCont_t,

Hello,i got with the CUBE IDE the following problem, at some random point in the program, the Debugger halts and throws following error:handle_vCont_t, Thread already stoppedIt occurs several Times a weak and i didnt found a solution to this

Nucleo-G0B1RE Reset problem !!!!

I have recently bought Nucleo-G0B1RE Development board, When I power on, It worked perfectly I tested some programs on it and it worked very well. Then I ported my project on which I am working it executed sucessfully. But now I am facing weird probl...

YVaid.1 by Associate
  • 925 Views
  • 1 replies
  • 0 kudos

GTK-Critical error on Linux (cubeide 1.6.1)

Hi, I recently tested cubeide 1.6.1 on latest Ubuntu 20.04 LTS and Debian 10.9.0 stable, both gave me GTK critical error when trying to launch configuration tool, both had issues with loading configuration menus (lists : sys, timers ect).​Im now inst...

oeliks by Senior
  • 1232 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F746, STM32CubeIDE

How to remember in STM32F746G-Disco uint32_t? Save after power off and recall when power is restored?Andrzej