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 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! How undo "exclude from build" for a file?

Hi,In STM32CubeIDE 1.12.1 I right-clicked on a .c file in the Project Explorer view and excluded it from build.  Now I want to include it back in my build.  How do I do that from the IDE?thanks,russ

RPatt.11 by Associate II
  • 3371 Views
  • 4 replies
  • 1 kudos

Resolved! After writing to flash memory using stm32f207ztg6, when I try to run debug again, an error appears and the program cannot be run.

Hello everyoneAfter using the stm32f207ztg6 to write to flash memory, when I try to run the debug again, the following error appears and the program cannot be executed.How can I solve the problem?■ Program useduint32_t flash_addr = 0x080E0000;uint32_...

t-oka by Associate III
  • 662 Views
  • 2 replies
  • 4 kudos

Crashing when creating a new STM32 Project

Hi,Stm32cubeide keeps crashing anytime I try to create a new stm32 project. The program makes it to the board select screen then crashes. I’m on an Intel MacBook Pro running Sonoma 14.6.1. I have Stm32cubeide updated to 1.16.0. Does anyone have any i...

files not being recognized if inside folder

I will attach my project below if you want the code for reference.         I am making a HMI for construction workers for reference. Although my screen does everything I've needed thus far it has been hard to organize my code because I keep running i...

tmehok by Associate III
  • 617 Views
  • 3 replies
  • 0 kudos

Resolved! .ioc file doesnt open

Hi everyone, Actually, the subject line describes my problem completely. I tried to improve my IOC file yesterday with debugging, checked it again this morning, and it was working perfectly. But now, after an update or something similar, it suddenly ...

hannah by Associate II
  • 3203 Views
  • 11 replies
  • 1 kudos

Resolved! <string> not found when included in a .h file

Hi,I need to use <string> (standard in C++ libraries and am working in a C++ project. My header file is a normal .h, and on compiling I get the below. Oddly, if I select string in the header and view declaration, the standard file opens up just fine?...

mtechmatt_0-1725368189958.png
mtechmatt by Associate III
  • 613 Views
  • 1 replies
  • 1 kudos

Resolved! STM32F103 FreeRTOS CMSIS V2 issue

Hello,A project generated using FreeRTOS CMSIS V1 compiles and works, but the same project using CMSIS V2 does not compile.freertos_mpool.h is missing while it is present in projects using the F4 family.It looks that this old issue has been solved fo...

zeboss49 by Associate III
  • 1444 Views
  • 2 replies
  • 0 kudos