2020-11-20 06:12 AM
When I open my first project, I get a message saying that firmware must be upgraded. I clic the button 'migrate'. It works a long time. If I go to the project parameter, it is still the old firmware. And if I quit cubemx and restart it with the same project (I have only one !), I get again the message.
What do I miss ?
Jean
PS images underneath are in the wrong order ...
Solved! Go to Solution.
2020-11-20 08:46 AM
Hi MJean.3,
Thanks for your feedback.
On project load, STM32CubeMX detects if the project was created with an older version of the tool and if this is the case, it proposes the user to either migrate to use the latest STM32CubeMX database and STM32Cube firmware version.
Actually STM32Cube_FW_F7_V1.16.0 is the latest version of firmware for F7 family that's why it can be unchanged after migration (in case you are not using a very old CubeMX version).
Otherwise, from my side, the the warning message disappears when I reload your project and here after how I proceed:
Hope this will help you.
Regards,
Khouloud.
2020-11-20 06:44 AM
Hello MJean.3,
For the first point, normally when you choose migrate option, the firmware should be upgraded.
Can you please share your .ioc file as well as the .log file for further check ?
Otherwise, to save the changes (migration) and in order to not get this warning popup when reopening the already migrated CubeMX project you should Save Project before quitting.
Regards.
Khouloud.
2020-11-20 07:18 AM
2020-11-20 08:46 AM
Hi MJean.3,
Thanks for your feedback.
On project load, STM32CubeMX detects if the project was created with an older version of the tool and if this is the case, it proposes the user to either migrate to use the latest STM32CubeMX database and STM32Cube firmware version.
Actually STM32Cube_FW_F7_V1.16.0 is the latest version of firmware for F7 family that's why it can be unchanged after migration (in case you are not using a very old CubeMX version).
Otherwise, from my side, the the warning message disappears when I reload your project and here after how I proceed:
Hope this will help you.
Regards,
Khouloud.
2020-11-20 08:59 AM
I have done it. It is ok !
Thank you for your quick answer !
Jean