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.

CODECOMPOSER: Debugging Issues with CCS 20.00 and AM64x MCU+ SDK Using XDS200 USB Debugger

Part Number: CODECOMPOSER


Tool/software:

Hello,

I am using CCS 20.00 to build and debug examples from the AM64x MCU+ SDK. My debugger is the XDS200 USB Debugger.

The build process completes successfully, but during debugging, when I press F11 to step into included files, I encounter an issue. At some point, I get the following message:
Source file '..\nortos\dpl\r5\HwiP_armv7r_vim.c' was not found.
This prevents me from accessing the corresponding source code.

Additionally, when I try to load the .out file from the Run tab by selecting it in the workspace, the file path points to a non-existent workspace directory, so the file fails to load. As a result (or perhaps unrelatedly), I am also experiencing an issue where moving to a specific line during debugging (move to line) fails.

Could you please provide guidance on what settings or adjustments are required to resolve these issues?

Thank you in advance for your assistance!

  • Hello,

    At some point, I get the following message:
    Source file '..\nortos\dpl\r5\HwiP_armv7r_vim.c' was not found.

    Please see:

    Additionally, when I try to load the .out file from the Run tab by selecting it in the workspace, the file path points to a non-existent workspace directory

    Are you in a current debug session and the you use the menu "Run -> Load -> Load Program"? Or is this something else? A screenshot would be helpful.

    As a result (or perhaps unrelatedly), I am also experiencing an issue where moving to a specific line during debugging (move to line) fails.

    One thing to check is your optimization settings for the project. If optimization is enabled, this can impact such debug actions.

    Thanks

    ki