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.

Unable to debug with TI cloud MSP430/432

I can not debug, msp430 or MS432 in TI cloud tool, get message " can not read System setup data from XML file ..."

  • Hi,

    I do not get this error at the moment, therefore I suspect it was a glitch on the server. Can you retry and see if the debug starts working again?

    Regards,
    Rafael
  • Just tried again same error
    I have apple computer with Safari Web Browser with latest OS
  • Rajan Sachdeva said:
    I can not debug, msp430 or MS432 in TI cloud tool, get message " can not read System setup data from XML file ..."

    The error message mentions a connection type of DataSnapshotViewer, which is the wrong connection type for a MSP432 Launchpad.

    Try changing the connection type to "TIXDS110_Connection", as per http://processors.wiki.ti.com/index.php/TI_Cloud_Agent#Supported_Devices

  • Thanks for info
    How do I change connection type ?
  • Rajan Sachdeva said:
    How do I change connection type ?

    Normally I use the CCS Desktop, where the Connection Type can be changed from the Project Properties or the Basic tab of the .ccxml viewer.

    Having looked at a project in the CCS Cloud for the first time, the Connection Type isn't shown as part of the project properties and viewing a ccxml file just shows the raw XML.

    In CCS Cloud, if you open the .ccxml file under targetConfigs do you see the following file contents, or does the file reference a DataSnapshotViewer.xml file?

    <?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/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"/>
                <platform XML_version="1.2" id="platform_0">
                    <instance XML_version="1.2" desc="MSP432P401R" href="devices/msp432p401r.xml" id="MSP432P401R" xml="msp432p401r.xml" xmlpath="devices"/>
                </platform>
            </connection>
        </configuration>
    </configurations>

    Copying the above contents into the targetConfigs/MSP432P401R.ccxml file in your CCS Cloud project may fix the error.

  • Yes this works

    Not sure why cloud xml file was diferent

    Thanks

  • Rajan Sachdeva said:
    Not sure why cloud xml file was diferent

    Did the problem occur on a new project, or on an example imported from the Resource Explorer or somewhere else?

  • I do not recall, as I was trying CSS Cloud first time. I did imported example project.