请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:MSP430FR2155 工具与软件:
尊敬的专家:
进入低功耗模式后芯片冻结。 代码如下:

你可以检查一下吗?
谢谢!
LEO
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.
工具与软件:
尊敬的专家:
进入低功耗模式后芯片冻结。 代码如下:

你可以检查一下吗?
谢谢!
LEO
嗨、Leo、
我想您可能错过了以下内容:
// Disable the GPIO power-on default high-impedance mode
// to activate previously configured port settings
PM5CTL0 &= ~LOCKLPM5;
这里是另一个 FRxx 器件的 GPIO 中断示例。 https://dev.ti.com/tirex/explore/node?node=A__ADK3rB2bf-DOgn6aSbCoTQ__msp430ware__IOGqZri__LATEST
希望这对您有所帮助。
JD