2021-08-08 08:43 PM
We have converted project which was compiled by Atollic True studio to STCUBE IDE. We got the message "Migration was successful but Manual settings may be required" Application_converter.log shows warning and other messages.Not sure that migration is successful . I have attached the log file. Please gives us the inputs on this observation
Solved! Go to Solution.
2021-08-09 04:42 AM
These lines are serious:
Warning: Failed to find matching mcu for null
.........
Warning: MCU STM32F401VC matched multiple possible MCUs: [STM32F401VCHx, STM32F401VCTx]
This may mean that new tools have updated list of STM32F401... MCUs. Verify that your MCU is named correctly in the new project.
Other warnings AFAIK are not serious.
Migration can replace your link script to new default one, if this happened, review changes in the link script and and revert as needed.
Any old debug profiles better should be deleted and re-created as needed.
Regards,
-- pa
2021-08-09 03:12 AM
We tried to migrate an Atollic project a few times to CubeIDE 1.3 and 1.5 and in the end decided to set the project up manually instead (debugging did not work afterwards).
Manually meaning, opening the IOC file in CubeIDE and migrate that. Then generate new project files and copy your files back in. All on version-controlled files of course to not lose history and to have the option of going back.
2021-08-09 04:42 AM
These lines are serious:
Warning: Failed to find matching mcu for null
.........
Warning: MCU STM32F401VC matched multiple possible MCUs: [STM32F401VCHx, STM32F401VCTx]
This may mean that new tools have updated list of STM32F401... MCUs. Verify that your MCU is named correctly in the new project.
Other warnings AFAIK are not serious.
Migration can replace your link script to new default one, if this happened, review changes in the link script and and revert as needed.
Any old debug profiles better should be deleted and re-created as needed.
Regards,
-- pa