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
  • 89 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
  • 2990 Views
  • 0 replies
  • 3 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...

Unable to Download STM32CubeIDE

Hi everyone,I'm having trouble downloading STM32CubeIDE. Even though I'm registered, There seems to be somthing broken with the Web page.I’ve tried multiple browsers, but still no luck. I also haven’t received any email with a download link.I’ve been...

cerine by Associate II
  • 1521 Views
  • 6 replies
  • 1 kudos

Stm32H747I-DISCO Share Peripherals

Hi Is it possible to share some peripherals between cores?My goals is to share the SD card  trought CM7  and CM4 using hardware semaphore for the access(one SD hardware but both cores can write and read on it sharing the SD pins).Using Stm32CubeIDE i...

DMazz.1 by Associate II
  • 451 Views
  • 2 replies
  • 1 kudos

Resolved! SDRAM and a global struct.

Hi.I am using TouchGFX and it works fine,My MCU is STM32H743 But when I use the SDRAM for other things the code does not work.My question is:Can I use struct in the  SDRAM.? I have this one in my c file.  SD_CARD SdCard __attribute__((section("\"SDCa...

Hector_R by Associate II
  • 1234 Views
  • 10 replies
  • 0 kudos

Resolved! CubeIDE issue with timers

Hello,I'm facing a very annoying issue in CubeIDE.Board: Nucleo-F412ZH.The project uses TIM1 Channel4 to genrate a Stream of PWM pulses to drive a WS2812B LED strip using DMA.It also uses TIM9 to generate the systick.With this configuration, the MCU ...

zeboss49 by Associate III
  • 873 Views
  • 3 replies
  • 3 kudos

Resolved! Memory Browser Not Working

hi,memory menu was working fine !!! !!!!mistakenly i closed the menu and reopened the memory via window->show viewer->other -> debug --> memory but now its not updating  the value . 

MMARI1_0-1740477317493.png
MMARI.1 by Senior II
  • 876 Views
  • 1 replies
  • 0 kudos

Add IOC file to example without IOC file

Moved from the MPUs section - STM32H7 is an MCU.I have a software example for the STM32H743 provided by STMicroelectronics and I want to add the IOC corresponding to my micro, which is the STM32H753.It does not have the IOC of the STM32H743.I use Cub...