Skip to main content
ATret.3
Associate II
November 16, 2025
Solved

STM32CubeIDE. X-CUBE-FREERTOS. Can't add/edit tasks, queues, timers, semaphores, mutexes, etc.

  • November 16, 2025
  • 1 reply
  • 262 views

Periodically, the Add buttons in the configurator stop working and it is impossible to change values in tasks, queues, etc. The system does not respond to mouse clicks (the editor window does not appear). However, the Delete button works. Restarting the IDE helps. It works in other configurators (GPIO, NVIC, Definition Creation).

ATret3_0-1763312788828.png

STM32CubeIDE Version: 1.19.0
Build: 25607_20250703_0907 (UTC)

STM32CubeU0 Firmware Package V1.3.0 / 04-June-2025

X-CUBE-FREERTOS: FreeRTOS STM32Cube expansion package for STM32H5/U5/WBA/C0/U0/N6/U3 series

Windows 11

 

Best answer by Mahmoud Ben Romdhane

Hello @ATret.3 

 

STM32CubeIDE 2.0 is now independent from STM32CubeMX. With this release, device configuration, previously handled within STM32CubeIDE via STM32CubeMX, is now exclusively available through the

stand-alone STM32CubeMX tool.

Users will configure microcontroller peripherals and generate initialization code separately in STM32CubeMX, then import the generated projects into STM32CubeIDE for coding and debugging.  

STM32CubeIDE, is now a stand-alone tool, offers the possibility to create empty project through its own MCU/Board selectors now present inside.

You can get STM32CubeIDE 2.0 through this Link .

 

Thanks.

Mahmoud

1 reply

Technical Moderator
November 17, 2025

Hello @ATret.3 

 

Let me thank you for posting.

I am currently checking this behavior, and I will get back to you ASAP.

 

Thanks

Mahmoud

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Technical Moderator
November 17, 2025

Hello @ATret.3 ,

 

I created a project from scratch with STM32U083RCTx, and the behavior described was not reproduced  

with STM32CubeMX Standalone and MX integrated in IDE.

For more investigation, could you please provide your Ioc.File.

 

Thanks.

Mahmoud

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
ATret.3
ATret.3Author
Associate II
November 18, 2025

Hello, @Mahmoud Ben Romdhane 

I only encounter this problem in STM32CubeIDE. It doesn't happen right away, but after 2-3 compilation/debugging cycles. Everything works fine in CubeMX. Now I've switched to working in parallel with a separate CubeMX for editing the ioc file and generating code, and CubeIDE for working with code and debugging.

I am not ready to provide my ioc file yet. I will try to make minimal builds and provide the file and results.