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 studio problem

Hi team,

I am working on the code composer studio i found a issue with the CCS that is i am able to load the program to the CCS while debugging it is getting debugged after that debugging control will not comes to the main function. this is the problem i am facing now  and i have been using the CCSV4 version need to resolve this issue ASAP. Pls give me an solution for this one its an urgent one pls consider this as high priority.

Regards,

Venkatakrishna G.

  • Hello,

    I am working on the code composer studio i found a issue with the CCS that is i am able to load the program to the CCS while debugging it is getting debugged after that debugging control will not comes to the main function.

    It looks like there is some issue with either your program or your target board. When you halt the target after program load, I assume you are halted somewhere before the main routine. Try disabling the auto-run option and see if the program is at the correct entry point after loading. Then try stepping to see what happens before you get to main.

    Good luck

    ki