<?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のトピックLPC55S69 : Power configuration register 0 , PDRUNCFG0</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Power-configuration-register-0-PDRUNCFG0/m-p/980129#M38676</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;Do I&amp;nbsp;understand right and setting in this register&amp;nbsp; is not&amp;nbsp;vanish during PowerDown mode ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;__IO uint32_t PDRUNCFG0; /**&amp;lt; Controls the power to various analog blocks [Reset by: PoR, Pin Reset, Brown Out&lt;BR /&gt; Detectors Reset, Deep Power Down Reset, Software Reset], offset: 0xB8 */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in UM, table 292 not all bits are documented or documented with different meaning :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example in adc temp example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Disable LDOGPADC power down */&lt;BR /&gt; POWER_DisablePD(kPDRUNCFG_PD_LDOGPADC); //&amp;nbsp;kPDRUNCFG_PD_LDOGPADC&amp;nbsp; &amp;nbsp; &amp;nbsp;= (1UL &amp;lt;&amp;lt; 19),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; /* Disable Temperature sensor power down. */&lt;BR /&gt; POWER_DisablePD(kPDRUNCFG_PD_TEMPSENS); //&amp;nbsp;&amp;nbsp;kPDRUNCFG_PD_TEMPSENS&amp;nbsp; &amp;nbsp; &amp;nbsp;= (1UL &amp;lt;&amp;lt; 14),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bit 14 is not documented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// It may be should wakeup adc controller but it is not used ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;kPDRUNCFG_PD_GPADC&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = (1UL &amp;lt;&amp;lt; 15),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my undestanding, all of those bits e.g. 19,14,15 need to be set to 1 one time and after that I can use TempSensor&lt;/P&gt;&lt;P&gt;like in example lpadc_temperature_measurement and reinit ADC every time after PowerDown mode&lt;/P&gt;&lt;P&gt;but&amp;nbsp;PDRUNCFG0 settings need to be done once ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this so ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2020 07:19:13 GMT</pubDate>
    <dc:creator>EugeneHiihtaja</dc:creator>
    <dc:date>2020-03-04T07:19:13Z</dc:date>
    <item>
      <title>LPC55S69 : Power configuration register 0 , PDRUNCFG0</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Power-configuration-register-0-PDRUNCFG0/m-p/980129#M38676</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;Do I&amp;nbsp;understand right and setting in this register&amp;nbsp; is not&amp;nbsp;vanish during PowerDown mode ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;__IO uint32_t PDRUNCFG0; /**&amp;lt; Controls the power to various analog blocks [Reset by: PoR, Pin Reset, Brown Out&lt;BR /&gt; Detectors Reset, Deep Power Down Reset, Software Reset], offset: 0xB8 */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in UM, table 292 not all bits are documented or documented with different meaning :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example in adc temp example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Disable LDOGPADC power down */&lt;BR /&gt; POWER_DisablePD(kPDRUNCFG_PD_LDOGPADC); //&amp;nbsp;kPDRUNCFG_PD_LDOGPADC&amp;nbsp; &amp;nbsp; &amp;nbsp;= (1UL &amp;lt;&amp;lt; 19),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; /* Disable Temperature sensor power down. */&lt;BR /&gt; POWER_DisablePD(kPDRUNCFG_PD_TEMPSENS); //&amp;nbsp;&amp;nbsp;kPDRUNCFG_PD_TEMPSENS&amp;nbsp; &amp;nbsp; &amp;nbsp;= (1UL &amp;lt;&amp;lt; 14),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bit 14 is not documented&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// It may be should wakeup adc controller but it is not used ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;kPDRUNCFG_PD_GPADC&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = (1UL &amp;lt;&amp;lt; 15),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For my undestanding, all of those bits e.g. 19,14,15 need to be set to 1 one time and after that I can use TempSensor&lt;/P&gt;&lt;P&gt;like in example lpadc_temperature_measurement and reinit ADC every time after PowerDown mode&lt;/P&gt;&lt;P&gt;but&amp;nbsp;PDRUNCFG0 settings need to be done once ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this so ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 07:19:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Power-configuration-register-0-PDRUNCFG0/m-p/980129#M38676</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-03-04T07:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : Power configuration register 0 , PDRUNCFG0</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Power-configuration-register-0-PDRUNCFG0/m-p/980130#M38677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Eugene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bits 19,14,15 are NOT documented in the UM11126.pdf, I will notify AE team of the issue so that they can be written in next version.&lt;/P&gt;&lt;P&gt;Thank you for poi bting the issue.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2020 08:05:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-Power-configuration-register-0-PDRUNCFG0/m-p/980130#M38677</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-03-06T08:05:00Z</dc:date>
    </item>
  </channel>
</rss>

