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.

How to use C Interface with Debug Server for JTAG Access

Hello Support,

I need to write a custom C Program for our Test Support related to TI Processor being used here with Spectrum Digital XDS510USB Adapter

Can you please point to me a document which will describe which Debug Server Library I need to link to my C Program and the respective Function Call API?

Thank you.
Regards
Pashan

 

  • Hi Pashan,

    Javascript and Java can natively interface to the Debug Server APIs (DSS). C/C++ support is possible but would requre custom JNI and/or RPC code to allow the native C++ code to interact with DSS APIs.

    Basically yo use any other language besides java/javascript, you need to find a way for the language to interface with the DSS Java APIs. People have found solutions with Perl, TCL, Python but I have not heard of anyone using it from C. Sorry.

    ki