What is the best technic to clone stm32CUBE project? I tried by suggested change of .cproject file, but it didn't work. ======================================================== Finally found reliable way to do it in a few steps described below.
After I tried to clone in suggested 3 steps, one of which was to modify new project name in project.c file I got the same name of .ioc file and error in .s startup file?
Sorry, I was wrong, according to suggesting I should edit with the new name
.project file not .cproject.
After I corrected my mistake and edited .project file I still got old name in .ioc
file which didn't work in new project.
========================================================
Steps to Clone STM32CUBE projects.
- Open STM32CubeMX, in Home tab find your project which needs to be cloned and click on it. As result you are getting your current project in STM32CubeMX environment.
- In the File menu select Save Project As and will get dialog box in which can create new directory for a new project and then click SAVE button.
- Click GENERATE CODE button on the top right of the STM32CubeMX environment.
- On the message box, which popped up after code generation finished click Open project button and you will get your cloned project with new name and new .ioc file.