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

When I create a new stm32project and I try to debug it, STM32CUBEide give me the follow message: "Break at address "0xfffffffe" with no debug information available, or outside of program code." What I can do?

I've found in a forum the follow indication:"The address is outside of any allowed code addresses in a Cortex-M4. The code has probably tried to use unprogrammed flash (0xffffffff) as a return address, see the contents of the link register (R14)."How...

FSvig.1 by Associate
  • 482 Views
  • 1 replies
  • 0 kudos

Why '.bss' was created in both Flash and RAM? This causes "section `.bss' will not fit in region `RAM'" in my application.

Hi All,I have created a STM32 application using STM32CUBDEIDE. I'm using STM32F469IH6 for this project.I have declared few uninitialized variables in one file. I know this affects ".bss" section but it is required in my code. This causes an error say...

0693W000003PtXMQA0.png
HNall.1 by Associate III
  • 3311 Views
  • 8 replies
  • 0 kudos

Resolved! Use second firmware as function, called when necessary

Hi!I want to use 2 firmware on the same microcontroller, one is written at 0x8000000 with ram starting at 0x20000000. The other is flashed at 0x8040000 with ram starting at 0x20010000.The first firmware should use the second as a function. So i alloc...

LSpad.1 by Associate III
  • 862 Views
  • 3 replies
  • 0 kudos

STM32 OTA? Goodbye to ST-Link? How to upload via internet?

I found a project that allows the programming of STM32 via OTA, it would be very interesting if the STM32CubeIDE could work directly with this.[STM32 OTA using esp8266]:https://www.youtube.com/watch?v=aqYHebO789UDoes anyone know if it is possible to ...

by Not applicable
  • 1280 Views
  • 2 replies
  • 1 kudos

Resolved! In STM32CubeIDE, can I add python script to auto-run before compiler runs? To increment a BUILD number in *.H file.

In old AC6 workbench, I could add such python script as external tool to auto-build always before compiler runs. Now with STM32CubeIDE, I've found how to do manually with 'external tools' button. Can I add back to project to auto-run again?

Resolved! edit makefile

HelloI am using stm32Cube IDE.Where should I edit the makefile?Thank you.

Ebun.1 by Senior
  • 2261 Views
  • 2 replies
  • 0 kudos

Can't include new folders in STM23CubeIDE project?

I've created a new folder inside the User directory where main.c is, but when adding the path in the includes list it still can't find it?I've done it exactly the same way as the other two but for some reason it's just not working now.If I move the f...

JWood by Associate II
  • 959 Views
  • 3 replies
  • 0 kudos

Ask for errors related to 'Mon64.dll'

Hello, colleaguesI have a problem in building the project.I installed STM32CubeIDE (Ver. 1.4.2) and generated code successfully.(I applied only the clock configuration and RCC setup)When I tried to build the project, however, I faced several errors l...

0693W000003Pi28QAC.jpg
HKim.9 by Associate
  • 561 Views
  • 0 replies
  • 0 kudos