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
  • 327 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
  • 4930 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...

Including HAL and LL drivers as a reference

Hello,I need to create two projects, under a common root, that shares user files and HAL drivers.The project tree look like this:\Inc\Src\Startup\Drivers\Project1\Project2So I started to create an empty STM32 project.Then I have added the necessary p...

CTabo1_0-1694012946755.png CTabo1_1-1694012993667.png
CTabo.1 by Senior
  • 1336 Views
  • 2 replies
  • 0 kudos

Resolved! “STM32CubeIDE�? is damaged and can’t be opened

Hi!I am trying to install the IDE on my macOS 10.13 (High Sierra), after completing the installation when trying to open it it gives the message: ' “STM32CubeIDE�? is damaged and can’t be opened. You should move it to the Trash. 'I tried to re-downlo...

STM32CubeIDE memory view for 32-bit data

In memory view, if I have the format set to anything but a column size of 1, is there a way to flip the bytes so they appear in human-readable format?e.g. if I have a uint32_t counter with value 0x12345678, and look at it in memory window, with the v...

PNG send and receive

Hello everyoneI have a few questions:- Can I use libpng with STM32CUBEIDE on Windows 11 (64 bit)? Come, can I import it?-Can the stemwin library be an alternative? Or is it incompatible with my stm32u575zit6q?Can anyone help me?thanks in advance 

rdl by Associate III
  • 739 Views
  • 0 replies
  • 0 kudos

Resolved! Azure RTOS for STM32U599

Hello again,After configuring all of the peripherals and pins, I have run into another problem.  I need to enable the Azure RTOS but I don't have any selection for U5.  I am on the latest build now and I downloaded the latest FW package (1.3.0). I'm ...

MichaelW by Associate II
  • 1932 Views
  • 3 replies
  • 2 kudos

Resolved! New with STM32H747

Hello,I'm Christian, and I'm new to working with the STM32H747 microcontroller. I don't have much experience with it yet, and I'm seeking guidance on how to get started. If anyone could provide some help in understanding how to work with this microco...

Resolved! STM32U599 is not available in STM32CubeIDE

Hello,I am interested in using the STM32U599 chip but I don't see any Nucleo boards based on it or even the 5A9 that use the standard footprint with the rows of headers along the board.  I was going to make my own board, to drop into an existing prot...

MichaelW by Associate II
  • 1848 Views
  • 4 replies
  • 0 kudos

HRTIM INTERLEAVED PROBLEM ON STM32G4

Hello. I want to use triple interleaved mode in HRTIM. I made the settings as in the images. The frequency of PWM will be 16khz. For this setting, I set the "period" to 42500. Therefore, the "TimerA Compare1" value can be maximum 14166 (42500/3), the...

HRTIM1.png HRTIM2.png HRTIM3.png WhatsApp Image 2023-09-08 at 18.19.31.jpeg
burhan by Associate
  • 1234 Views
  • 0 replies
  • 0 kudos

Struggling to get STM32CubeIDE to see CMake

I've been trying to follow Application Note AN5952. Seems pretty simple, install CMake and then STM32CubeIDE will offer CMake projects under File->New. But the option is not there.One thing the AN5952 doesn't say is whether the CMake executable direc...