I have a Java application that starts CCS via DSS.
m_dssScriptEnv.getServer("CCSServer.1").openSession(".*");
This works perfectly under CCSv4 and brings up the CCS user interface without problems.
When I change the path used to locate the various components from CCSv4 to CCSv5, no CCS user interface appears.
The two paths are:
E:\Texas Instruments\ccsv4\DebugServer -- this works
C:\ti\ccsv5\ccs_base\DebugServer -- this fails
Is there any documentation that describes the changes from CCSv4 to CCSv5 in this area?
There does not seem to be an equivalent for CCSv5 of "http://processors.wiki.ti.com/index.php/Java_Scripting_with_DSS"