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.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeCLT is available. What is new in 1.19.0: Support for ST Arm Clang toolchainMaintenance of the previous versionUpdated in accordance with STM32CubeIDE v1.19.0 Main fixed issues in 1.19.0: ...

Resolved! [Resolved] STM32CubeIDE project creation issue

Updated post to reflect permanent fix Dear STM32CubeIDE user, Further to the recent STM32CubeIDE project creation issue, we would like to inform you that a solution is now available for you. This permanent fix applies to all STM32CubeIDE versions. I...

STM32CubeIDE 1.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeIDE is available. What is new in 1.19.0: Microcontroller, microprocessor, and board lists aligned with STM32CubeMX v6.15.0:Added the support for STM32MP21xx microprocessors to the STM32MP...

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! Full Duplex SPI: Slave does not trigger callback function

I have a SPI Master to slave setup and for some reason whenever the slave receive the full buffer from Master, it does not go inside the callback function.This is my code from Master:const uint8_t TX_Buffer1[] = "Hi Slave, wake up!"; uint8_t RX_Buf...

Resolved! Send an array of integers over UART

I want to send an array of integers over UART in one go. I was able to do this using for loop as below.But I want to do it without for loop as it is taking time to send over UART. How to send the integer data over UART in one go?This is the data I wa...

AKhot1_0-1690178079538.png AKhot1_1-1690178406237.png
AKhot.1 by Senior
  • 8397 Views
  • 11 replies
  • 1 kudos

Resolved! Debugging

Hello,How can I activate SWV for debugging via ST-Link and SWD?

Resolved! STM32CubeIDE - SWV Profiling

Hi,I use the SWV Profiling tool quite a lot towards the end of my projects to "fine tune" the speed and efficiency of my code. i.e. what code to run from ram, whether to use cacheing, find inefficient algorithms etc.It would be handy to export the Pr...

Snag_e50b894.png

Switching from STM32H743ZIT (2MB) to STM32H743ZGT (1MB)

We need to start building with the 1MB STM32H743ZGT while all the development has been done for the 2MB STM32H743ZIT.  As far as I can tell I cannot change the micro in the .iot file for file generation even though the pin assignments and peripherals...

PFlor.2 by Senior II
  • 1064 Views
  • 2 replies
  • 2 kudos

Resolved! Adding a file (Inc)

Somehow I'm blinded at the moment. How do I simply add a file from the filesystem into the project ?I created a header file "times.h", put it into ~/STM32CubeIDE/workspace_1.4.0/project/Core/Inc. Now it sits there. Opening the tree view, I don't see ...

Resolved! Porting STM32CubeMX project to STM32CubeIDE

Hi,I keep getting errors when trying to port a project from STM32CubeMX (v6.9.0) to STM32CubeIDE (v1.13.0). I have updated IDE due to a previous error stating incompatibility between the versions of MX being used - this has now been replaced by the a...

octo-ig by Associate
  • 2377 Views
  • 3 replies
  • 0 kudos