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

Bug #2 in X-CUBE-AZRTOS-H7 V3.3.0

Hello STM-Guys,There's a bug in X-CUBE-AZRTOS-H7 V3.3.0, which affects the memory assignment.I declared the following memory assignment:This generates the attached "STM32H723ZGTX_FLASH.rar" file. The memory declarations are in the file, but those are...

Intector_0-1733100507194.png

Resolved! STM32L496G-Disco Pin Configuration question

Hello,I am new to stm programming. I got a STM32L496G-DISCO board and I wanted to create a new project. When I try to configure the pins i have a lot of yellow triangle warning icons and some of the fields are purple which can not be changed. I don't...

AndreeaP31_0-1732472011140.png AndreeaP31_1-1732472076599.png

H7 QSPI XIP single mode demo fails

Hello,I succeed to run all demo programs of the H7 performance suite (STM32CubeExpansion_Performance_H7_V1.0.0) except the QSPI single mode demo (8 - D1_QuadSPI_Single - D1_DTCM) on STM32H753I_EVAL2. But I can run the dual mode demo (9 - D1_QuadSPI_D...

function_call.png wrong_code.png signal_handler.png
regjoe by Senior
  • 1345 Views
  • 8 replies
  • 1 kudos

SBSFU_Boot on STM32H743

Hi there.I downloaded the SBSFU_Boot project from the examples in STM32CubeIDE.The SBSFU_Boot project is designed for STM32L552ZET6QU.I am considering applying SBSFU_Boot to STM32H743.Could you please explain in detail how I can apply it?It would be ...

Resolved! GitHub actions integration

Hi,I'm looking into utilizing GitHub actions for CI/CD. I couldn't find any examples of how to use GitHub actions to build a STM32CubeIDE project automatically. Any hints/directions?Thanks,

YKuo.1 by Associate II
  • 4183 Views
  • 8 replies
  • 5 kudos

Resolved! STME32CubeIDE + FreeRTOS - file "freertos_mpool.h" missing

Hello, I am using STM32CubeIDE to compile under FreeRTOS a project to download in an ARM STM32F107VCT6 component installed on an Olimex board.I am new to using STM32CubeIDE.At first, I just want to run a very small program on the component to make a ...

MDe by Associate III
  • 3053 Views
  • 2 replies
  • 0 kudos

Resolved! CubeMX hides "Enable SMPS" too well for STM32U5

Cube is very enthusiastic about reminding you to enable the SMPS on U5 chipsAnd it's also infuriatingly coy about how one actually does this: Here is just the latest example of an understandably confused costumer. I would like to see the warning mess...

BarryWhit_0-1722303160893.png BarryWhit_1-1722303311773.png

Resolved! undefined reference to `HAL_SPIEx_SetConfigAutonomousMode'

I'm trying to access the external flash on a B-U585I-IOT02A.  The driver(s) I found do:if (HAL_SPIEx_SetConfigAutonomousMode(&hspi2, &HAL_SPI_AutonomousMode_Cfg_Struct) != HAL_OK)but the linker says that function is undefined.  Is that in a library f...

Marty by Associate
  • 537 Views
  • 1 replies
  • 1 kudos