cancel
Showing results for 
Search instead for 
Did you mean: 

Starting a new project with an existing ioc2 file

gil_dobjanschi
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
STackPointer64
ST Employee

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.

STackPointer64_0-1777310756601.png

Best regards,

To improve visibility of answered topics, please click 'Accept as Solution' on the reply that resolved your issue or answered your question.

View solution in original post

2 REPLIES 2
STackPointer64
ST Employee

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.

STackPointer64_0-1777310756601.png

Best regards,

To improve visibility of answered topics, please click 'Accept as Solution' on the reply that resolved your issue or answered your question.
gil_dobjanschi
Associate III

Thank you @STackPointer64!