cancel
Showing results for 
Search instead for 
Did you mean: 

ask to migrate not showing up after downloading FW_F4 V1.28.0

MK..1
Associate III

Hi

my project was written based on.

STM32Cube_FW_F4_V1.27.1

I just downladed

STM32Cube_FW_F4_V1.28.0

I would have expected CUBE IDE to ask for migration. But it doesnt.

What shall I do now?

Thx

 

 

4 REPLIES 4
TDK
Guru

Go to the Project Manager tab and change it manually if you want.

If you feel a post has answered your question, please click "Accept as Solution".
MK..1
Associate III

>> Go to the Project Manager tab and change it manually if you want.

it is actually grayed out. So I cant really change it.

Pavel A.
Evangelist III

it is actually grayed out. So I cant really change it.

Then er... you'll have to edit the .ioc file manually to activate the prompt to migrate. The magic line can be copied from a newly created .ioc. I don't remember it off the top of my head.

Also, the versions of supported Cube packages seem to be limited by CubeMX/IDE version, such as every CubeMX/IDE version can deal only with Cube firmware libraries known to it (released before), and refuse any newer version. Again you can patch it the .ioc file manually, on your own risk. Or, edit the libraries & include paths in the generated project - this way you can specify a modified library for the project, and even different library versions for different projects.

 

TDK
Guru

Could be a reason it's unable to be changed. Maybe a middleware you're using or something. Attaching the IOC in question would allow for better support.

If you feel a post has answered your question, please click "Accept as Solution".