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
  • 528 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
  • 7236 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...

Resolved! How to disable/MASK an exti line ON THE FLY

I'm currently trying to implement a button interrupt and need to disable the button interrupt after the initial call to the isr to avoid excessive interrupt triggering due to debounce. I'm using STM32CUBEIDE/MX currently. The button works as desir...

Craig1 by Associate
  • 6975 Views
  • 19 replies
  • 1 kudos

Resolved! All breakpoints are disabled in CubeIde

I noticed that all breakpoints are disabled in CubeIde. Windows 10 probably checks for updates automatically, so this IDE can't be very old version. What can I do?

LMI2 by Lead
  • 5497 Views
  • 11 replies
  • 0 kudos

cubeide freezing

Hi,I have two functions that set visible and invisible some boxes on the same screen. When I debug the main.c and change the variable to call functions, half of the screen invalidates and sometimes, debugging freezes somewhere. Every time it freezes ...

Ezgi by Senior
  • 677 Views
  • 1 replies
  • 0 kudos

Resolved! Hi I am beginning using STM32CUbe IDE and I ant to migrate a Keil uBision project where I have a code calling two ASM functions.

these are the functions__asm void my_strcpy(const char *src, char *dst){loop   LDRB r2, [r0] ; Load byte into r2 from memory pointed to by r0 (src pointer) ADDS r0, #1 ; Increment src pointer   STRB r2, [r1] ; Store byte in r2 into memory pointed ...

HMero.1 by Associate II
  • 1690 Views
  • 4 replies
  • 0 kudos

CubeIDE is very slow after the update

After upgrading to the new version of CubeIDE (Version: 1.6.1), the change between two .ioc configuration cards takes about two minutes. Could you please speed it up?

FVese.1 by Associate
  • 2036 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F479VI no SDRAM in CubeiDE?

HiI just testing some options for a future project which possibly involves a STM32F479VIT and I try to understand if it can handle an IS42S16400J-7TL SDRAM module.So I created a test project in CubeIDE but it does not show any SDRAM option in the FMC...

0693W00000AOo0OQAT.png
PGroe.2 by Associate III
  • 1077 Views
  • 2 replies
  • 0 kudos

stm32cubeIDE use 90% cpu for java in linux(ubuntu) !

hii use of stm32cubeIDE ver 1.6.0cpu core i7 6700k ram 16 GBos linux (ubuntu 20.04.2 LTS) 64bitmemory ssd 250 GB samsung-----Most of the time when using the software, after a few minutes of use, the Java usage of the CPU reaches 90% or higher and the...

kshin.111 by Associate III
  • 1460 Views
  • 3 replies
  • 0 kudos

Thread awareness debugging in FreeRTOS [STM32CubeIDE 1.1.0 has a bug for using "-rtos FreeRTOS" on ST-LINK(OpenOCD)].

In STM32CubeIDE 1.0.2, after I added '-c "$_TARGETNAME configure -rtos FreeRTOS"' to 'OpenOCD Options', I could debug FreeRTOS's target with threading mode.But, in STM32CubeIDE 1.1.0, even if I set same settings to 'OpenOCD Options', I could not debu...