<?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 MicrocontrollersのトピックRe: How to build KL05 low_power_demo?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-build-KL05-low-power-demo/m-p/229327#M4807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Monica&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have copied the project here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://dl.dropboxusercontent.com/u/472780/LP_Test4.zip" target="test_blank"&gt;https://dl.dropboxusercontent.com/u/472780/LP_Test4.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's over to you whether you use it or not. If you do then you might &lt;/P&gt;&lt;P&gt;want to polish it, add it to your existing app note AN4503 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards - Charles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jun 2013 18:26:18 GMT</pubDate>
    <dc:creator>charlespalmer</dc:creator>
    <dc:date>2013-06-27T18:26:18Z</dc:date>
    <item>
      <title>How to build KL05 low_power_demo?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-build-KL05-low-power-demo/m-p/229322#M4802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a demo that looks a useful starting point for anyone developing low power applications:&lt;/P&gt;&lt;P&gt;\KL05-SC\klxx-sc-baremetal\src\projects\low_power_demo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but no pre-built binary and no visible instructions for building this in CodeWarrior for a FRDM-KL05Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any tips?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMHO it would be very useful if someone could convert this into a Processor Expert project....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, are there other CodeWarrior projects that provide working examples of putting a KL processor into the low power modes? It is a key feature of the hardware but I have not so far found working examples of power management.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 22:28:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-build-KL05-low-power-demo/m-p/229322#M4802</guid>
      <dc:creator>charlespalmer</dc:creator>
      <dc:date>2013-06-19T22:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to build KL05 low_power_demo?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-build-KL05-low-power-demo/m-p/229323#M4803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Charles,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion would be to make a copy of the LED_Blink program in the KL05 sample code and simply remove the LED_Blink sources and add the sources for the low power demo that you want. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you are using Processor Expert, there is a Processor Expert low power demo in the KL25_SC package that you could use as a starting point.&amp;nbsp; That package can be found under the downloads section of &lt;A href="http://www.freescale.com/frdm-kl25z"&gt;www.freescale.com/frdm-kl25z&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 13:36:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-build-KL05-low-power-demo/m-p/229323#M4803</guid>
      <dc:creator>chris_brown</dc:creator>
      <dc:date>2013-06-20T13:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to build KL05 low_power_demo?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-build-KL05-low-power-demo/m-p/229324#M4804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Charles,&lt;/P&gt;&lt;P&gt;have you get to tried this suggestion? Did it work?&lt;/P&gt;&lt;P&gt;Please keep us posted :smileywink:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Monica&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 00:31:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-build-KL05-low-power-demo/m-p/229324#M4804</guid>
      <dc:creator>Monica</dc:creator>
      <dc:date>2013-06-27T00:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to build KL05 low_power_demo?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-build-KL05-low-power-demo/m-p/229325#M4805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Monica&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to build a working demo for the FRDM-KL25Z to allow me to get my head around the clock modes. It is incomplete, but did allow me to move to one of the very low power modes (LLS) and back again with both a timer and a switch wakeup event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am happy to share this, and can send the zipped project file if you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards - Charles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 08:22:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-build-KL05-low-power-demo/m-p/229325#M4805</guid>
      <dc:creator>charlespalmer</dc:creator>
      <dc:date>2013-06-27T08:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to build KL05 low_power_demo?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-build-KL05-low-power-demo/m-p/229326#M4806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Charles, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is just great! :smileygrin: &lt;/P&gt;&lt;P&gt;I'm happy too to see it worked out! Is up to you if you'd like to share your project, I would do it in a separate discussion or even &lt;A _jive_internal="true" href="https://community.nxp.com/doc-create!input.jspa?container=2019&amp;amp;containerType=14&amp;amp;documentID=&amp;amp;tags=&amp;amp;subject="&gt;Create a Document&lt;/A&gt;, but as I said, is up to your decision.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the update!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Monica.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 17:22:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-build-KL05-low-power-demo/m-p/229326#M4806</guid>
      <dc:creator>Monica</dc:creator>
      <dc:date>2013-06-27T17:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to build KL05 low_power_demo?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-build-KL05-low-power-demo/m-p/229327#M4807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Monica&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have copied the project here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://dl.dropboxusercontent.com/u/472780/LP_Test4.zip" target="test_blank"&gt;https://dl.dropboxusercontent.com/u/472780/LP_Test4.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's over to you whether you use it or not. If you do then you might &lt;/P&gt;&lt;P&gt;want to polish it, add it to your existing app note AN4503 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards - Charles&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2013 18:26:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-build-KL05-low-power-demo/m-p/229327#M4807</guid>
      <dc:creator>charlespalmer</dc:creator>
      <dc:date>2013-06-27T18:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to build KL05 low_power_demo?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-build-KL05-low-power-demo/m-p/229328#M4808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Charles&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you have a more complete version of the LP_test project that you could share with me?&lt;/P&gt;&lt;P&gt;I am going through the AN4503 right now; looked a little bit at your project and I liked what I saw.&lt;/P&gt;&lt;P&gt;When I mean more complete I am wondering if you had a chance to implement the VLLSx cases:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case VLLS3:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; printf("Not yet implemented.\n");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case VLLS1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; printf("Not yet implemented.\n");&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case VLLS0:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; printf("Not yet implemented.\n");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Ioan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 14:38:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/How-to-build-KL05-low-power-demo/m-p/229328#M4808</guid>
      <dc:creator>ioancalapod</dc:creator>
      <dc:date>2014-10-30T14:38:50Z</dc:date>
    </item>
  </channel>
</rss>

