<?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 modes conflicting values</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Power-down-modes-conflicting-values/m-p/569374#M17933</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am using the LPC1857 and I am referring to UM10430 Rev 2.8 dated 10 Dec 2015 and the deep power down modes in section 11.3.2 says that the values should be:&lt;/P&gt;&lt;P&gt;0x0030 00AA = Deep-sleep mode&lt;/P&gt;&lt;P&gt;0x0030 FCBA = Power-down mode&lt;/P&gt;&lt;P&gt;0x0033 FF7F = Deep power-down mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Section 11.4.1, the deep power-down mode is set to 0x0030FF7F which is conflicting with what is mentioned in Section 11.3.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, when i downloaded the latest driver v2.1.8 (Release date: 5/27/2015) from &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #666666;"&gt;&lt;A href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fproducts%2Fsoftware-and-tools%2Freference-designs-and-development-kits%2Fnxp-designs%2Flpcopen-software-development-platform-lpc18xx%3ALPCOPEN-SOFTWARE-FOR-LPC18XX%3Fuc%3Dtrue%26lang_cd%3Den" target="_blank"&gt;LPCOpen Software for LPC18XX|NXP&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #666666;"&gt;The pmc_18xx_43xx.h shows this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; * @brief Power Management Controller power modes&lt;/P&gt;&lt;P&gt; * Setting this mode will not make IO loose the state&lt;/P&gt;&lt;P&gt; */&lt;/P&gt;&lt;P&gt;#define PMC_PWR_DEEP_SLEEP_MODE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x3000AA&lt;/P&gt;&lt;P&gt;#define PMC_PWR_POWER_DOWN_MODE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x30FCBA&lt;/P&gt;&lt;P&gt;#define PMC_PWR_DEEP_POWER_DOWN_MODE&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x30FF7F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/**&lt;/P&gt;&lt;P&gt; * @brief Power Management Controller power modes (IO powerdown)&lt;/P&gt;&lt;P&gt; * Setting this mode will make the IO loose the state&lt;/P&gt;&lt;P&gt; */&lt;/P&gt;&lt;P&gt;#define PMC_PWR_DEEP_SLEEP_MODE_NO_IO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x3F00AA&lt;/P&gt;&lt;P&gt;#define PMC_PWR_POWER_DOWN_MODE_NO_IO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x3FFCBA&lt;/P&gt;&lt;P&gt;#define PMC_PWR_DEEP_POWER_DOWN_MODE_NO_IO&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x3FFF7F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you confim what should the deep-power-down mode value should be?&lt;/P&gt;&lt;P&gt;Also, what do you mean by the new settings&amp;nbsp; will not make IO loose state? Because based on section 11.2.5 of the user manual, deep power-down mode will lose the IO states. Does it mean that with this new setting (0x30FF7F or 0x33FF7F) the deep power down mode will NOT lose the IO states?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need alot of clarification please :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Aug 2016 01:33:14 GMT</pubDate>
    <dc:creator>vivienwong</dc:creator>
    <dc:date>2016-08-04T01:33:14Z</dc:date>
    <item>
      <title>Power down modes conflicting values</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Power-down-modes-conflicting-values/m-p/569374#M17933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am using the LPC1857 and I am referring to UM10430 Rev 2.8 dated 10 Dec 2015 and the deep power down modes in section 11.3.2 says that the values should be:&lt;/P&gt;&lt;P&gt;0x0030 00AA = Deep-sleep mode&lt;/P&gt;&lt;P&gt;0x0030 FCBA = Power-down mode&lt;/P&gt;&lt;P&gt;0x0033 FF7F = Deep power-down mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Section 11.4.1, the deep power-down mode is set to 0x0030FF7F which is conflicting with what is mentioned in Section 11.3.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, when i downloaded the latest driver v2.1.8 (Release date: 5/27/2015) from &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #666666;"&gt;&lt;A href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fproducts%2Fsoftware-and-tools%2Freference-designs-and-development-kits%2Fnxp-designs%2Flpcopen-software-development-platform-lpc18xx%3ALPCOPEN-SOFTWARE-FOR-LPC18XX%3Fuc%3Dtrue%26lang_cd%3Den" target="_blank"&gt;LPCOpen Software for LPC18XX|NXP&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #666666;"&gt;The pmc_18xx_43xx.h shows this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; * @brief Power Management Controller power modes&lt;/P&gt;&lt;P&gt; * Setting this mode will not make IO loose the state&lt;/P&gt;&lt;P&gt; */&lt;/P&gt;&lt;P&gt;#define PMC_PWR_DEEP_SLEEP_MODE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x3000AA&lt;/P&gt;&lt;P&gt;#define PMC_PWR_POWER_DOWN_MODE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x30FCBA&lt;/P&gt;&lt;P&gt;#define PMC_PWR_DEEP_POWER_DOWN_MODE&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x30FF7F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/**&lt;/P&gt;&lt;P&gt; * @brief Power Management Controller power modes (IO powerdown)&lt;/P&gt;&lt;P&gt; * Setting this mode will make the IO loose the state&lt;/P&gt;&lt;P&gt; */&lt;/P&gt;&lt;P&gt;#define PMC_PWR_DEEP_SLEEP_MODE_NO_IO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x3F00AA&lt;/P&gt;&lt;P&gt;#define PMC_PWR_POWER_DOWN_MODE_NO_IO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x3FFCBA&lt;/P&gt;&lt;P&gt;#define PMC_PWR_DEEP_POWER_DOWN_MODE_NO_IO&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x3FFF7F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you confim what should the deep-power-down mode value should be?&lt;/P&gt;&lt;P&gt;Also, what do you mean by the new settings&amp;nbsp; will not make IO loose state? Because based on section 11.2.5 of the user manual, deep power-down mode will lose the IO states. Does it mean that with this new setting (0x30FF7F or 0x33FF7F) the deep power down mode will NOT lose the IO states?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need alot of clarification please :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 01:33:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Power-down-modes-conflicting-values/m-p/569374#M17933</guid>
      <dc:creator>vivienwong</dc:creator>
      <dc:date>2016-08-04T01:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Power down modes conflicting values</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Power-down-modes-conflicting-values/m-p/569375#M17934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vivien,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the below link: &lt;A href="https://www.lpcware.com/content/project/lpcopen-software-development-platform-nxp-lpc-microcontrollers/lpcopen-lpc43xx" title="https://www.lpcware.com/content/project/lpcopen-software-development-platform-nxp-lpc-microcontrollers/lpcopen-lpc43xx"&gt;LPCOpen LPC43xx version release history and known issues | www.LPCware.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can find as known issues:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;PMC_PWR_* definitions in the pmc_18xx_43xx.h file are not correct&lt;UL&gt;&lt;LI&gt;PMC_PWR_DEEP_SLEEP_MODE is&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;0x3F00AA&lt;/STRONG&gt;, should be&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;0x3000AA&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;PMC_PWR_POWER_DOWN_MODE is&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;0x3FFCBA&lt;/STRONG&gt;, should be&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;0x30FCBA&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;PMC_PWR_DEEP_POWER_DOWN_MODE is&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;0x3FFF7F&lt;/STRONG&gt;, should be&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;0x30FF7F&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt; Sol&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>Mon, 15 Aug 2016 22:21:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Power-down-modes-conflicting-values/m-p/569375#M17934</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2016-08-15T22:21:44Z</dc:date>
    </item>
  </channel>
</rss>

