Wake up from STOP mode

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Wake up from STOP mode

跳至解决方案
1,579 次查看
guofeng
Contributor II

Hi,

    I am working with the MM912F634. I want to entry STOP mode to reduce current consumption, and wake up from L0 input. My code as following:

...

WCR = 1;                     // Enable the L0 wake-up

asm ADNCC #0x6F;    // Enable the STOP mode

MCR = 1;                     // Set the Analog Die transition to Stop mode.

asm STOP;                  // MCU entry Stop mode.

...

the program did work after "asm STOP". but after changing the L0 input level, the device always reset , then entry Stop mode again.

     I am appreciate if you could give me some advice.

Best regards,

Guofeng Lai

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,369 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

Please refer to MM912F634 errata:

Stop Mode Wake-up generating Reset and rising WUR bit into RSR register.

 

https://www.nxp.com/docs/en/errata/MM912F634ER.pdf

 

Regards,

Daniel

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,370 次查看
danielmartynek
NXP TechSupport
NXP TechSupport

Hi,

Please refer to MM912F634 errata:

Stop Mode Wake-up generating Reset and rising WUR bit into RSR register.

 

https://www.nxp.com/docs/en/errata/MM912F634ER.pdf

 

Regards,

Daniel

0 项奖励
回复
1,369 次查看
guofeng
Contributor II

Hi,

   Thank you very much, I got what I need.

Best regards,

Guofeng Lai

0 项奖励
回复