Tool/software: Code Composer Studio
I have a board with two separate TMS570s on it which I debug via two separate XDS-110s. I do not need to debug them at the same time. I just wish to be able to choose which processor I am loading with code or debugging.
Currently, I can plug one or the other XDS110s into the USB of my computer. But I would like to chose without doing this. If I plug both in, CCS asks me which one I want to use. This is ideal! However, it does not work. It apparently edits the ccxml file incorrectly and I get a syntax error in the ccxml file as follows:
Cannot read System Setup data from XML file ....TMS570LS0914.ccxml. Error parsing fle: Fatal Error at (11,66): Invalid character reference.
The contents of the ccxml file that was created by CCS is as follows:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<configurations XML_version="1.2" id="configurations_0">
<configuration XML_version="1.2" id="configuration_0">
<instance XML_version="1.2" desc="Texas Instruments XDS110 USB Debug Probe" href="connections/TIXDS110_Connection.xml" id="Texas Instruments XDS110 USB Debug Probe" xml="TIXDS110_Connection.xml" xmlpath="connections"/>
<connection XML_version="1.2" id="Texas Instruments XDS110 USB Debug Probe">
<instance XML_version="1.2" href="drivers/tixds510icepick_c.xml" id="drivers" xml="tixds510icepick_c.xml" xmlpath="drivers"/>
<instance XML_version="1.2" href="drivers/tixds510cs_dap.xml" id="drivers" xml="tixds510cs_dap.xml" xmlpath="drivers"/>
<instance XML_version="1.2" href="drivers/tixds510cortexR.xml" id="drivers" xml="tixds510cortexR.xml" xmlpath="drivers"/>
<property Type="choicelist" Value="1" id="Debug Probe Selection">
<choice Name="Select by serial number" value="0">
<property Type="stringfield" Value="L3122���" id="-- Enter the serial number"/>
</choice>
</property>
<platform XML_version="1.2" id="platform_0">
<instance XML_version="1.2" desc="TMS570LS0914" href="devices/tms570ls0914.xml" id="TMS570LS0914" xml="tms570ls0914.xml" xmlpath="devices"/>
</platform>
</connection>
</configuration>
</configurations>
=================
1) Can you please tell me the correct syntax so that I can edit this file to actually ask me each time which XDS110 I want (or to chose the same one always)
2) I'd like to report this as a bug in CCS 8.3.0.00009
Thanks...