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! Bootloader Get Version Command on STM32F407VGT6

Hello, I used BOOT0 and BOOT1 to reboot in System Memory in order to use the embedded bootloader. I wanted to use the Get Version Command (i saw it in AN3155). I first sent 0x7F to initialize the communication with the bootloader.Then, i sent 0x01 an...

Capture STM32_2.PNG Capture STM32_3.PNG
Cyril C by Associate II
  • 1416 Views
  • 2 replies
  • 0 kudos

Complementary Pwm in STM32F103C6T6A

In complementary PWM out put my dead time increases or decreases when i am varying the Auto reload register value. is there a solution like 45% of duty cycle with one out put inverted and second output non inverted. This is my HAL_INITS along with Ti...

RChou.1 by Associate III
  • 2349 Views
  • 6 replies
  • 0 kudos

IAP issue with single bank flash

Hello experts,I am using stm32f779I - EVAL evaluation kit, am trying to implement LWIP IAP on this board for that I have used example code from the repository C:\Users\Aravind\STM32Cube\Repository\STM32Cube_FW_F7_V1.17.0\Projects\STM32F769I_EVAL\Appl...

CubeIDE on Ubuntu 22.04 constantly crashes

I'm curious if anyone else has this problem or knows how to fix it:  >10 times per day I need to close CubeIDE since it's not responding, then I regularly (5+ times per day) need to delete the workspace because I'll get a Java error when trying to re...

Resolved! Identified a bug in latest STM32CubeIDE MX renderer

In the latest CubeIDE (1.13.2) when configuring STM32H7x dual core devices if the RNG feature is enabled for both cores, the ioc file will get stuck next time the IDE will try to open it (after closing it first). When only one core is selected and th...

etl17 by Associate
  • 1017 Views
  • 3 replies
  • 0 kudos

Steval-atsra-1b

Good morning everyone.I have purchased a steval astra 1b and tried to use it with cubeide; but the problem is that many pins are selected by default on gpio, this thing last time I opened the project was not happening.I tried with bard or chatgpt but...

Screenshot 2023-10-30 alle 19.16.56.png
Davide32 by Associate II
  • 1321 Views
  • 5 replies
  • 0 kudos

Resolved! STM32Cube Pro version?

Is there a way to Upgrade STM32CubeIDE or Pro License for this Software?  It's very anoying e.x. when I try to debug something and the max possible breake point number is 8 or something. Is there is option to avoid this limitations or do you use anot...

EniRot99 by Associate III
  • 1043 Views
  • 2 replies
  • 1 kudos

stm32f7xx_hal.h: No such file or directory

Hello, I have a problem with some errors appearing after generating my code, I get the error:stm32f7xx_hal.h: No such file or directoryThis file exists in Drivers/STM32F7xx_HAL_Driver/Inc, I have also looked into projects included paths and it exists...