Part Number: UNIFLASH
Other Parts Discussed in Thread: TM4C1290NCPDT
Nice to meet you.
I'm using a translation site, so I'm sorry if there is something wrong with it.
When I start UniFlash with a ccxml file that can be connected with CCS, it fails with an error.
The procedure is as follows.
1. Select the ccxml file used by CCS from "Create Session From Existing Target Configuration File".
2. Select "Flash Image (s)".
3. Click "Load Image (s)".
Why can't UniFlash do it when it's done with CCS?
Am I missing something?
Attach the used ccxml as text.
<?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"/>
<property Type="choicelist" Value="0" id="Power Selection">
<choice Name="Target supplied power" value="0">
<property Type="choicelist" Value="0" id="Voltage Selection">
<choice Name="User specified value" value="1">
<property Type="stringfield" Value="3.3" id="Voltage Level"/>
</choice>
</property>
</choice>
</property>
<property Type="choicelist" Value="1" id="The JTAG TCLK Frequency (MHz)">
<choice Name="Fixed with user specified value" value="SPECIFIC">
<property Type="stringfield" Value="100kHz" id="-- Enter a value from 100.0kHz to 2.5MHz"/>
</choice>
</property>
<platform XML_version="1.2" id="platform_0">
<instance XML_version="1.2" desc="Tiva TM4C1290NCPDT" href="devices/tm4c1290ncpdt.xml" id="Tiva TM4C1290NCPDT" xml="tm4c1290ncpdt.xml" xmlpath="devices"/>
</platform>
</connection>
</configuration>
</configurations>
<Reference>
XDS110
TIVA TM4C1290NCPDT
Code Composer Studio Version: 10.1.0.00010
UniFlash Version: 6.0.0.2710

