which folder to store user files so CUBEMX doesn't delete them
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-10-14 3:49 AM
Posted on October 14, 2016 at 12:49
Hi
in which folder should I store my user .c/.h files, so they are not deleted when I regenerate the Project with STM32CUBEMX? #!cubemx
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-10-14 4:11 AM
Posted on October 14, 2016 at 13:11
-Syrine-
Hi dieter
Go to project>setting >code Generator tab, then select this option: ?Backup previously generated files when re-generation??The .bak extension is added to previously generated .c/.h files. Keep user code when regenerating the C code. This option applies only to user sections within STM32CubeMX generated files. It does not apply to the user files that might have been added manually or generatedvia ftl templates.?