STM32CubeMX and "Project Name"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-28 9:03 AM
Hello,
How can I transfer the configuration of an existing project to a new project?
Unfortunately, the Project Manager does not allow a name change.
Solved! Go to Solution.
- Labels:
-
STM32CubeMX
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-28 9:42 AM
Hello @RGünt.1
First let me thank you for posting.
In order to rename you rename you project please follow those steps:
- Open Your Existing Project:
- Launch STM32CubeMX and open the project you wish to rename.
- Use the 'Save Project As' Option:
- Navigate to the File menu and select Save Project As....
- In the dialog that appears, enter your desired new project name. This action will create a new
.ioc
file with the new name .
- Regenerate the Project:
- After saving the project under a new name, you need to regenerate the project files. Click on the Project menu, then select Generate Code. This step ensures that any references to the old project name in generated files are updated accordingly
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-28 9:42 AM
Hello @RGünt.1
First let me thank you for posting.
In order to rename you rename you project please follow those steps:
- Open Your Existing Project:
- Launch STM32CubeMX and open the project you wish to rename.
- Use the 'Save Project As' Option:
- Navigate to the File menu and select Save Project As....
- In the dialog that appears, enter your desired new project name. This action will create a new
.ioc
file with the new name .
- Regenerate the Project:
- After saving the project under a new name, you need to regenerate the project files. Click on the Project menu, then select Generate Code. This step ensures that any references to the old project name in generated files are updated accordingly
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
