Hello! I tried all settings with my XDS100v3 and everytime receive this kind error:
C28xx: Error connecting to the target: (Error -516 @ 0x0) The user selected specific frequency failed the scan-path reliability test. The utility or debugger requested the JTAG controller and cable, that generate the JTAG clock, to provide a user selected fixed frequency. The built-in scan-path reliability test has failed. This indicates that the JTAG controller and its cable cannot reliably communicate with the target system at that frequency. (Emulation package 6.0.407.3)
http://joxi.ru/gmvb1V8FLyVJlm
TMS320F28035 CodeComposer V6
Under XDS100v2 all debugging is fine.
That is my configuration 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 XDS100v3 USB Debug Probe_0">
<instance XML_version="1.2" desc="Texas Instruments XDS100v3 USB Debug Probe_0" href="connections/TIXDS100v3_Dot7_Connection.xml" id="Texas Instruments XDS100v3 USB Debug Probe_0" xml="TIXDS100v3_Dot7_Connection.xml" xmlpath="connections"/>
<connection XML_version="1.2" id="Texas Instruments XDS100v3 USB Debug Probe_0">
<instance XML_version="1.2" href="drivers/tixds100v2c28x.xml" id="drivers" xml="tixds100v2c28x.xml" xmlpath="drivers"/>
<instance XML_version="1.2" href="drivers/tixds100v2cla.xml" id="drivers" xml="tixds100v2cla.xml" xmlpath="drivers"/>
<property Type="choicelist" Value="0" id="The Converter Usage">
<choice Name="Its bypassed, use 1149.1, mimic XDS100v2" value="nothing">
<property Type="choicelist" Value="3" id="The Emulator 1149.1 Frequency">
<choice Name="Fixed with user specified slower value" value="specific">
<property Type="stringfield" Value="488KHz" id="-- Enter a value from 488Hz to 1.0MHz"/>
</choice>
<choice Name="Adaptive with user specified limit" value="adaptive">
<property Type="stringfield" Value="1MHz" id="-- Enter a value from 488Hz to 30.0MHz"/>
</choice>
</property>
</choice>
<choice Name="Generate 1149.7 4-pin standard mode" value="enable">
<property Type="choicelist" Value="1" id="The Emulator 1149.1 Frequency">
<choice Name="Adaptive with user specified limit" value="adaptive">
<property Type="stringfield" Value="500Hz" id="-- Enter a value from 488Hz to 30.0MHz"/>
</choice>
</property>
</choice>
</property>
<platform XML_version="1.2" id="platform_0">
<instance XML_version="1.2" desc="TMS320F28035_0" href="devices/f28035.xml" id="TMS320F28035_0" xml="f28035.xml" xmlpath="devices"/>
</platform>
</connection>
</configuration>
</configurations>