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

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

STM32CubeIDE Debugger operation seems to override a COM Port

Hi. I am attempting to get a basic USB_FS to communicate between my STM32 Board (STM32756-EVAL) and my PC, through PuTTY. The following are the configs on my PuTTY connection.And the following is my code in main.c:#include "main.h" #include "i2c.h" #...

0693W00000Y9LmUQAV.png 0693W00000Y9Lw5QAF.png 0693W00000Y9LxXQAV.png 0693W00000Y9LxcQAF.png
OIp.1 by Associate III
  • 1631 Views
  • 5 replies
  • 1 kudos

HardFault

Hi, can i know why i got this error? i click on fault editor but it say no address 0x00. btw this is my hardfault error. i don't know how to solve it 

0693W00000Y9Y1qQAF.png 0693W00000Y9XwWQAV.png 0693W00000Y9Y2KQAV.png
Angle by Associate II
  • 735 Views
  • 1 replies
  • 0 kudos

I2S_DMAResume does not Sync in Slave mode. (CubeIDE)

I am using STM32F446 Nuclero and STM32CubeIDE.​I wrote a loopback code from I2S_ADC (PCM1808PWR) to internal DAC.MCU is slave mode (external clock to IS2_CKIN).I works fine. ​However, when I try to "Pause DMA" and "Resume DMA", I2S of MCU does not sy...

KAJIK.1 by Associate III
  • 1998 Views
  • 4 replies
  • 0 kudos

How to configure external clock in STM32CubeMx

According to the data sheet for this device, I should be able to attached an external High speed crystal instead of using the HSI RC. However, I can't seem to figure out how to do this using the STM32CubeMX utility.

JWill.10 by Associate II
  • 1340 Views
  • 2 replies
  • 1 kudos

Problem : SD card with FATFs and mdma

Hello,I work in STM32H743, with the IDE 1.11, SD 4 wires. I followed the tutorial posted in Sep 27, 2021 about a File System on a SD card using STM32CubeIDE but nothing works I even tried to download examples provided by cubeIde but no results.any i...

Kfell.1 by Associate III
  • 1480 Views
  • 4 replies
  • 0 kudos

STM32CubeIDE creating objects from a class source outside the project gives a compiler error. Also the constructor of this class is not called.

I created a simple class in a folder outside the STM32CubeIDE:class AT24C256Driver{public: AT24C256Driver(); float get_m_foo();private: float m_foo;};I added the folder to the "C/C++ generals - Paths and Symbols" property of the project.The AT24C25...