2024-04-22 07:53 AM
I have a STM32WB-based project (Stm32CubeIDE 1.15.0) using the STM32CubeWB 1.17.3 version and I'm not able to update the package version to the last one (nether 1.18 nor 1.19). There is not a prompt asking me to upgrade (the typical continue or migrate message). In the .ioc it is not set to not ask .
ProjectManager.AskForMigrate=true
And in the project manager I don't have the option to change package (I can't find the typical use default check).
How can I update the project?
(Latest STM32CubeWB package installed:)
2024-04-23 06:15 AM
Hello @thealbertdev ,
First thank you for posting!
Actually, a pop-up as below should appear when you try to open your old project with the new version of CubeIDE,
Could you please provide the steps you followed to update the package in order to further investigate your issue.
Regards,
Souhaib
2024-04-26 06:57 AM
As I indicate, this message does not appear to me (and that is what I expect it to appear). Normally I don't do anything special to update a package. Simply, when updating STM32CubeIDE or any of its packages, the message you show appears and clicking Migrate is enough.
This weekend I will try to install STM32CubeIDE on another computer and I will try to open the project there to see if it asks me to perform the migration.
2024-06-02 07:23 AM
Struggling with the same issue here. The "Manage Embedded Software" dialog shows that I have v1.19 of STMCube_FW_WB installed and available but my project is still using v1.17.
Interested to hear what the solution is.