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.

CCSv5 - plugin-in development

Hi Champs,

I have a question regarding plug-in development in CCSv5. Is it possible to write one's own plug-in's to do things like:

- Access target (C64x+/C66xx) memory

- Target control (Simulator/Debugger, loading binary, restarting, setting breakpoints)

- Project managing (create, import, build)

 

Is there some documentation available to ease that development?

 

Kind regards,

one and zero

 

 

  • Hi Juergen, 

    It is possible, most of the debug related functionality can be accessed through DSS. There is a way of making DSS calls from eclipse plugins. Project management, most of this functionality is based on open source APIs, thus open source documentation could be used here. Same goes for information on how to create eclipse plugins. Having said this, we do not have an official SDK product/documentation or support system in place to help with customer based plugin development. 


    Martin