<?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>topic LPC15xx SET_POWER API - what does this really control? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC15xx-SET-POWER-API-what-does-this-really-control/m-p/623947#M24503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to get an understanding of the 4 different set_power mode options in the LPC1518.&amp;nbsp; Per UM10736 (V1.1) page 584:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;/* set_power mode options */&lt;BR /&gt;#define PWR_DEFAULT 0&lt;BR /&gt;#define PWR_CPU_PERFORMANCE 1&lt;BR /&gt;#define PWR_EFFICIENCY 2&lt;BR /&gt;#define PWR_LOW_CURRENT 3&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Section 34.4.2.2 seems to elude to this effecting only the M3 core. The LPCOpen documenation nor the rom_pwr_15xx.h file in the LPCOpen library code is of any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do see about a 1.5 to 2 mA reduction in consumption at 24MHz core speed between PWR_LOW_CURRENT and PWR_DEFAULT.&amp;nbsp; I would like to know what really is being effected.&amp;nbsp; Are any peripherals or bus behaviors effected?&amp;nbsp; Anyone have any experience with these settings?&amp;nbsp; Is there better documentation on this somewhere?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Feb 2017 20:01:03 GMT</pubDate>
    <dc:creator>nsmith17044</dc:creator>
    <dc:date>2017-02-10T20:01:03Z</dc:date>
    <item>
      <title>LPC15xx SET_POWER API - what does this really control?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC15xx-SET-POWER-API-what-does-this-really-control/m-p/623947#M24503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to get an understanding of the 4 different set_power mode options in the LPC1518.&amp;nbsp; Per UM10736 (V1.1) page 584:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;/* set_power mode options */&lt;BR /&gt;#define PWR_DEFAULT 0&lt;BR /&gt;#define PWR_CPU_PERFORMANCE 1&lt;BR /&gt;#define PWR_EFFICIENCY 2&lt;BR /&gt;#define PWR_LOW_CURRENT 3&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Section 34.4.2.2 seems to elude to this effecting only the M3 core. The LPCOpen documenation nor the rom_pwr_15xx.h file in the LPCOpen library code is of any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do see about a 1.5 to 2 mA reduction in consumption at 24MHz core speed between PWR_LOW_CURRENT and PWR_DEFAULT.&amp;nbsp; I would like to know what really is being effected.&amp;nbsp; Are any peripherals or bus behaviors effected?&amp;nbsp; Anyone have any experience with these settings?&amp;nbsp; Is there better documentation on this somewhere?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 20:01:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC15xx-SET-POWER-API-what-does-this-really-control/m-p/623947#M24503</guid>
      <dc:creator>nsmith17044</dc:creator>
      <dc:date>2017-02-10T20:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: LPC15xx SET_POWER API - what does this really control?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC15xx-SET-POWER-API-what-does-this-really-control/m-p/623948#M24504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update: I found out (the hard way) that use of PWR_EFFICIENCY mode / profile appears to impact the IAP Chip_IAP_CopyRamToFlash() function.&amp;nbsp; With PWR_DEFAULT, the operation of that function works.&amp;nbsp; With PWR_EFFICIENCY the operation appears to be successful based on the response code, however the flash is not updated.&amp;nbsp; This is at a system frequency of 24MHz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From that behavior I surmise that the power profile setting appears to effect the flash block some how.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 13:41:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC15xx-SET-POWER-API-what-does-this-really-control/m-p/623948#M24504</guid>
      <dc:creator>nsmith17044</dc:creator>
      <dc:date>2017-02-13T13:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: LPC15xx SET_POWER API - what does this really control?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC15xx-SET-POWER-API-what-does-this-really-control/m-p/623949#M24505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take a look to the following thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/421116"&gt;Power-saving&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;BR /&gt;Carlos Mendoza&lt;BR /&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 23:22:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC15xx-SET-POWER-API-what-does-this-really-control/m-p/623949#M24505</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2017-02-13T23:22:35Z</dc:date>
    </item>
  </channel>
</rss>

