Skip to main content
Associate
May 7, 2026
Solved

Missing "Manage embedded package".

  • May 7, 2026
  • 2 replies
  • 140 views

Hello.

I installed a new version of the IDE, exactly this:

st-stm32cubeide_2.1.1_28236_20260312_0043_x86_64

The problem is that the menu option "Manage embedded packages" is missing:

Manage.jpg

I checked this on two computers with Windows 10.

During the installation, there were no error messages.

What can be done about this?

 

Best answer by Ghofrane GSOURI

Hello @xx111 

STM32CubeMX 6.17.0 is no longer integrated into STM32CubeIDE 2.1.1. Instead, the two tools are now interoperable.

For more details , please check the following LINKs:

STM32CubeMX download Link:STM32CubeMX | Software - STMicroelectronics

STM32CubeIDE 2.0.0 workflow tutorial - STMicroelectronics Community

STM32CubeIDE 2.0 release - early heads-up! - STMicroelectronics Community

THX

Ghofrane

2 replies

Ghofrane GSOURI
Technical Moderator
May 7, 2026

Hello @xx111 

STM32CubeMX 6.17.0 is no longer integrated into STM32CubeIDE 2.1.1. Instead, the two tools are now interoperable.

For more details , please check the following LINKs:

STM32CubeMX download Link:STM32CubeMX | Software - STMicroelectronics

STM32CubeIDE 2.0.0 workflow tutorial - STMicroelectronics Community

STM32CubeIDE 2.0 release - early heads-up! - STMicroelectronics Community

THX

Ghofrane

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.
xx111Author
Associate
May 7, 2026

But does that mean I don't necessarily have to install packages in CubeIDE?

I'm talking about packages like STM32CubeU5.

It seemed logical for me that since the libraries contain Low-Layer APIs and CMSIS, they would be more needed by  CubeIDE than by MX.

But I see that I was mistaken.

Andrew Neil
Super User
May 11, 2026

@xx111 wrote:

does that mean I don't necessarily have to install packages in CubeIDE?


Yes: the packages are used by CubeMX - not directly by CubeIDE.

 


@xx111 wrote:

It seemed logical for me that since the libraries contain Low-Layer APIs and CMSIS, they would be more needed by  CubeIDE than by MX.


CubeIDE deals only with source files - it neither knows nor cares whether they came from ST (as a "Pack", via CubeMX), or from the user.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.