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.

CCS: No access to connect and load a program

Tool/software: Code Composer Studio

Hello! Why buttons:  "connect to target"  and "load a program" are grey = not available for using?  CCS v6 target F28034.

It is impossible only to connect to target without pressing debug button. And It is impossible to load .out file

to target without debug.   How to do it?

http://joxi.ru/KAgP5JZu44Ek7r

  • The screen capture shows that you are in the CCS Debug perspective in a terminated debug session. Are you looking for a way to relaunch the debugger directly from that view? If so, there is a list of recent debug launches available if you click the down-arrow in the green bug button. From there you can select a configuration to launch.

    |
    If you are instead looking to launch the debugger and have manual control over the connect and load steps (rather than letting the green bug button do everything for you), then you can do that by following the steps described here: http://processors.wiki.ti.com/index.php/Debug_Handbook_for_CCS#Manual_launch

    Please let me know if this helps or if I have misunderstood your question.

  • Thank, AartiG . Yes it works. I read the article and found out the way to go. It needs first to launch debugger ( not through Run). Then to connect a target. And then Load program menu is appeared and I loaded the program. Without even an opening a project. That is what I desired. Thank you for your help!