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.

[参考译文] TMS320F280021:Uniflash 命令行读取存储器地址并保存到文件

Guru**** 2378650 points
Other Parts Discussed in Thread: TMS320F280021, UNIFLASH
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1416467/tms320f280021-uniflash-command-line-read-memory-address-and-save-to-file

器件型号:TMS320F280021
主题中讨论的其他器件: UNIFLASH

工具与软件:

您好!

我尝试使用 CLI 从 MCU TMS320F280021读取唯一 ID。

该行是:

C:\ti\uniflash_8.8.0\dslite memory -c C:\m60_prog\user_files\configs\f280021.ccxml -r 0x000701F4 -o c:\m60_prog\ccxml exported-image.bin

当我运行命令时,我得到错误失败:无法识别的选项'-o'

我可以在 Uniflash 中生成命令行并修改 dslite.bat

设置 mode=memory
设置可执行文件="!DEBUGSERVER_ROOT!bin\DSLite"

set generated_command=-c C:\BRCM600_prog\user_files\configs\f280021.ccxml -f b -r ox000701F4 -o c:\BRCM600_prog\exported-image.bin

这工作正常、但生成的值错误、应为02A5、但切割为02。

有人能给我举个例子、说明如何正确阅读?

谢谢 Constantin

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    [报价 userid="485497" url="~/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1416467/tms320f280021-uniflash-command-line-read-memory-address-and-save-to-file ]ox000701F4

    键入错误。 为0x000701F4

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

    尊敬的 Constantin:

    我必须从正确的专家那里获得一些信息、所以第二天我们会给您回复。

    谢谢!

    Charles

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

    尊敬的 Constantin

    当使用主 UniFlash 安装文件夹中的 dslite.bat 批处理文件时、您需要使用--mode 选项更改模式。

    因此、您应该改为运行此命令:

    C:\ti\uniflash_8.8.0\dslite -模式内存 -c C:\m60_prog\user_files\configs\f280021.ccxml -r 0x000701F4 -o c:\m60_prog\exported-image.bin

    请告诉我这是否适合您。

    谢谢!

    Ricky