Tool/software:
Hi experts,
After entering low power mode, the chip freezes. The following is the code:

Could you have a check?
Thanks,
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.
Tool/software:
Hi experts,
After entering low power mode, the chip freezes. The following is the code:

Could you have a check?
Thanks,
Leo
Hey Leo,
I think you may be missing this:
// Disable the GPIO power-on default high-impedance mode
// to activate previously configured port settings
PM5CTL0 &= ~LOCKLPM5;
Here is a GPIO interrupt example for another FRxx device. https://dev.ti.com/tirex/explore/node?node=A__ADK3rB2bf-DOgn6aSbCoTQ__msp430ware__IOGqZri__LATEST
Hope this helps.
JD
**Attention** This is a public forum