Wake up from STOP mode

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Wake up from STOP mode

Jump to solution
707 Views
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

Labels (1)
Tags (1)
0 Kudos
1 Solution
497 Views
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

View solution in original post

0 Kudos
2 Replies
498 Views
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 Kudos
497 Views
guofeng
Contributor II

Hi,

   Thank you very much, I got what I need.

Best regards,

Guofeng Lai

0 Kudos