cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE: Project Manager shows no way to change Firmware Package Version

A.D.
Associate III

I can remember that the Project Manager tab of the STM32CubeIDE showed an option to change the used firmware package. In my current project I'm not able to do that. When opening the .ioc file the used FW package is version 1.17.3, while the IDE actually has version 1.18 installed already.

Is this some kind of bug? Or intended behaviour? How do I change the project to use the latest FW for the MCU?

I just noticed it in IDE version 1.14, but an update to the current vresion 1.15 did not change it.

AD_0-1714480596957.png

 

10 REPLIES 10

It has been a while now, but I finally came back to this issue.

AskForMigration and LastFirmware were already set to "true", so nothing to change there.

When setting the FirmwarePackage parameter manually to the new FW package version it worked. I still got no migration dialog, but the new FW version was just assigned. When regenerating code the changes of the new version were included, so it seems this is a workable workaround.

Still a weird decision to take away the option to change the FW package in the GUI...