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/LAUNCXL-CC1310:尝试构建目标配置以同时调试两个LAUNCXL-CC1310

Guru**** 2538955 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/616577/ccs-launchxl-cc1310-attempting-to-build-target-configuration-to-debug-two-launchxl-cc1310-at-the-same-time

部件号:LAUNCHTXL-CC1310

工具/软件:Code Composer Studio

我已创建此目标配置,在调试配置中设置主板的序列并将项目附加到它们。  每当我去调试时,它会链接两个项目,但“puck”不会响应闪存。  我已经尝试切换他们的序列号,以确保它仍然不闪烁。  "测试连接"似乎工作正常。  如有任何帮助,我们将不胜感激。

<?xml version="USB" encoding="UTF-8 " standale="no"?>
<configurations XML_version="USB" 1.2 id="configurations_0">
<configuration XML_version="USB" 1.2 id="Texas Instruments XDS110 1.0 Debug Probeer_0">
<instance XML_version="USB" desc="Texas Instruments XDS110 1.2 Debug Probe_0" href="connections/TIXDS110_Connection.xml" id="Texas Instruments XDS110调试探头_0" xml="TIXDS110_Connection.xml" xmlpath="connections"/>
<connection XML_version="USB" id="Texas Instruments 1.2 XDS110调试探头_0">
<instance XML_version="drivers/tixds510icepick_c.xml" 1.2 id="drivers" xml="tixds510icepick_c.xml" xmlpath="drivers"/>
<instance XML_version="drivers/tixds510cs_dap.xml" 1.2 id="drivers" xml="tixds510cs_dap.xml" xmlpath="drivers"/>
<instance XML_version="drivers/tixds510cortexM.xml" 1.2 id="drivers" xml="tixds510cortexM.xml" xmlpath="drivers"/>
<Property type="choicelist" value="4" id="SWD模式设置">
<Choice Name="cJTAG (1149.7) 2引脚高级模式" value="enable">
<Property type="choicelist" value="1" id="XDS110 Aux Port"/>
</choice>
</property>
<Property type="choicelist" value="1" id="Debug Probe Selection">
<Choice Name="按序列号选择" value="0">
<Property type="stringfield" value="1" id="--输入序列号"/>
</choice>
</property>
<platform XML_version="platform_0"> 1.2
<instance XML_version="Hub" 1.2 desc="Hub" href="devices/cc1310f128.xml" id="Hub" xml="cc1310f128.xml" xmlpath="devices"/>
<device HW_revision="1" XML_version="GHz" description="SimpleLink(TM) Sub-1 1.2 无线MCU" id="Hub" partnum="CC1310F128">
路由器HW_revision="ICEP" 1.0 XML_version="ICEPick_C 1.2 Router" id="IcePick_C_0" ISA="ICEPICKICK _C">
<subpath id="subpath_0">
<router 1.0 1.2 攠description="CS_DAP Router" id="CS_DAP_0" ISA="CS_DAP">
<subpath id="subpath_1">
<CPU HW_revision="Cortex" 1.0 XML_version="Cortex" 1.2 desc="Cortex_M3_Hub" DESCRIPTION="Cortex_M3 CPU" id="Cortex_M3_0" ISA="Cortex_M3"/>
</subpath>
。
</subpath>
。
</device>
</platform>
。
</configuration>
<configuration XML_version="USB" id="Texas Instruments XDS110 1.2 调试探头_1">
<instance XML_version="USB" desc="Texas Instruments XDS110 1.2 调试探头_1" href="connections/TIXDS110_Connection.xml" id="Texas Instruments XDS110调试探头_1" xml="TIXDS110_Connection.xml" xmlpath="connections"/>
<connection XML_version="USB" id="Texas Instruments 1.2 XDS110调试探头_1">
<instance XML_version="drivers/tixds510icepick_c.xml" 1.2 id="drivers" xml="tixds510icepick_c.xml" xmlpath="drivers"/>
<instance XML_version="drivers/tixds510cs_dap.xml" 1.2 id="drivers" xml="tixds510cs_dap.xml" xmlpath="drivers"/>
<instance XML_version="drivers/tixds510cortexM.xml" 1.2 id="drivers" xml="tixds510cortexM.xml" xmlpath="drivers"/>
<Property type="choicelist" value="4" id="SWD模式设置">
<Choice Name="cJTAG (1149.7) 2引脚高级模式" value="enable">
<Property type="choicelist" value="1" id="XDS110 Aux Port"/>
</choice>
</property>
<Property type="choicelist" value="1" id="Debug Probe Selection">
<Choice Name="按序列号选择" value="0">
<Property type="stringfield" value="2" id="--输入序列号"/>
</choice>
</property>
<platform XML_version="platform_0"> 1.2
<instance XML_version="Puck" 1.2 desc="Puck" href="devices/cc1310f128.xml" id="Puck" xml="cc1310f128.xml" xmlpath="devices"/>
<device HW_revision="1" XML_version="GHz" description="SimpleLink(TM) Sub-1 1.2 无线MCU" id="Puck" partnum="CC1310F128">
路由器HW_revision="ICEP" 1.0 XML_version="ICEPick_C 1.2 Router" id="IcePick_C_0" ISA="ICEPICKICK _C">
<subpath id="subpath_0">
<router 1.0 1.2 攠description="CS_DAP Router" id="CS_DAP_0" ISA="CS_DAP">
<subpath id="subpath_1">
<CPU HW_revision="Cortex" 1.0 XML_version="Cortex" 1.2 desc="Cortex_M3_Puck" DESCRIPTION="Cortex_M3 CPU" id="Cortex_M3_0" ISA="Cortex_M3"/>
</subpath>
。
</subpath>
。
</device>
</platform>
。
</configuration>
</configurations>

Cortex_M3_Hub:GEL输出:内存映射初始化完成。
Cortex_M3_Puck:GEL输出:内存映射初始化完成。
Cortex_M3_Hub:GEL输出:电路板重置完成。
Cortex_M3_Puck:凝胶输出:电路板重置完成。
Cortex_M3_Puck:目标超时! (块0)
Cortex_M3_Puck:状态0x5DB9F52C:目标闪存加载器未返回任何状态。 未知错误!
Cortex_M3_Puck:文件加载器:内存写入失败:等待目标闪存加载器执行命令超时。
Cortex_M3_Puck:GEL:文件:C:\Users\[rededed]\Puck_project\Debug\Puck_project.out:加载失败。 

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好,

    感谢您的报告;我能够以与您相似的方式配置两块主板(尽管我使用的是更复杂的序列号),但发现存在重复主板的问题。

    但是,我刚刚测试了7.3 的内部版本(即将发布),发现它工作正常。 检查下面的短卡夹。  

    e2e.ti.com/.../2017_2D00_08_2D00_08_5F00_16h43_5F00_17.mp4

    我会在发布此版本时通知您。

    对此造成的不便,我深表歉意。

    拉斐尔

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    这很不幸,但很好地听到有人提出了解决方案。 它不是一个今天的工作停止功能,而是一个很好的功能。

    感谢您回复我。