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.

[参考译文] MSP430FR6928:TI Flasher 读取格式

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1110135/msp430fr6928-ti-flasher-read-format

器件型号:MSP430FR6928

我想从 MSP 读取主存储器。 我使用 MSP430Flasher.exe。  我写入命令、然后运行。  我读取了主存储器、但它不是我想要的格式。  

我的命令:

MSP430Flasher.exe -v -n MSP430FR6928 -r [out.hex、main]
主存储器的读取格式:
:104C00004F141F42EE032F8332242F831E242F8341
我需要的格式:
:204C00004F141F42EE032F8332242F831E242F8303242F833D244A3C9253AA44D253B020A9
请帮您解决此问题。
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、Yigithon、

    MSP430Flasher 只支持以下文件类型用于读取和写入操作:

    尝试Uniflash

    选择您的设备、选择"存储器"、然后选择"读取"。  您可以导出并选择 INTELHEX。  我认为这应该会生成您想要的输出。