<?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>Kinetis Software Development KitのトピックRe: SDK example for Wake-up using RTC</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SDK-example-for-Wake-up-using-RTC/m-p/671547#M7348</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav Banyal:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me try to explain.&lt;/P&gt;&lt;P&gt;Only two pins are used for pin wake up (P4 and P7). Their control ( enable, flag, filter) come from LLWU module. Modules like CMP, RTC and LPTIMER are still able to wake up VLLSx modes, but they don't have extra controls from LLWU (no LLWU_ME bits. The enable and flags should be located in module their own register bank).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class=""&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 May 2017 15:29:32 GMT</pubDate>
    <dc:creator>danielchen</dc:creator>
    <dc:date>2017-05-17T15:29:32Z</dc:date>
    <item>
      <title>SDK example for Wake-up using RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SDK-example-for-Wake-up-using-RTC/m-p/671544#M7345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using an MKL03Z32 and developing on it using Keil.&lt;/P&gt;&lt;P&gt;I need an example project to understand the LLWU wake-up of the device from VLLS3 state (for example) using an internal interrupt source (RTC for example).&lt;/P&gt;&lt;P&gt;I have seen a bare metal project but I would like to see an example that uses the SDK API to do this. This will make the integration of this functionality in my current project much easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gaurav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 08:26:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SDK-example-for-Wake-up-using-RTC/m-p/671544#M7345</guid>
      <dc:creator>gauravbanyal</dc:creator>
      <dc:date>2017-05-08T08:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: SDK example for Wake-up using RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SDK-example-for-Wake-up-using-RTC/m-p/671545#M7346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you refer to the power manager demo under the KSDK installation folder&lt;/P&gt;&lt;P&gt;SDK_2.2_FRDM-KL03Z\boards\frdmkl03z\demo_apps\power_manager&lt;/P&gt;&lt;P&gt;This demo application demonstrates the use of power modes in the KSDK. and use source pin to wake up from VLLS3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/18512i73F840A8B699A1E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 07:32:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SDK-example-for-Wake-up-using-RTC/m-p/671545#M7346</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2017-05-16T07:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: SDK example for Wake-up using RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SDK-example-for-Wake-up-using-RTC/m-p/671546#M7347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response but that is not what I was looking for. I needed an example where the MCU wakes up from VLLS3 state because of an &lt;STRONG&gt;internal source&lt;/STRONG&gt; like RTC or LPTMR.&lt;/P&gt;&lt;P&gt;On further reading the Reference Manual of the MKL03Z, I think this MCU does not have this capability. I mean this cannot be woken up from VLLS3 by an RTC alarm or an LPTMR interrupt. Could you please confirm if my understanding is correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=============quoted from Reference Manual ==============&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chapter 19&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Low-Leakage Wakeup Unit (LLWU)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;19.1 Chip-specific LLWU information&lt;/STRONG&gt;&lt;BR /&gt;"This device has no LLWU module wakeup source and uses the external pin inputs only of LLWU_P4 and LLWU_P7 as wakeup source to the LLWU module."&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=============quoted from Reference Manual ==============&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Gaurav.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 09:05:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SDK-example-for-Wake-up-using-RTC/m-p/671546#M7347</guid>
      <dc:creator>gauravbanyal</dc:creator>
      <dc:date>2017-05-16T09:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: SDK example for Wake-up using RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SDK-example-for-Wake-up-using-RTC/m-p/671547#M7348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaurav Banyal:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me try to explain.&lt;/P&gt;&lt;P&gt;Only two pins are used for pin wake up (P4 and P7). Their control ( enable, flag, filter) come from LLWU module. Modules like CMP, RTC and LPTIMER are still able to wake up VLLSx modes, but they don't have extra controls from LLWU (no LLWU_ME bits. The enable and flags should be located in module their own register bank).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class=""&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2017 15:29:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SDK-example-for-Wake-up-using-RTC/m-p/671547#M7348</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2017-05-17T15:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: SDK example for Wake-up using RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SDK-example-for-Wake-up-using-RTC/m-p/671548#M7349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your explanation. I however still have a question. I read in the description of the LPTMR the following:&lt;/P&gt;&lt;P&gt;========quoted from RM========&lt;/P&gt;&lt;P&gt;32.5.7 LPTMR interrupt&lt;/P&gt;&lt;P&gt;The LPTMR interrupt is generated asynchronously to the system clock and can be used to&lt;BR /&gt;generate a wakeup from any low-power mode, including the low-leakage modes, &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;provided the LPTMR is enabled as a wakeup source.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-weight: normal;"&gt;========quoted from RM========&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to wake up the uC from VLLS3 mode because of an LPTMR interrupt (the LPTMR in my case is clocked by the LPO). How do I do this : "&lt;STRONG&gt;provided the LPTMR is enabled as a wakeup source.&lt;/STRONG&gt;"? The SDK example "power_mode_switch" does not help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Gaurav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 07:31:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SDK-example-for-Wake-up-using-RTC/m-p/671548#M7349</guid>
      <dc:creator>gauravbanyal</dc:creator>
      <dc:date>2017-05-18T07:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: SDK example for Wake-up using RTC</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SDK-example-for-Wake-up-using-RTC/m-p/671549#M7350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="287859" data-username="gauravbanyal" href="https://community.nxp.com/people/gauravbanyal"&gt;Gaurav Banyal&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a power manager demo in KSDK installation folder, which can wake up from VLSS3 by LPTMR.&lt;/P&gt;&lt;P&gt;SDK_2.2_FRDM-KL03Z\boards\frdmkl03z\demo_apps\power_manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the below picture, I select&amp;nbsp; 'I' to enter VLLS3, next I input 'T' to select LPTMR as wake up source (I enabled LPO)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/20345iC29E52C5BB031ECD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 06:59:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/SDK-example-for-Wake-up-using-RTC/m-p/671549#M7350</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2017-05-19T06:59:45Z</dc:date>
    </item>
  </channel>
</rss>

