<?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 Re: LPC power profile API &amp; Remark in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-power-profile-API-Remark/m-p/712643#M28784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yoshiyuki Okada,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Test result is the most useful guarantee, if your current consumption is really decreased, and your code function is working OK, it is really useful. Document won't write every details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; But, if you meet the problem in the future, just post the question, and let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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, 09 Oct 2017 06:26:30 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2017-10-09T06:26:30Z</dc:date>
    <item>
      <title>LPC power profile API &amp; Remark</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-power-profile-API-Remark/m-p/712640#M28781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using LPC812.&lt;/P&gt;&lt;P&gt;Can I change the value of SYSAHBCLKDIV from "1" to "12" after I call set_power routine with low current mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to use power profile API, set_power routine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to a LPC81x Users manual, SYSAHBBLKDIV should be kept "1" while using the set_power routine as below,&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Remark: Use the set_power routine with SYSAHBCLKDIV = 1 (System clock divider register, see Table 29 and Figure 47)."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, I'd like to make system clock 1MHz without using System PLL to pursue low power consumption. Therefore, I set the clock configuration as below;&lt;/P&gt;&lt;P&gt;Main clock :12MHz ( drive from IRC oscillator)&amp;nbsp;&lt;/P&gt;&lt;P&gt;System clock : 1MHz ( main clock is divided into twelve,&amp;nbsp;&lt;SPAN&gt;SYSAHBCLKDIV = 12&lt;/SPAN&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to change&lt;SPAN&gt;&amp;nbsp;the value of SYSAHBCLKDIV from "12" to "1" after I call set_power routine&lt;/SPAN&gt;, however, I'm afraid it will conflicts with the Remark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 03:47:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-power-profile-API-Remark/m-p/712640#M28781</guid>
      <dc:creator>yoshiyukiokada</dc:creator>
      <dc:date>2017-09-25T03:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: LPC power profile API &amp; Remark</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-power-profile-API-Remark/m-p/712641#M28782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yoshiyuki Okada,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; After you call set_power , I think you can set SYSAHBCLKDIV from 1 to 12.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You can try it on your side, if you meet any question after you modify it, please let me know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;kerry&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>Thu, 28 Sep 2017 07:23:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-power-profile-API-Remark/m-p/712641#M28782</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-09-28T07:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: LPC power profile API &amp; Remark</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-power-profile-API-Remark/m-p/712642#M28783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;I've tried it with my lpc812 xpressso board and confirmed that the current consumption decreased by 200uA.&lt;/P&gt;&lt;P&gt;However, I'm not sure weather my trial is appropriate or not since I couldn't fined any documents guarantee my way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Yoshiyuki&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Sep 2017 17:15:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-power-profile-API-Remark/m-p/712642#M28783</guid>
      <dc:creator>yoshiyukiokada</dc:creator>
      <dc:date>2017-09-28T17:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: LPC power profile API &amp; Remark</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-power-profile-API-Remark/m-p/712643#M28784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yoshiyuki Okada,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Test result is the most useful guarantee, if your current consumption is really decreased, and your code function is working OK, it is really useful. Document won't write every details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; But, if you meet the problem in the future, just post the question, and let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&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, 09 Oct 2017 06:26:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC-power-profile-API-Remark/m-p/712643#M28784</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-10-09T06:26:30Z</dc:date>
    </item>
  </channel>
</rss>

