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.

[参考译文] MSP430I2040:读取闪存的示例代码

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1015162/msp430i2040-sample-code-to-read-the-flash

器件型号:MSP430I2040

您好!

在 EMDC 为 MSP430i2040生成的代码中、有一些函数可在闪存中写入、例如 flashCtl_write8 ()、 FlashCtl_write16 ()、 FlashCtl_write32 ()、 flashctl.c 中的 FlashCtl_memory32 () 但没有用于从闪存读取数据的函数。 此外、在 MSP430_LIB 中、有可写入闪存的示例代码、但没有可从存储器读取的示例。

请建议使用示例代码从闪存读取数据。

谢谢  

此致、

Anuradha Bulakh。

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

    Anuradha 您好、

    在应用程序中读取闪存地址无需特殊处理。 您可以使用 指向要读取的闪存地址的简单指针来执行此操作。