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.

Flash to Debug? Part 2

Amit Ashara

Hello user4170980,

Yes it is possible to do so in CCSv6. I will try to put the steps.

1. In CCS go to View -> Target Configuration

2. In the User Defined Section of the Target Configuration Window select "New Target Configuration"

3. Give the Target Configuration a Name like "MyNewConfiguration.ccxml" and click "Finish"

4. Then select the Connection, Device options and save the configuration

5. Right Click the Target Configuration and select "Launch Selected Configuration"

6. This will launch the debug windows. The right click in the "Debug window" and select "Connect Target".

After this you can load the Symbol file (.out) and debug w/o re-flashing.

Regards

Amit

I am reposting this because I ticked the verified answer too soon, and am getting no response to this question. I achieve steps 1 to 6 but the associating of the source file is eluding me.

I cannot associate the source files with the manual debug session no matter what I do. Here is my sequence:
1. Bottom Right Hand Pane (Target Configurations)
a. Right Click - MyDebugTargetConfiguration.ccxml
b. Select - Launch Selected Configuration

2. Top Left Hand Pane (Debug)
There are 2 lines displayed:
1a. MyDebugTargetConfiguration.ccxml[Code Composer Studio Device Debugging]
1b. Stellaris In-Circuit Debug Interface_0/CORTEX_M4_0 (Disconnected Unknown)

If I right click on 1a or 1b and select: Connect Target
the I get a third line:
1c. 0x00000C3A (no symbols defined for 0x00000C3A)

I also get a disassembly view which can be stepped through, but no symbols etc. I have tried the obvious (edit source lookup)
but cannot associate the .out file with the manual debug session.

Your advice would be appreciated.