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.

[参考译文] LP-MSP430FR2476:MSP430FR2476 Launch Pad 的功耗高于预期

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1022086/lp-msp430fr2476-msp430fr2476-launch-pad-consumes-more-power-than-expected

器件型号:LP-MSP430FR2476
主题中讨论的其他器件:MSP430FR2476

大家好、

我正在尝试检查 MSP430FR2476 Launch Pad 上的低功耗模式、功耗非常高。 然后我尝试执行示例代码(msp430fr267x_LPM3_01)、这也比预期的功耗要高。 您能不能指导我如何验证低功耗模式。

如果我删除了清零振荡器故障标志 (如下)代码、那么只有我的代码会被清除。

操作

CSCTL7 &=~(XT1OFFG | DCOFFG);//清除 XT1和 DCO 故障标志
SFRIFG1 &=~OFIFG;
} while (SFRIFG1 & OFIFG);//测试振荡器故障标志

请建议我。

提前感谢