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.

F5438A 低功耗问题 (使用 LPM3 模式)



各位TI的大神好~~

鄙人用的 5438A, 硬件仿真。

1. 在程序主循环最后   打开定时器,进入低功耗(LPM3)模式,然后在 定时中断 中退出 低功耗模式。

测量 电流 并未发现 电流有任何变化,这是为什么?

2. 鄙人 在进中断前 都会 先 关掉外围 430 控制的器件,发现电流变化效果明显,就是低功耗模式 没任何反应, 很无语~~

 

3.  code 为主函数直接使用(定时器中断函数内部代码为 退出低功耗: LPM3_EXIT  )  :  

while(1)

.......

LPM3;

_NOP();

}