Other Parts Discussed in Thread: TMDX570LC43HDK
Tool/software: Code Composer Studio
Hello,
We've purchased the XDS560v2 Pro Trace emulator tool, and we've been successful in using it to program and debug our application. We would also like to use the tool for hardware tracing/code coverage, however we're running into problems. Specifically, I get the following error when I attempt to perform tracing:
The procedure I'm following to attempt hardware tracing is as follows:
1) Create a target configuration file for the Spectrum Digital XDSPRO USB Emulator connection with the TMS570LC43xx board/device selection:
2) Saving/testing the configuration
3) Right-clicking the target configuration .ccxml file just created in the Target Configurations view, and selecting Launch Selected Configuration
4) Right-clicking the processor target in the Debug window and selecting Connect Target
5) Selecting the same target again, but now going to Load -> Load Program... and uploading/running my application binary
6) Going to Tools -> Hardware Trace -> Code Coverage, switching the Transport Type to Pro Trace and taking the rest of the settings at default
7) Starting the hardware trace from here (Leads to error)
At this point, I get stuck at "XDSPRO is establishing the communication link for CortexR5" for about ~1-2 minutes, before I receive the error message
Everything up to the start of the hardware tracing (a.k.a. flashing/debugging the application) works perfectly.
Hardware wise, we have a fully-designed PCB that utilizes the TMS570LC4357 processor. It has the same 60-pin connector as the TMDX570LC43HDK, and we used the same routing as that board in our PCB. I thought that we might have made a mistake in the routing and/or did not properly lay out the traces on the PCB, so I went back to the HDK and attempted to do code coverage/hardware tracing on that board - no luck. Am I setting up the configuration file or CCS incorrectly for this functionality?
Thank you,
James