Hello ,
I am using TMDS64GPEVM and I need to debug the application , Does Spectrum Digital XDS560v2 STM support the debugging on this target ?
and if yes , Where can I find the target specific file ?
Thanks in advance
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.
Hello ,
I am using TMDS64GPEVM and I need to debug the application , Does Spectrum Digital XDS560v2 STM support the debugging on this target ?
and if yes , Where can I find the target specific file ?
Thanks in advance
Mohamed,
The Spectrum Digital XDS560v2 supports AM64x. I believe the board has a 60pin MIPI header for connecting an XDS560v2.
What version of CCS are you running? You will need to be running a pretty recent version to have support for AM64x included. CCSv10.4 is the latest. CCS does not ship with target configuration (.ccxml) files for each device and debug probe combination. Instead you use the target configuration editor to select the debug probe you are using (Spectrum Digital XDS560v2) and device you are using (AM6442).
If you are developing for the R5 or M4 cores on the device the SDK has example projects that include target configurations:
https://dev.ti.com/tirex/explore/node?node=AEDlDCMp4H7KtrtX4cN7xw__rN4Qml4__LATEST
The SDK is also available from Resource Explorer inside CCS.
Regards,
John
I am using CCSv10.4.I tried to create a new target configuration but when I tried to test the connect I got this error
This error is generated by TI's USCIF driver or utilities.
The value is '-233' (0xffffff17).
The title is 'SC_ERR_PATH_BROKEN'.
The explanation is:
The JTAG IR and DR scan-paths cannot circulate bits, they may be broken.
An attempt to scan the JTAG scan-path has failed.
The target's JTAG scan-path appears to be broken
with a stuck-at-ones or stuck-at-zero fault.
[End: Spectrum Digital XDS560V2 STM USB Emulator_0]
Ok that error basically means that CCS is not able to scan the JTAG path.
What happens if you try to use the onboard XDS110 that is present on that board?
I do not have this board but I know that there is a specific power-on sequence that needs to be followed that is covered in section 3.3 of the User's Guide: https://www.ti.com/lit/ug/spruix0c/spruix0c.pdf?ts=1626106656905&ref_url=https%253A%252F%252Fwww.ti.com%252Ftool%252FTMDS64GPEVM
The reason I mention that is that I found another thread with the same error and that was happening as power was not being supplied to the board correctly.
Regards,
John