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/MSP432E401Y: Problem launching new CCS debug session

Part Number: MSP432E401Y
Other Parts Discussed in Thread: SYSCONFIG

Tool/software: Code Composer Studio

Hi,

I am using CCS 7.4 on Linux (Centos). I was able to use CCS with debug session without problems for a long time until recently. Now when I create new workspace or add a new project to an existing workspace, then launch debug session, I always get the following error. I can still work with old projects but can't create new project or workspace. The two files mentioned in the error message are attached.

Thanks,

Qiuping Li

MSP432E401Y.ccxml:

-----------------------------------

<?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="MSP432E401Y" href="devices/msp432e401y.xml" id="MSP432E401Y" xml="msp432e401y.xml" xmlpath="devices"/>
            </platform>
        </connection>
    </configuration>
</configurations>

TMS192C2000_regids.xml

-----------------------------------------------------

<?xml version="1.0" encoding="UTF-8"?>

<register_ids XML_version="2.0" id="TMS192C2000"><register_id id="CALC_PID" value="0x00058000" address="0" page="0"><register_id id="CALC_PID" page="0" address="0" value="0x00058000"/><register_id id="CALC_COUNT" value="0x00058004" address="0" page="0"><register_id id="CALC_COUNT" page="0" address="0" value="0x00058004"/><register_id id="CALC_CTRL" value="0x00058008" address="0" page="0"><register_id id="CALC_CTRL" page="0" address="0" value="0x00058008"/><register_id id="CALC_TEST" value="0x0005800c" address="0" page="0"><register_id id="CALC_TEST" page="0" address="0" value="0x0005800c"/><register_id id="CALC_MODE" value="0x00058010" address="0" page="0"><register_id id="CALC_MODE" page="0" address="0" value="0x00058010"/><register_id id="CALC_FWDQ_RND_INTRA" value="0x00058014" address="0" page="0"><register_id id="CALC_FWDQ_RND_INTRA" page="0" address="0" value="0x00058014"/><register_id id="CALC_FWDQ_RND_INTER" value="0x00058018" address="0" page="0"><register_id id="CALC_FWDQ_RND_INTER" page="0" address="0" value="0x00058018"/><register_id id="CALC_VP7_MB_FEATURE_DATA_3" value="0x0005801c" address="0" page="0"><register_id id="CALC_VP7_MB_FEATURE_DATA_3" page="0" address="0" value="0x0005801c"/><register_id id="CALC_FWDQ_RND_INTRA_DC" value="0x00058020" address="0" page="0"><register_id id="CALC_FWDQ_RND_INTRA_DC" page="0" address="0" value="0x00058020"/><register_id id="CALC_FWDQ_RND_INTER_DC" value="0x00058024" address="0" page="0"><register_id id="CALC_FWDQ_RND_INTER_DC" page="0" address="0" value="0x00058024"/><register_id id="DBG_CAP" value="0x00062080" address="0" page="0"><register_id id="DBG_CAP" page="0" address="0" value="0x00062080"/><register_id id="DBG_CNTL" value="0x00062084" address="0" page="0"><register_id id="DBG_CNTL" page="0" address="0" value="0x00062084"/><register_id id="SYNCBOX_REVISION" value="0x00062000" address="0" page="0"><register_id id="SYNCBOX_REVISION" page="0" address="0" value="0x00062000"/><register_id id="SYSCONFIG" value="0x00062010" address="0" page="0"><register_id id="SYSCONFIG" page="0" address="0" value="0x00062010"/><register_id id="RXMESSAGE" value="0x00062040" address="0" page="0"><register_id id="RXMESSAGE" page="0" address="0" value="0x00062040"/><register_id id="NODEIDENTIFIER" value="0x00062044" address="0" page="0"><register_id id="NODEIDENTIFIER" page="0" address="0" value="0x00062044"/><register_id id="ERRORMSGDEST" value="0x00062048" address="0" page="0"><register_id id="ERRORMSGDEST" page="0" address="0" value="0x00062048"/><register_id id="ERRORLOG" value="0x0006204c" address="0" page="0"><register_id id="ERRORLOG" page="0" address="0" value="0x0006204c"/><register_id id="ASYNCEVENTACKREQ" value="0x00062050" address="0" page="0"><register_id id="ASYNCEVENTACKREQ" page="0" address="0" value="0x00062050"/><register_id id="PARAMADDR_MOD" value="0x00062054" address="0" page="0"><register_id id="PARAMADDR_MOD" page="0" address="0" value="0x00062054"/><register_id id="STATUS" value="0x00062060" address="0" page="0"><register_id id="STATUS" page="0" address="0" value="0x00062060"/></register_ids>

  • Attach CCS error message.

  • Qiuping Li said:
    Now when I create new workspace or add a new project to an existing workspace, then launch debug session, I always get the following error. I can still work with old projects but can't create new project or workspace. The two files mentioned in the error message are attached.

    Have you been working with the same target the whole time?

    Basically, for the old projects (that still work) and the new projects (that don't), are you using the same target configuration?

    Thanks

    ki

  • Hi, Ki

    Yes I have been using the same target and the same configuration.

    Thanks,

    Qiuping

  • That is odd. Can you attach the TMS192C2000_regids.xml file to this thread?

    Thanks
    ki
  • <?xml version="1.0" encoding="UTF-8"?>
    
    <register_ids id="TMS192C2000" XML_version="2.0">
    
        <register_id id="CALC_PID"                   value="0x00058000" address="0" page="0"/>
        <register_id id="CALC_COUNT"                 value="0x00058004" address="0" page="0"/>
        <register_id id="CALC_CTRL"                  value="0x00058008" address="0" page="0"/>
        <register_id id="CALC_TEST"                  value="0x0005800c" address="0" page="0"/>
        <register_id id="CALC_MODE"                  value="0x00058010" address="0" page="0"/>
        <register_id id="CALC_FWDQ_RND_INTRA"        value="0x00058014" address="0" page="0"/>
        <register_id id="CALC_FWDQ_RND_INTER"        value="0x00058018" address="0" page="0"/>
        <register_id id="CALC_VP7_MB_FEATURE_DATA_3" value="0x0005801c" address="0" page="0"/>
        <register_id id="CALC_FWDQ_RND_INTRA_DC"     value="0x00058020" address="0" page="0"/>	
        <register_id id="CALC_FWDQ_RND_INTER_DC"     value="0x00058024" address="0" page="0"/>
    
        <register_id id="DBG_CAP"  value="0x00062080" address="0" page="0"/>
        <register_id id="DBG_CNTL" value="0x00062084" address="0" page="0"/>
    
        <register_id id="SYNCBOX_REVISION" value="0x00062000" address="0" page="0"/>
        <register_id id="SYSCONFIG"        value="0x00062010" address="0" page="0"/>
        <register_id id="RXMESSAGE"        value="0x00062040" address="0" page="0"/>
        <register_id id="NODEIDENTIFIER"   value="0x00062044" address="0" page="0"/>
        <register_id id="ERRORMSGDEST"     value="0x00062048" address="0" page="0"/>
        <register_id id="ERRORLOG"         value="0x0006204c" address="0" page="0"/>
        <register_id id="ASYNCEVENTACKREQ" value="0x00062050" address="0" page="0"/>
        <register_id id="PARAMADDR_MOD"    value="0x00062054" address="0" page="0"/>
        <register_id id="STATUS"           value="0x00062060" address="0" page="0"/>
    
    </register_ids>
    

  • Ki, Please see the file attached. Thanks, Qiuping Li
  • Qiuping,
    Sorry for the delayed response. I see no issue with the xml file you provided. It looks fine and I dropped it into CCS 7.4 of my linux laptop and was able to start a debug session without isuse.

    Can you try some of the following:

    -Use a clean new workspace folder
    -Delete the MSP432E401Y.ccxm file and create a new one
    -Delete all launch and target cache files: processors.wiki.ti.com/.../Troubleshooting_CCSv7

    let me know the result of these attemps

    Thanks
    ki
  • Hello,
    I haven’t heard back from you, I’m assuming you were able to resolve your issue. If not, please post a reply with an update below (or create a new thread).

    thanks,
    ki