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.

关于MSP430F2618的低功耗问题

Other Parts Discussed in Thread: MSP430F2618

  我在调试MSP430F2618的时候,MSP430F2618进入LPM3低功耗模式,测试电流怎么还有2.22mA呢, 手册上不是说只有0.5uA吗?我的电路板现在把其他芯片都卸载了,只剩下CPU了。

我使用一个while(1)循环。

程序是如下:

while(1)

{

  ...  //函数
  LPM3; //进入LP3低功耗模式

}