CODECOMPOSER: Code Composer Studio version 2 download

Part Number: CODECOMPOSER

Hello,

I have an old OMAP 137 bootloader project with a project file from Code Composer Studio version 2 I need to import and build. Where can I download this version 2 of CCS? Online the earliest version available for download is a version 3.x. Thank you.

 

 

 

  • Hello,

    Note that CCS v2 did not support OMAP-L13x. You will need at least CCS 3.3, which as you mentioned is available for download.

    I have an old OMAP 137 bootloader project with a project file from Code Composer Studio version 2 I

    I suspect you are going by this string in the *.pjt file"

    ; Code Composer Project File, Version 2.0 (do not modify or remove this line)

    Note that this refers to the pjt file format, which was introduced in CCSv2. However, this doesn't mean that this project was created with CCSv2. Even new projects created with CCSv3 will also have this string since CCSv3 also uses the v2 pjt format. So don't rely on this string to determine that the pjt has a CCSv2 dependency.

    Thanks

    ki 

  • Hi Ki, yes you are correct we went by that comment in the pjt file. Great will download CCSv3 and let you know if we have further questions. Thank you again.