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.

[参考译文] MSP430F5438A:编程后导出存储器/代码

Guru**** 2813875 points

Other Parts Discussed in Thread: MSP430F5438A, UNIFLASH

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1580784/msp430f5438a-memory-code-export-after-programmed

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

专家、

使用 MSP430F5438A 进行计量的客户、需要导出代码以检查并证明代码是否与他们通常下载到芯片中的代码相同。

客户表示他们没有启用读取保护(MCU 程序保险丝)、那么如何处理代码扩展?

假设我们必须需要 CCS+JTAG 才能执行此操作? 我们的工具链中是否有任何示例?

Joyce

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

    您好 Joyce、

    如果他们未锁定器件、则可以通过编程工具进行验证、编程工具会将已编程代码与刷写的代码进行比较(如果器件正在运行且任何闪存发生更改,则匹配不起作用)。

    另一种思路是连接调试器并执行器件的存储器转储、我相信它将生成一个.txt 文件。 这可以使用 Uniflash 或 CCS 来完成。