2022-11-07 09:15 PM
2022-11-08 01: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.
2022-11-08 03: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?
2024-07-07 03:13 AM
I have the same problem, have you been solve it?