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.

[参考译文] TMS320F280039C:使用 Uniflash 命令行读取闪存

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1504255/tms320f280039c-use-uniflash-command-line-to-read-flash

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

工具/软件:

尊敬的 champs:  

我向我们的客户询问这个问题。

如何使用 Uniflash 命令行 dslite 从存储器地址读取16位数据?

用户发出的读取地址0xD00的命令:

dslite --mode memory --config=TMS320F280039C.ccxml --range=0xD00、0x50 --output=output-file.bin

它似乎只读取 LSB、缺少 MSB

 

 

从 Uniflash 读取:

            地址数据

-----           -----

0xD00     :      0x0441   (Uniflash)

0xD01    :       0x0222  (Uniflash)

 

0xD00    :       0x41 (dslite)

0xD01   :0x22        (dslite)

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

    尊敬的 Wayne:

    是否可以尝试在运行的 dslite 命令中添加"--size 16"?

    谢谢、

    Ricky