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.

[参考译文] TMS320F280049:openSession 的板名称和 CPU 名称格式

Guru**** 2874030 points

Other Parts Discussed in Thread: TMS320F280049, C2000WARE

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1404189/tms320f280049-board-name-and-cpu-name-format-for-opensession

器件型号:TMS320F280049
Thread 中讨论的其他器件: C2000WARE

工具与软件:

您好!


在 openSession()中

我们需要提供"Board Name"和"CPU Name"

我正在使用 TMS320F280049控制器 XDS110调试器。 您能不能帮助我写下电路板名称和控制器名称的内容  

现在我将以  openSession ("TMS320F280049_XDS110USB")编写、但其显示一些错误。

参考了 TI 文档、但仍不清楚。

谢谢。此致、

Anil

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

    Anil、您好!

    请 参阅此页面: https://software-dl.ti.com/ccs/esd/documents/users_guide/sdto_dss_handbook.html?highlight=opensession#multiple-debug-sessions-for-multi-core-debug 

    可以在  C:\ti\c2000\C2000Ware_5_02_00_00\device_support\f28004x\common\targetConfigs 中的 C2000Ware 目标配置中找到器件.ccxml。

    此致、

    Allison

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

    您好、Allison:

    以下是 device.ccxml 文件的内容

    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/tixds510icepick_c.xml" id="drivers" xml="tixds510icepick_c.xml" xmlpath="drivers"/>
          <instance XML_version="1.2" href="drivers/tixds510c28x.xml" id="drivers" xml="tixds510c28x.xml" xmlpath="drivers"/>
          <instance XML_version="1.2" href="drivers/tixds510cla2.xml" id="drivers" xml="tixds510cla2.xml" xmlpath="drivers"/>
          <instance XML_version="1.2" href="drivers/tixds510cs_child.xml" id="drivers" xml="tixds510cs_child.xml" xmlpath="drivers"/>
          <property Type="choicelist" Value="4" id="SWD Mode Settings">
            <choice name="cJTAG (1149.7) 2引脚高级模式" value="enable">
              <property Type="choicelist" Value="1" id="XDS110 Aux Port"/>
            </choice>
          </property>
          <platform XML_version="1.2" id="platform_0">
            <instance xml_version="1.2" desc="TMS320F280049_0" href="devices/f280049.xml" id="TMS320F280049_0" xml="f280049.xml" xmlpath="devices"/>
          </platform>
        </connection>
      </configuration>
    </configurations>
     
    但我不确定  此处会给出哪个"Board Name"和"CPU Name"。
    我还引用了您共享的文档、 我编写了这样的文档 openSession ("TMS320F280049_XDS110USB")。   但它不起作用
    一旦我在 Rhino 调试器中运行该行,调试器就会自动关闭。 不知道是什么问题。
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

    Allison 目前在周二9月3日之前不在办公室、因此请预计会有延迟回复。 对此造成的不便、我深表歉意。

    此致、
    Delaney

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

    Anil

    类型的菜单  

    openSession ("Texas Instruments XDS110 USB Debug Probe_0"、"C28xx_CPU1");或 
    openSession ("*"、"C28xx_CPU1");(如果这是唯一连接到 PC 的电路板) 

    此致

    Siddharth