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!