Hello NXP Support Team,
I am seeking technical assistance regarding a debugging issue with my setup.
My Environment:
* Processor: MPC8270 (PowerQUICC II)
* Debugger: CodeWarrior TAP Probe
* IDE: Metrowerks CodeWarrior (Classic IDE)
* Target: EPPC
The Problem:
I am able to successfully connect to the target and download the code. However, the debugger only displays the Disassembly (Assembler) view.
Observations:
* Symbols/Breakpoints: When I manually open a .c source file and set a breakpoint, a solid red circle appears, indicating that symbols are correctly loaded and mapped to the memory addresses.
* View Modes: Despite the active symbols, the "Mixed Mode" or "Source Mode" buttons do not work. Clicking the "A" button at the bottom of the source window does not toggle the view.
* Search Paths: I have already configured the Source Search Paths in the Target Settings (User Paths) and set them to recursive, pointing to my project's source folders.
* Target Settings: The ELF file is correctly specified in the EPPC Target and Remote Debugging settings.
* Go to Source: The option "Go to Source" is either missing or non-functional when right-clicking in the disassembly window.
It seems the debugger recognizes the link between the binary and the source (as evidenced by the red breakpoints), but it fails to render the source code in the debugger window.
Could you please advis