I have a project for STM32F091RC in CooCox CoIDE and want to convert it to STM32CubeIDE project. Is there a way to import this project or any suggestions for converting it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-11-07 9:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-11-08 1:03 AM
Hello @KGann.1,
First, create a new STM32CubeMX project for your target mcu and desired clock tree setup. Then check if it rebuilds all ok.
Make sure your source file extensions are lowercase .h or .c otherwise you will know what I faced.
Then drag and drop progressively your source files in the new project until build is ok.
Then what is lost from IAR are: Workspace file - Compiler -default source search path to retell, compile options, .map file generation, etc... - Linker file, memory mapping, segments... need to be retold.
Foued
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
2022-11-08 3:09 PM
Hi Foued,
Thanks for the reply. Apart from this manual procedure is there any other way like a plugin or app to directly import a CooCox project and convert into equivalent CubeIDE project?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-07-07 3:13 AM
I have the same problem, have you been solve it?
