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.

[参考译文] MSP430FR2476:FRAM 查询

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/922221/msp430fr2476-fram-inquiry

器件型号:MSP430FR2476

您好、先生、

我想知道在 msp430fr2476上用户有多少 FRAM 容量。

我想将 ADC 值存储到 FRAM 中。

是否可以将所有未使用的程序区域用于数据?

谢谢。

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

    您好、m123456

    FR2476中有64KB 程序 FRAM +0.5KB 数据 FRAM。 您可以将所有未使用的程序区域用于数据存储。

    请确保在代码向 FRAM 写入数据期间、代码区域具有写保护功能。

    0.5KB 数据(信息) FRAM 写保护为 SYSCFG0.DFWP

    程序 FRAM 写保护偏移地址、偏移量增加1KB 分辨率是 SYSCFG0.FRWPOA

    使用这2种类型的写保护功能、您可以将数据存储在 FRAM 中并同时保护代码区域。

    谢谢!

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

    非常感谢