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.

[参考译文] MSP430F6779A:在 LPM3中唤醒 MCU

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1293033/msp430f6779a-mcu-wake-up-in-lpm3

器件型号:MSP430F6779A

尊敬的 TI 支持部门:

在 LPM3中、MCU 将使用 RTC ISR 和 AUX ISR 唤醒。

但是、如果不同时使用 RTC ISR 和 AUX ISR、如何唤醒它呢?

此致、

Khwanyuen Vasu

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

    您好!

    在 LPM3中:

    1)。 CPU、MCLK 被禁用;

    2)。  SMCLK 被禁用;

    3)。  FLL 被禁用。

    但 ACLK 处于活动状态。 因此、您可以使用以 ACLK 为时钟源的 Timer_A 或使用 GPIO 唤醒 CPU。

    Br、

    K·扬茨