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.

[参考译文] CCS/MSP430i2030:LPM0模式和中断

Guru**** 2390755 points
Other Parts Discussed in Thread: MSP430I2030

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/627034/ccs-msp430i2030-lpm0-mode-and-interrupts

器件型号:MSP430I2030

工具/软件:Code Composer Studio

MSP430i2030在 LPM0模式下运行。

即使相应的端口引脚中断未启用以唤醒 μ μC、端口引脚的中断标志是否已设置?

我希望稍后通过读取端口引脚的中断标志获得高电平的信息、μ μC 会被计时器中断唤醒。

我在数据表中找不到信息。

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

    用户指南的第6.2.5节指出:

    每个 PxIFG 位是其相应 I/O 引脚的中断标志、并在引脚上出现所选输入信号边沿时置位。 当它们相应的 PxIE 位和 GIE 位被置位时、所有 PxIFG 中断标志请求一个中断。

    这意味着即使在中断没有被实际启用时、PxIFG 位也会被置位。

    (通常、所有模块的中断标志都是如此。)