


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的话可以烧写调试吗?
您先按着下面这个链接中Troubleshooting部分,检查一下调试器的驱动有没有正确安装:
https://software-dl.ti.com/ccs/esd/documents/xdsdebugprobes/emu_xds110.html#troubleshooting
还有安装路径、用户文件夹路径、项目的路径都要避免出现中文。
建议您先尝试使用一下别的版本的UniFlash:
我这边没有办法复现您的问题,不过我发现了几个点:
1.MSP-EXP432P401R LaunchPad 上的板载调试器是XDS110,不是Stellaris In-Circuit Debug Interface;而且我这边用UniFlash7.2.0显示的和您不一样,如下图所示:

建议您手动选择为XDS110,如下图所示:

还有您的这个第一张图片字体有些重叠,我不知道是什么原因导致这个问题,如果可以的话您能上传一张清晰点的吗。
2.这里您无需勾选binary

如果还是没能解决您的问题的话,请您把您的烧写流程的详细操作步骤告诉我,我再和其他工程师讨论一下。
找开uniflash 7.2-->(检测到MSP432P401R)Start-->Flash image(选择我们二进制烧录文件 .bin-->进入Program wait.(不到一秒就弹出红色提示)
用CCs是能正常烧录的
我再跟您确认一下,用CCS也是可以烧写的吧?
您好,您能提供一下这个文件吗:
C:\Users\yflwz\AppData\Local\Temp\ti_cloud_storage\uniflash_temp.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"/>
<property Type="choicelist" id="dataFileRequired" desc="Board Data File" Value="0">
<choice value="auto generate with extra config file">
<property Type="filepathfield" Value="0" id="dataFileExtraConfig" desc="Extra Config File" Extensions="Config Files (*.dat)|*.dat|All Files (*.*)|*.*||"/>
</choice>
<choice value="specify custom">
<property Type="filepathfield" Value="0" id="dataFile" desc="Custom Board.dat file" Extensions="Config Files (*.dat)|*.dat|All Files (*.*)|*.*||"/>
</choice>
</property>
<property Type="choicelist" Value="1" id="Debug Probe Selection">
<choice Name="Select by serial number" value="0">
<property Type="stringfield" Value="M4321005" id="-- Enter the serial number"/>
</choice>
</property>
<property id="Power Selection" Type="choicelist" Value="0">
<choice Name="Target supplied power" value="0">
<property id="Voltage Selection" Type="choicelist" Value="0">
<choice Name="User specified value" value="1">
<property id="Voltage Level" Type="stringfield" Value="0"/>
</choice>
</property>
</choice>
<choice Name="Probe supplied power" value="1">
<property id="Voltage Level" Type="stringfield" Value="0"/>
</choice>
</property>
<property Type="choicelist" Value="2" id="The JTAG TCLK Frequency (MHz)">
<choice Name="Fixed with user selected faster value" value="SPECIFIC">
<property id="Select TCK Setting" Type="choicelist" Value="2"/>
</choice>
</property>
<property id="SWD Mode Settings" desc="JTAG / SWD / cJTAG Mode" Type="choicelist" Value="2"/>
<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>
您能否提供实际的 .ccxml 文件,而不单单是文件中的内容?我们想确保实际文件的格式正确。
您可以通过编辑框下方的 插入-->图像/视频/文件 来插入文件