cancel
Showing results for 
Search instead for 
Did you mean: 

Migration from Atollic True studio to STCUBE IDE

NGopa.2
Associate

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

1 ACCEPTED SOLUTION

Accepted Solutions
Pavel A.
Evangelist III

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

View solution in original post

2 REPLIES 2
FS.1
Associate III

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.

Pavel A.
Evangelist III

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