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.

Code composer 5.5 is in Not Launching



I am trying to launch Code Composer 5.5 from JAVA program using the below code:

env.getserver("CCSSEssion1.1").OpenSession(".*");

However, CODE Composer is not launching and getting error(Debug Server failed).

Please reply me ur solutions.

Thank You!

  • Mahesh Ainapure said:
    env.getserver("CCSSEssion1.1").OpenSession(".*");

    The syntax of the call is incorrect.
     It should be:

    env.getServer("CCSServer.1").openSession(".*");

    However, I'm not sure if this will work with CCSv5 from Java due to some changes in how CCS is launched. My question is, what is it that you need with launching CCS from DSS?

    Thanks

    ki

  • Hi Ki,

            We are writing our test scripts in JAVA. By opening the Code Composee Session we want to debug our test script as well as the Code running on the target, simaltaneously. Nobody can write perfect test scripts or perfect Code which will work "First Time Right", that is why we want to open the Code Composer Session while executing the test scripts.

    In earlier versions 3.x, if CCS was supporting some functionalities and now it has stopped supporting those without any alternative, you can think how dificult it is to handle. We can not afford to cahnge our test scripts and test enviroment every time new version of CCS released.

    From very long time we had been using CCS3.1 with which was supporting VBA scripting. But now CCS 5.5 is not supporting VBA. Because of this we are migrating to .JAVA test scripts.

            So it would help us if you can provide any solution for the problems we are facing because of CCS5.5.

  • I understand. Sorry for all the pains. Starting with CCSv4, we completely changed the software framework that CCS is built on. But be assured that that kind of change is very infrequent. In fact is really the only such change we made in the 14+ years of CCS existence.


    Since JavaScript is the default supported language with DSS, I would recommend using that over any other language. You can be assured that we will always do our best to make sure it is supported and functionality is not removed for it.

    Manish Kumar10 said:
    So it would help us if you can provide any solution for the problems we are facing because of CCS5.5.

    Unfortunately the ability to launch CCS GUI from DSS Java is no longer supported. See my post in a related thread:

    http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/356751/1253426.aspx#1253426

    Sorry.

    ki