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.

[参考译文] MSP430F5328:请求闪存 API

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1071980/msp430f5328-request-for-flash-api

部件号:MSP430F5328
《线程: MSP430WARE》中讨论的其他部件

你(们)好 我正在尝试使用 MCU 的内部闪存,特别是主代码存储器 Bank D 来存储数据。

MSP430F5328的闪存 API 是否能够在重启后从闪存中检索数据而不会丢失数据的位置?

我尝试下载 MSP430Ware,发现只有闪存示例才显示如何擦除和写入数据。

谢谢你。

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

    你(们)好

    我认为您需要从闪存读取数据,没有这样的代码示例,因为闪存读取需要特殊的操作。只需直接从目标闪存地址读取数据。

    谢谢!