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.

[参考译文] MSPM0C1104:Uniflash 固件编程频率

Guru**** 2390755 points
Other Parts Discussed in Thread: UNIFLASH

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1519319/mspm0c1104-uniflash-firmware-programming-frequency

器件型号:MSPM0C1104
Thread 中讨论的其他器件:UNIFLASH

工具/软件:

您好、

我的客户询问使用 Uniflash + XDS110时的固件编程频率。

Q1)默认使用哪个频率?
q2)用户是否可以更改频率? 如果是、如何实现?

谢谢。此致、
田代浩一郎

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

    尊敬的 Koichiro:
    默认使用的频率应为1MHz。 要修改此内容、客户需要 基于生成的.ccxml 创建会话、因为此选项可以通过 de .ccxml 文件 AKA 目标配置进行修改。

    此致、

    Diego Abad

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

    尊敬的 Diego:

    您能否准确指出应该在.ccxml 文件中修改哪个器件?
    以下是 Uniflash 生成的.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/tixds510cortexM0.xml" id="drivers" xml="tixds510cortexM0.xml" xmlpath="drivers"/>
            	
            		   <instance XML_version="1.2" href="drivers/tixds510sec_ap.xml" id="drivers" xml="tixds510sec_ap.xml" xmlpath="drivers"/>
            	
                
                      <property Type="choicelist" Value="1" id="The JTAG TCLK Frequency (MHz)">
      <choice Name="Fixed with user specified value" value="SPECIFIC">
        <property id="-- Enter a value from 100.0kHz to 2.5MHz" Type="stringfield" Value="1MHz"/>
      </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="MSPM0C1103" href="devices/MSPM0C1103.xml" id="MSPM0C1103" xml="MSPM0C1103.xml" xmlpath="devices"/>
                </platform>
            </connection>
        </configuration>
    </configurations>
    

    我猜下面的值可以在0.1到2.5之间修改、对吧?  

    "="">1" id="The JTAG TCLK Frequency (MHz)">

    谢谢。此致、
    田代浩一郎

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

    尊敬的 Koichiro:
    要更改的行将是16。 我建议使用100.0kHz 而不是0.1 MHz。

    此致、

    Diego Abad

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

    尊敬的 Diego:

    您是否打算按如下所示更改第16行?

      "="">100kHz/>

    谢谢。此致、
    田代浩一郎

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

    尊敬的 Koichiro:
    您是对的。

    此致、

    Diego Abad