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.

[参考译文] MSP430G2433:欠压复位、lpm

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1266384/msp430g2433-brown-out-reset-lpm

器件型号:MSP430G2433
  • 可以在嵌入式 c 软件中启用或禁用欠压复位
  • lpm 和欠压之间的差异  
  • 如何在嵌入式 c 中启用或禁用 lpm
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您无法禁用欠压复位、也不应想要禁用。 您希望 CPU 在电源故障时执行可预测的操作、而不是随便执行哪些操作。

    LPM 会将系统置于特定的睡眠模式、关闭各种功能以节省功耗。 通过中断或复位退出。

    不启用或禁用 LPM。 您必须通过摆动 CPU 状态寄存器中的位来显式进入低功耗模式。

    每个器件的系列指南中都对此进行了介绍。 本例中为 SLAU144。