RTC and LLWU problem.

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

RTC and LLWU problem.

Jump to solution
453 Views
albertmartin
Contributor II

good morning:

I'm doing a test of  RTC and LLWU.

I set LLWU_ME_WUME7 bit, and i have also enabled the RTC and interrupt to 1 second.

I go to Deep Sleep, and when I wake up, I have activated the  RCM_SRS0_WAKEUP_MASK flag but none more.

the LLWU_F1_WUF7  and  LLWU_F1_WUF5 flag are not enabled.

I implemented it on MK60FN1M0VMD12  by Keil environment.

Thank you very much.

Labels (1)
0 Kudos
1 Solution
357 Views
yasuhikokoumoto
Senior Contributor I

Hello Albert,

you should check LLWU_F3 instead of LLWU_F1.

By the way, as the simple Deep Sleep mode is the STOP mode, the wakeup will be made by AWIC.

If you used a simple STOP mode, you should use NVIC and set properly NVIC.

The wakeup by LLWU is applicable for LLS or VLLSx.

Best regards,

Yasuhiko Koumoto.

View solution in original post

0 Kudos
1 Reply
358 Views
yasuhikokoumoto
Senior Contributor I

Hello Albert,

you should check LLWU_F3 instead of LLWU_F1.

By the way, as the simple Deep Sleep mode is the STOP mode, the wakeup will be made by AWIC.

If you used a simple STOP mode, you should use NVIC and set properly NVIC.

The wakeup by LLWU is applicable for LLS or VLLSx.

Best regards,

Yasuhiko Koumoto.

0 Kudos