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.

[参考译文] MSP430FR6047:MSP430FR6047

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/878917/msp430fr6047-msp430fr6047

器件型号:MSP430FR6047

您好!

我使用的是 MSP430FR6047

我想在 FRAM 中存储一个配置结构而不对其进行初始化。 用户在编辑配置时将设置此配置结构。 然后、该配置将永久存储(即使断电)、直到某些实体改变它。

如果我想在不初始化变量的情况下将结构存储在永久性存储器中、是否要更改链接器文件。(如果是、如何执行此操作)

请您在这方面为我提供指导、

此致、

Suhas

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

    你(们)好  

    如果您使用 CCS、您可以参考这两个 CCS、它们都不需要更改链接器文件

    (1)

    http://www.ti.com/lit/an/slaa628/slaa628.pdf

    #pragma PERSISTENT (FLAG)

    unsigned int 标志= 0;  

    (2)  

    #define T_Address1 0x5500

     *(unsigned char *) T_Address1 = 0;