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.

[参考译文] MSP430FR5043:从闪存读取 BSL

Guru**** 2425220 points


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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1537729/msp430fr5043-bsl-reading-from-flash

器件型号:MSP430FR5043

工具/软件:

我尝试从闪存读取、但只收到一个 ACK。 首先、我成功发送 RX 密码命令:

第一个响应是 0x00 (ACK)、接下来是 成功的内核响应:

然后、我发送地址为 0x00、大小为 0x0F 的 TX 数据块、但仅限于这些数据块

获取 ACK 但无字节:

我理解有什么问题吗?

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

    您好、

    TX 数据块命令中的 AL、AM 和 AH 均为零。 因此、您尝试从地址 0x0 中读出 16 个字节的存储器。  

    对于该 MCU、RAM 存储器从地址 0x1C00 开始、FRAM 从 0x6000 开始。 我建议在命令中设置一个有效的存储器地址。

    此致、

    现金好