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.

TMDSCNCD28027: error connecting to target emulation failed

Part Number: TMDSCNCD28027
Other Parts Discussed in Thread: CCSTUDIO, TMS320F28027

Hi,

I have connected a XDS110 Debug Probe (connection) and a TMDSCNCD28027 control card (device) to a DRV8301-HC-EVM Rev D. On CCS, I am able to connect to the target. However, when launching the GUI, I get the 

"Restarting Program Model...
Initializing target : C:\ti\guicomposer\webapps\InstaSPIN_F2802xF_UNIVERSAL\appConfig.ccxml
Connecting target: Texas Instruments XDS110 USB Debug Probe_0/C28xx
sun.org.mozilla.javascript.internal.WrappedException: Wrapped com.ti.ccstudio.scripting.environment.ScriptingException: Error connecting to the target: emulation failure occurred (<Unknown source>#14) in <Unknown source> at line number 14Restart Completed."

error. I downloaded my .ccxml file for the 110 Debug Probe into the file and saved it as appConfig.ccxml, because otherwise it is stuck on the 100v2 emulator and I get a similar error. On my TMDSCNCD28027, LD1 is solid green, LD2 is flashing red, and LD3 is solid red. On the DRV board, LED3 is solid green, LED10 is flashing green, LED1 is solid green, and all others are off. 

Here is my .ccxml file. 

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

Best regards,

Sean