Enter LLS mode in MK60FN1M0VLQ12

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

Enter LLS mode in MK60FN1M0VLQ12

Jump to solution
1,380 Views
rajkumar_yerraj
Contributor II

Hi, 

I am working on LLS mode for MK60FN1M0VLQ12 controller. 

I configured LLS mode using the example from KINETIS_120_SC TSI_Low_Power but the controller is entering directly to stop mode but not LLS as LPTimer, RTC should work in LLS.

enable_lpwui();
delay(800000);
pee_pbe(CLK0_FREQ_HZ);
pbe_fbe(CLK0_FREQ_HZ);
fbe_fbi(32000,0);
fbi_blpi(32000,0);
enter_lls();

I have attached the file TSI_demo_lowpower.c but I am not using TSI. I want to use LPTimer as Wake up interrupt source. but the issue is when it enters enter_lls(); the LPTimer and RTC have stopped working. 

Hope you can help me in finding the issue in configuring LLS mode for MK60FN1M0VLQ12.

I have attached my previous thread also.

https://community.nxp.com/thread/508530

Thank you.

-Rajkumar

0 Kudos
1 Solution
1,268 Views
kerryzhou
NXP TechSupport
NXP TechSupport

OK, please help to mark the correct answer in this post, just to close this case, thank you!

Have a great day,
Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
----------------------------------------------------------------------------

View solution in original post

0 Kudos
5 Replies
1,268 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Gangadhar rao,

   How do you find the chip is enter the stop mode, and not the LLS mode?

   Just find the chip can't wake up with LPTMR and RTC, it it right?

   When you use the LPTMR as the wakeup source, do you configure LPTMR modue in the LLUW?

  From your code, I find your LLUW configuration still the TSI, not the LPTMR or RTC, please check this wakupsources for LLWU inputs:

  pastedImage_1.png

When you use the LPTMR, you must make sure it's clock source can work under LLS mode, you can us ethe 1Khz LPO, it works in LLS mode.

Please configure the LPTMR module, LLUW modue, and enter the LLS mode again.

If you still have question about, please kindly let me know.

Have a great day,
Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
1,268 Views
rajkumar_yerraj
Contributor II

Thank you very much.

I found the issue.

0 Kudos
1,268 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Gangadhar rao,

  You are welcome.

  I am glad to hear you find the problem.

  Do you solve it?

  If you have the further question about it, please let me know.

   If your question is solved, please help me to mark the correct answer, just to close this case, thank you!

Have a great day,
Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos
1,268 Views
rajkumar_yerraj
Contributor II

Thank you Kerry. I could solve the issue.

Thanks a lot for the info.

-Rajkumar

0 Kudos
1,269 Views
kerryzhou
NXP TechSupport
NXP TechSupport

OK, please help to mark the correct answer in this post, just to close this case, thank you!

Have a great day,
Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
----------------------------------------------------------------------------

0 Kudos