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.

[参考译文] MSP430FR2422:为 IRQ 启用 GPIO、然后进入 LPM3.5问题

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/950952/msp430fr2422-enable-gpio-for-irq-then-go-into-lpm3-5-question

器件型号:MSP430FR2422
主题中讨论的其他器件:MSP-FRAM-UTILITIES

您好...

不熟悉 LPM3.5的使用方法。  有人能告诉我、当我在 P1.1发出 IRQ 后从 LPM3.5中退出(见下文)

PMMCTL0_L |= PMMREGOFF; //并设置 PMMREGOFF
_bis_SR_register (LPM3_bits + GIE);//LPM3.5入口点

我是在 main 复位还是从进入 LPM3.5的堆栈中拾取?

....我还需要运行 Port1_vector ISR 例程吗?

_BIC_SR_REGISTER_ON_EXIT (LPM3_BITS); 

我习惯了 LPM3、但这些示例似乎没有显示如何使用针对 LPM3.5的 Port1 ISR。

谢谢

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

    [引用 user="Steve Wenner">我是否在 main 复位或从进入 LPM3.5的堆栈中拾取?[/引用] 《MSP430FR4xx 和 MSP430FR2xx 系列用户指南 》具有以下内容:

     如果应用需要从其关闭的位置进行检查、则   MSP-FRAM-UTILITIES 中的 Compute Through Power Loss (CTPL)会有所帮助。