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: Code Composer Studio Developer Mod



Tool/software: Code Composer Studio

Hi! 

I want to develop a new tool (app) on CCS TI.

I have some experiences to develop tools on Eclipse but CCS is seemed different in terms of my point. 

How can develop tools on CCS? Could you please give me some rudiments?

Thank you!

  • CCS is Eclipse Platform + CDT + TI content. You are likely familiar with Eclipse environments that include JDT (Java Development Tools) and PDE (plugin development environment). These are packages are not included in CCS as they are not relevant to developing embedded applications on TI devices. Those packages however are needed for creating plug-ins.

    You could add the packages to CCS however it would likely make more sense to setup another Eclipse environment to do your plugin development. Eclipse has a pre-built package called Eclipse IDE for Eclipse Committers. That may be a good one to start with. CCS is using Eclipse Oxygen (4.7)
    www.eclipse.org/.../3a

    Depending on what you want to do you may need to interface with some of the TI content.

    Regards,
    John