<?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: Re: LLS with two wakeup sources in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/LLS-with-two-wakeup-sources/m-p/352727#M17518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mathias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do a test with TWR-K21F120M boar (similar with K22 120MHz product) and both CMP0 and CMP1 could wake up core from LLS low power mode.&lt;/P&gt;&lt;P&gt;Please check attached code for more detailed&amp;nbsp; info.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wish it helps.&lt;BR /&gt;best regards &lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&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>Wed, 20 Aug 2014 09:00:20 GMT</pubDate>
    <dc:creator>Hui_Ma</dc:creator>
    <dc:date>2014-08-20T09:00:20Z</dc:date>
    <item>
      <title>LLS with two wakeup sources</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/LLS-with-two-wakeup-sources/m-p/352724#M17515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I'm trying to implement the LLS mode on my MK22FX512VLH with two wakeup sources: CMP0 and CMP1. Unfortunately, only CMP0 wakes up the MCU, CMP1 has no effect. Does anyone know why? &lt;/P&gt;&lt;P&gt;If I enable only CMP0 or CMP1, it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mathias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 13:15:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/LLS-with-two-wakeup-sources/m-p/352724#M17515</guid>
      <dc:creator>mathiasbucher</dc:creator>
      <dc:date>2014-08-12T13:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: LLS with two wakeup sources</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/LLS-with-two-wakeup-sources/m-p/352725#M17516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Mathias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any wake up source of LLWU with interrupt happens, it will wake up the core from LLS mode. The related CMP interrupt flag and LLWU interrupt flag will set accordingly.&lt;/P&gt;&lt;P&gt;The LLWU interrupt must not be masked by the interrupt controller to avoid a scenario where the system does not fully exit stop mode on an LLS recovery.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wish it helps.&lt;BR /&gt;best regards &lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&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, 14 Aug 2014 07:20:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/LLS-with-two-wakeup-sources/m-p/352725#M17516</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2014-08-14T07:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: LLS with two wakeup sources</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/LLS-with-two-wakeup-sources/m-p/352726#M17517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hui,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I answered you by mail, all flags (CMP0 and CMP1 flag in LLWU_F3, CMP0 &amp;amp; CMP1 &amp;amp; LLWU flag in NVIC) are cleared in LLWU interrupt routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does "LLWU interrupt must not be masked by the interrupt controller" exactly mean? How do I have to route the LLWU interrupt, if it must not be masked by NVIC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Mathias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 07:45:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/LLS-with-two-wakeup-sources/m-p/352726#M17517</guid>
      <dc:creator>mathiasbucher</dc:creator>
      <dc:date>2014-08-19T07:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re: LLS with two wakeup sources</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/LLS-with-two-wakeup-sources/m-p/352727#M17518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mathias,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do a test with TWR-K21F120M boar (similar with K22 120MHz product) and both CMP0 and CMP1 could wake up core from LLS low power mode.&lt;/P&gt;&lt;P&gt;Please check attached code for more detailed&amp;nbsp; info.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wish it helps.&lt;BR /&gt;best regards &lt;BR /&gt;Ma Hui&lt;/P&gt;&lt;P&gt;&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>Wed, 20 Aug 2014 09:00:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/LLS-with-two-wakeup-sources/m-p/352727#M17518</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2014-08-20T09:00:20Z</dc:date>
    </item>
  </channel>
</rss>

