This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: running old code composer projects on eclipse based CCS



Tool/software: Code Composer Studio

hi

i have used composer 3.3 until now , is there a way to open my old projects in the new CCS eclipse based? 

thank you!

  • Mark,

    You can import your old projects by going to Project -> Import Legacy CCSv3.3 Projects.

    However this is often not a simple process depending on what your project looks like. Your project will have been using a much older version of the compiler so there may be some build option changes. If your project is using DSP/BIOS then you will likely have some migration to do depending on how old a version of DSP/BIOS you are using.

    Regards,
    John
  • Thanks!