<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MQX-Lite and OperationModes in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MQX-Lite-and-OperationModes/m-p/385769#M20770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dominic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) Because when enter in LLS mode, the core clock will be off, so your systick will stop work.&lt;/P&gt;&lt;P&gt;If you want your systick work again after your wakeup from the LLS mode, you'd better reenabale your systick again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) if you want to enter the LLS lowpower mode, after you wakeup, you don't need to call Cpu_SetOperationMode(DOM_RUN, NULL, NULL); because after you use LLWU wakeup source, the MCU will&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;automatically went to RUN, you don't need to call the function in the LLSWakeUp interrupt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question, please contact me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Jingjing&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jan 2015 05:57:41 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2015-01-08T05:57:41Z</dc:date>
    <item>
      <title>MQX-Lite and OperationModes</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MQX-Lite-and-OperationModes/m-p/385768#M20769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to use MQX-Lite together with Operation-Mode STOP (LLS) and I have two questions about it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I read in the paper &lt;A href="http://2014ftf.ccidnet.com/pdf/0462.pdf" title="http://2014ftf.ccidnet.com/pdf/0462.pdf"&gt;http://2014ftf.ccidnet.com/pdf/0462.pdf&lt;/A&gt; on page 62 that I have to disable the SysTick timer before I switch to sleepmode and reenable it after wakup for long sleep perdiods. I use SYST_CVR as System-Timer and different sources of LLWU to wakeup. Is that required in general and for my configuration (LLS Mode)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I read in the post &lt;A href="https://community.nxp.com/thread/316448"&gt;InterruptVector component and MQX Lite&lt;/A&gt; that I have to call &lt;EM&gt;Cpu_SetOperationMode(DOM_RUN, NULL, NULL);&lt;/EM&gt; after wakeup as soon as possible. I did not see this in my PEx_low_ower_demo example. So same question: Is this required an do I have to call the function in the LLSWakeUp inerrupt?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for any help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards, Dominic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2015 13:41:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MQX-Lite-and-OperationModes/m-p/385768#M20769</guid>
      <dc:creator>astdom01</dc:creator>
      <dc:date>2015-01-05T13:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: MQX-Lite and OperationModes</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MQX-Lite-and-OperationModes/m-p/385769#M20770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dominic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) Because when enter in LLS mode, the core clock will be off, so your systick will stop work.&lt;/P&gt;&lt;P&gt;If you want your systick work again after your wakeup from the LLS mode, you'd better reenabale your systick again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) if you want to enter the LLS lowpower mode, after you wakeup, you don't need to call Cpu_SetOperationMode(DOM_RUN, NULL, NULL); because after you use LLWU wakeup source, the MCU will&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;automatically went to RUN, you don't need to call the function in the LLSWakeUp interrupt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;If you still have question, please contact me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;/P&gt;&lt;P&gt;Jingjing&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 05:57:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MQX-Lite-and-OperationModes/m-p/385769#M20770</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2015-01-08T05:57:41Z</dc:date>
    </item>
  </channel>
</rss>

