<?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>LPC Microcontrollersのトピックpower down mode code</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/power-down-mode-code/m-p/513952#M445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mitaka on Fri Nov 14 16:29:04 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a custom board using LPC1517.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to set the micro in power-down mode, but it still draws close to 1mA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have an example code or procedure that I can follow?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I have to disable something explicitly before going to power down mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I use the this API :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_PWRD_API-&amp;gt;power_mode_configure(PMU_POWERDOWN, 0xFF);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;__WFI();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:10:56 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:10:56Z</dc:date>
    <item>
      <title>power down mode code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/power-down-mode-code/m-p/513952#M445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mitaka on Fri Nov 14 16:29:04 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a custom board using LPC1517.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to set the micro in power-down mode, but it still draws close to 1mA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have an example code or procedure that I can follow?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I have to disable something explicitly before going to power down mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I use the this API :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_PWRD_API-&amp;gt;power_mode_configure(PMU_POWERDOWN, 0xFF);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;__WFI();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:10:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/power-down-mode-code/m-p/513952#M445</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: power down mode code</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/power-down-mode-code/m-p/513953#M446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nerd herd on Mon Nov 17 08:46:42 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi mitaka,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As stated in Section 4.7.5.2 of the User's Manual, you should switch the main clock to the internal IRC and turn off the PLL in order to save as much power as possible. As for code examples, check out LPCOpen! There is a PMU example that enters the four different low power modes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Link to LPCOpen:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpcopen-software-development-platform-lpc15xx-packages" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/lpcopen-software-development-platform-lpc15xx-packages&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Link to the UM:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fdocuments%2Fuser_manual%2FUM10736.pdf" rel="nofollow" target="_blank"&gt;http://www.nxp.com/documents/user_manual/UM10736.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:10:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/power-down-mode-code/m-p/513953#M446</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:10:57Z</dc:date>
    </item>
  </channel>
</rss>

