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

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

Resolved! I can't debug my own board

Thank you for helping.environment:IDE: STM32CubeIDE Ver1.3.0Board: Self-made boardDebugger: STLink V3-MINII connected to debug the board I made this time with IDE.The situation is different from that of the evaluation board.The following message is o...

Ebun.1 by Senior
  • 1116 Views
  • 1 replies
  • 0 kudos

Resolved! Dual core H7 debugging problem in CubeIDE

I have a problem with launching both cores in STM32H745 in CubeIDE.I've set that configuration:connect under reset for CM7, with halt all coresCross Trigger Interface (CTI) , allow other cores to halt this core and signal halts events to other cores ...

DBrau.2 by Associate III
  • 1445 Views
  • 1 replies
  • 0 kudos

Developing on example (i.e. X-CUBE-AWS) with STM32CubeIDE

Hello,I am on my first steps in the STM32 world, using STM32CubeIDE on Linux. I have a 32F413HDISCOVERY board to play with.I have no problems developing simple applications from scratch in the IDE. My problems start when I want to integrate external ...

DDori.1 by Associate III
  • 958 Views
  • 3 replies
  • 0 kudos

In sprintf gives a hardfault when a fixed string is printed to a buffer in seperate section with cache/dcache disabled.

Controller H743Zi (nucleo-H743ZI2)STM32CubeIde : 1.4.2Cube V1.8.0cache: enableddcache: enabledSeperate RAM Section with cache/dcachedisabled by MPU regionFreeRtos: CMSIS V1 10.21 / 1.02// methode 1uint8_t buffer[100]; //MPU region cache/dcache disabl...