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.

[参考译文] MSP430FR5738:如何实现 GC3的权变措施

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1009342/msp430fr5738-how-to-implement-the-workaround-of-gc3

器件型号:MSP430FR5738

大家好、MSP430专家、

在 MSP430FR5738的勘误表中、我们可以找到勘误表编号 GC3。

在 GC3的权变措施中、描述的勘误表"在 LPM 退出后、仅在完成第一个 FRAM 访问后重新初始化中断标志"。

我想知道第一个 FRAM 访问在哪里。  函数 main()可能不是。  可能是 boot.c 中的_c_int00_noargs_mpu()。

请告诉我如何编写程序以重新初始化、以及如何修补我们的引导库。

B.R.

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

    B.R.、

    为了安全起见、我建议在重新初始化之前在 main 中进行简短的 FRAM 访问。