I am having problems add existing files from another project to my new project stm32cube ide. what am i missing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-18 12:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-19 12:37 AM
Unfortunately, you did not mention which tool you use, which files you get from where, which problems you have when trying to add them, etc. Currently not easy to give an answer.
Is it possible for you to provide a few more details for evaluation?
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-19 1:19 AM
CubeIDE was indicated ​
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-19 1:42 AM
Correct, thank you for pointing this out, I did indeed overlook it and have already corrected it in my query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-19 9:04 AM
Here is more information on the issue. when I am doing a compile with the ioc file I get a message that I have not configured the Platform Settings correctly, but I cannot configure the settings. That might me my problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-19 9:56 AM
Yeah, that's probably because it wants to auto-generate, and you've added a lot of you own clutter. I'm not a CubeMX/IDE adherent, so I don't claim to be an expert, but have seen people lose significant amounts of work trying make two conflicting paradigms function.
Might I suggest sandboxing the auto-generated stuff, and other pieces you want to combine, and then make an actual free standing project that you then merge into with the sub/super-set of what you really want in the final project. As an exercise it also lets you see what and how things change as you modify an IOC file, and where different things live.
Up vote any posts that you find helpful, it shows what's working..
