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.

Stop... Please stop... CCSv5.1.1.00031



I am running a program in the debugger from the command line. The program performs some operations then should stop running. But it continues to run until the process is killed.

I am calling exit() to terminate the program. I verified that the program stops when running in the IDE. The program stopped as expected when running a similar program from the command line in CCSv4.

In the java script I set a timeout of 180 seconds.  In the log I find the statement, "Timed out after 180000ms" But still it does not stop.

Any idea how to make it stop?

  • Hi Kurt,

    Is the program actually running when running via script? Looking at the attached log, it looks like it is hanging after the program restart and not during a synchronous run.

    ki

  • and I see two other things not right

    1) sequence #51 says, "Your evaluation period has expired. To continue to use Code Composer Studio, you will need to obtain a new license file."

    2) seq #72 says, "ENTRY sSymbol: _RTDX_JTAGONLY".  In CCSv4 I had to specify 'bios.RTDX.MODE = "Simulator"'. Do I need to do the same in CCSv5?  Maybe that is why it is not running...

    I do not see where it is hanging.