Skip to main content
KGann.1
Associate
November 8, 2022
Question

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?

  • November 8, 2022
  • 3 replies
  • 1444 views

..

    3 replies

    Foued_KH
    ST Employee
    November 8, 2022

    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.
    KGann.1
    KGann.1Author
    Associate
    November 8, 2022

    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?

    Visitor II
    July 7, 2024

    I have the same problem, have you been solve it?