2026-04-27 10:12 AM - last edited on 2026-05-04 3:38 AM by Sara BEN HADJ YAHYA
Hello,
I would like to learn if there is an easy way in STM32CubeMX2 to start a new project with an existing ioc2 file. It seems that the only way I can do this is make a copy of the ioc2 file, do a text find and replace for the name of the project and reopen the project in MX2.
In essence, I like to start a project from a working ioc2 configuration and modify it to work on a fork of the project. I don't want to recreate a complex configuration from scratch because I found the hard way that it is easy to make mistakes or to omit something.
Thank you,
-Gil
Please check the follow-up discussion here: Issue with Save As feature in STM32CubeMX2
Solved! Go to Solution.
2026-04-27 10:26 AM - edited 2026-04-27 10:26 AM
Hello,
You can open the working ioc2 configuration and click Project > Save As. You will then be prompted to enter a new project name and a new directory.
Best regards,
2026-04-27 10:26 AM - edited 2026-04-27 10:26 AM
Hello,
You can open the working ioc2 configuration and click Project > Save As. You will then be prompted to enter a new project name and a new directory.
Best regards,
2026-04-27 10:29 AM
Thank you @STackPointer64!