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: Constant toggling between Disassembly window and "No source available", after each step

Tool/software: Code Composer Studio

Hello,

I'm trying to step through boot code, in a disassembly window.  But after each F6/F5 step, it reverts back to the "No source available for xxxxx address" window, which makes getting through the stepping cumbersone.  Is there any way to keep the focus on the disassembly window, without reverting back to the "No source available" window after each step?

Below are pictures of the Disassembly window, and then what happens after stepping each time.

Regards,

Robert

  • Hello,

    Robert Wolfe said:
    Is there any way to keep the focus on the disassembly window, without reverting back to the "No source available" window after each step?

    In newer version of CCS, there is an option for this:

    Looks like you are using an older version of CCS. If this functionality is important for you, you may want to update your CCS version (CCS 10.1 just came out today)

    Thanks

    ki

  • Thanks.  I have to stay at CCSV7 for the time being.  Will look forward to this capability, whenever the project can move beyond that.

    Robert