Hello,
Can I change the color of the program counter mark each core using same C program at the multi core debugging? Or, let me know how to select one arrow mark of program counter for target core only.
I am using CCS5.1 with C6678EVM. Two or more program counter marks display one of the C editor/debugging window with other cores debugging at the same C program. I am confused which core points it.
Thanks,Kenshow
Kenshow,
Sorry, unfortunately I couldn't find a way to individualize the Program Counter arrow for each core.
I will check a few other details and probably file an enhancement.
Regards,
Rafael
I filed an enhancement today under the number SDSCM00043913. Please check its status in the SDOWP link in my signature below.
Rafael,
Thank you for your arrangement. I am looking forward the improvement.
regards,
Kenshow
Kenshow,Another option is see which PC arrow corresponds to which CPU by clicking on the CPU in the debug view and watching the line in the editor get highlighted in light blue.See slide 6 of the ppt in: software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/ccs_training/modules/multi-core_debugging/CCSv5-Multi-core_Debugging-Materials.zipThankski
-----------------------------------
Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.
Did you read the CCS Forum Guidelines & FAQ? If not, PLEASE read it. If you haven't read it in awhile, please read it again to see if any updates were made.
Having CCSv5 problems? Check out the CCSv5 Troubleshooting Guide
Click here to track an issue. Enter your bug id in the "Find Record ID" box
Hi ki,
I solved my question. Thanks for useful information. I haven't noticed because the highlighting and background of my CCS editor were similar color. I changed the color setting of “current line highlight” and ”Debug Current Instruction Pointer” as follows:
Regards