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

Why stmcubeIDE don't import my projects correctly?

I have an issue here with the IDE. i have few projects compressed in .rar that I am using since the start of the year and everything worked well until this week. When i try to import one of these projects (any project) to my IDE, it shows me this win...

Captura de pantalla 2024-10-29 122600.jpg

Not a valid ioc file

Hello,I am trying to open the generated code for my project. But when I try to open the code file that generated by CubeMX itself I get "not a valid ioc file" but if I try to open at diffrent IDE I can open. Also the file that generated is .eww file ...

Zeynep by Associate II
  • 1900 Views
  • 7 replies
  • 4 kudos

ADC1 DMA stops TIM3 Global Interrupt

In a project built using STM32F103, I have used TIM3 for some of my frequent tasks (like LED blinking and setting some flags etc.), which work perfectly. Today when I tried to enable ADC1 using DMA Circular, it looks like the TIM3 Global Interrupt ha...

technofection_0-1730645871316.png technofection_1-1730645962615.png technofection_2-1730645984054.png

STM32CubeIDE failed to import examples on Linux

Hi,I'm using STM32CubeIDE on latest Ubuntu:STM32CubeIDE Version: 1.14.1, Build: 20064_20240111_1413 (UTC).If I try to click "Import STM32Cube example", it shows next window with "target selection" which always fails (can only cancel, no selection pos...

STM32CubeIDE linux.jpg
Lex by Associate III
  • 1601 Views
  • 5 replies
  • 0 kudos

HOWTO: Saving versions of a project using git

I had an issue, that i could not reproduce, because i could not restore the exact state of the project. The CubeIDE has its own version control for each file, which is of no great use, since the project consists of many files. Because of that i devel...

Tobe by Senior III
  • 850 Views
  • 0 replies
  • 0 kudos

Resolved! CubeMX behavior when open from CubeIde.

Hi all!,I notice a different behavior from CubeMX, when starts alone or is called from CubeIDE.When I open CubeMX without CubeIDE, it works as espected. But when CubeMX is open from CubeIDE, it works in a strange way. Per exemple, when I try to put a...

JAlca_0-1730536844987.png JAlca_1-1730536935702.png JAlca_2-1730537000276.png JAlca_3-1730537019658.png
JAlca by Senior
  • 811 Views
  • 3 replies
  • 1 kudos

stm32cubeIDE project configuration using CLI

Hi. I'm aware that there's a cli tool called  STM32CubeCLT which is used for building programs for stm32 MCUs. But, is there any way that we can ask stm32cubeIDE to perform the following steps?install/remove a certain cmsis-packconfigure a certain pr...