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.

CCS/CODECOMPOSER: Thanks for the new dialog, minor issue though.

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: CC1310

Tool/software: Code Composer Studio

I have been patiently awaiting this new release (7.3) so as soon as I saw it I was all over it.  I really love the new dialog for when target config doesn't match hardware but it appears to be trying to modify the target config and failing.  Also the serial never seems to match even though it's entered correctly.  The hardware is a pair of CC1310 if that at all matters.

Search Term:
Cannot read System Setup data from XML

Serial bug?

This is fantastic though



But then this happens:



and the target config becomes this mess:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<configurations XML_version="1.2" id="configurations_0">
    <configuration XML_version="1.2" id="Texas Instruments XDS110 USB Debug Probe_0">
        <instance XML_version="1.2" desc="Texas Instruments XDS110 USB Debug Probe_0" href="connections/TIXDS110_Connection.xml" id="Texas Instruments XDS110 USB Debug Probe_0" xml="TIXDS110_Connection.xml" xmlpath="connections"/>
        <connection XML_version="1.2" id="Texas Instruments XDS110 USB Debug Probe_0">
            <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/tixds510cortexM.xml" id="drivers" xml="tixds510cortexM.xml" xmlpath="drivers"/>
            <property Type="choicelist" Value="4" id="SWD Mode Settings">
                <choice Name="cJTAG (1149.7) 2-pin advanced modes" value="enable">
                    <property Type="choicelist" Value="1" id="XDS110 Aux Port"/>
                </choice>
            </property>
            <property Type="choicelist" Value="1" id="Debug Probe Selection">
                <choice Name="Select by serial number" value="0">
                    <property Type="stringfield" Value="01&#0;&#0;&#0;&#0;&#0;&#0;" id="-- Enter the serial number"/>
                </choice>
            </property>
            <platform XML_version="1.2" id="platform_0">
                <instance XML_version="1.2" desc="CC1310F128_0" href="devices/cc1310f128.xml" id="CC1310F128_0" xml="cc1310f128.xml" xmlpath="devices"/>
            </platform>
        </connection>
    </configuration>
</configurations>

TIA

  • Hi Adam,
    The issue appears to be that it is expecting a the serial number to be an eight character string. I'm not sure if this is a hard requirement but the xdsdfu utility seems to indicate that a serial number is eight characters. Did you set the serial numbers manually to '01' and '2'?

    Thanks
    ki
  • Yes, it was a sloppy thing I set for debug one day. Hadn't been an issue before this version so I was operating on an edge case before I guess.

    After setting both serials to 8 characters everything works as expected.

    Thanks