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

HAL_QSPI_Transmit_DMA transfer limited to 20 us approx.

I send quad data via QSPI. But Transfer is limited to 20 us approx.At QSPI clock 25 MHz is possible send maximally 240 bytes (480 nibbles).At clock 12.5 MHz is possible send maximally 120 bytes.At clock 50 MHz is possible send maximally 480 bytes.I w...

DMato.1 by Associate II
  • 437 Views
  • 0 replies
  • 0 kudos

STM32H743VIT6 + STM32CubeIDE 1.4.1 + QSPI W25Q256

I am using the attached code, To access W25Q256 in QSPI mode,In the QSPI_ResetMemory ()Always returns QSPI_NOT_SUPPORTEDRunning this same code in STM32F765VIT6, it works.Analyzing the pins of the QSPI, I see no changes.

RDos by Associate II
  • 1265 Views
  • 3 replies
  • 0 kudos

Why this pity code at line 13 couse the Hard Fault?

#include "stm32f0xx.h" void SysInit(void);   uint8_t array1[260] = {0}; uint8_t array2[260] = {0}; uint16_t test; int main(void) { SysInit(); for(uint16_t i = 0; i < 260; i++) array1[i] = i & 0xFF; test = *(uint16_t*)&array1[0xEA]; test = *(uin...

MPony.1 by Associate
  • 1567 Views
  • 8 replies
  • 0 kudos

"StringOut" works while "printf" doesn't.

Hello,I'm working with the NUCLEO-F722ZE EVB on STM32CubeIDE.In my code I tried to make the "printf" function work.I used the procedure described in this video:https://www.youtube.com/watch?v=9ntZ3dwGsMkIt basically involves adding this code (the ful...

skon.1 by Senior
  • 1007 Views
  • 5 replies
  • 0 kudos

Two CubeIde instances with two Debugger

Hello all,I have a SPI project: One Nucleo Board = SPI Master, Another Nucleo = Slave.I want to debug both boards (onboard STLink) at the same time by running two instances of CubeIde.Problem: both STLink listening to the same port on my PC. When one...

OBorg.1 by Associate III
  • 1325 Views
  • 2 replies
  • 1 kudos