<?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のトピックRe: LPC55S69 : power_manager_lpc example</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-power-manager-lpc-example/m-p/1001617#M39331</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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no errata about that, you just need your MCU to work in one of the clocks that are enabled when going to Power Down mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Feb 2020 23:37:37 GMT</pubDate>
    <dc:creator>FelipeGarcia</dc:creator>
    <dc:date>2020-02-11T23:37:37Z</dc:date>
    <item>
      <title>LPC55S69 : power_manager_lpc example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-power-manager-lpc-example/m-p/1001614#M39328</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;It is not so clear why few lines are really need&amp;nbsp; before entering to PowerDown mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For what reason SystemClock set to 32768 Hz before entering to PowerDown mode ?&lt;/P&gt;&lt;P&gt;It should go to it directly from any clock.&lt;/P&gt;&lt;P&gt;Or in this case it more relaible way ? Or some errata ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void DEMO_PreLowPower(void)&lt;BR /&gt;{&lt;BR /&gt; /*!&amp;lt; Configure RTC OSC */&lt;BR /&gt; POWER_EnablePD(kPDRUNCFG_PD_XTAL32K); /*!&amp;lt; Powered down the XTAL 32 kHz RTC oscillator */&lt;BR /&gt; POWER_DisablePD(kPDRUNCFG_PD_FRO32K); /*!&amp;lt; Powered the FRO 32 kHz RTC oscillator */&lt;BR /&gt; CLOCK_AttachClk(kFRO32K_to_OSC32K); /*!&amp;lt; Switch OSC32K to FRO32K */&lt;/P&gt;&lt;P&gt;CLOCK_SetFLASHAccessCyclesForFreq(32768U); /*!&amp;lt; Set FLASH wait states for core */&lt;/P&gt;&lt;P&gt;/*!&amp;lt; Set up dividers */&lt;BR /&gt; CLOCK_SetClkDiv(kCLOCK_DivAhbClk, 1U, false); /*!&amp;lt; Set AHBCLKDIV divider to value 1 */&lt;/P&gt;&lt;P&gt;/*!&amp;lt; Set up clock selectors - Attach clocks to the peripheries */&lt;BR /&gt; &lt;STRONG&gt;CLOCK_AttachClk(kOSC32K_to_MAIN_CLK); /*!&amp;lt; Switch MAIN_CLK to OSC32K */&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/*&amp;lt; Set SystemCoreClock variable. */&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; SystemCoreClock = 32768U;&lt;/STRONG&gt;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; DEMO_PreLowPower();&lt;BR /&gt; POWER_EnterPowerDown(APP_EXCLUDE_FROM_POWERDOWN, 0x7FFF,&lt;BR /&gt; WAKEUP_GPIO_GLOBALINT0 | WAKEUP_GPIO_GLOBALINT1, 1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jan 2020 17:03:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-power-manager-lpc-example/m-p/1001614#M39328</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-01-25T17:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : power_manager_lpc example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-power-manager-lpc-example/m-p/1001615#M39329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eugene,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is because power-down mode affects the entire system, the clock to all CPUs and peripheral is shut down. That is why system clock is switch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recommend you to check table 283 of UM. This table shows the peripheral that are ON/OFF depending on the power mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2020 20:51:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-power-manager-lpc-example/m-p/1001615#M39329</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2020-01-29T20:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : power_manager_lpc example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-power-manager-lpc-example/m-p/1001616#M39330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/felipegsoto"&gt;felipegsoto&lt;/A&gt;‌ !&lt;/P&gt;&lt;P&gt;Yes I have used PowerDown mode and examinate wakeup sources and leave FRO32 and/or XTAL32 osicllators alive while PowerDown.&lt;/P&gt;&lt;P&gt;It work fine and MCU returns back with FRO12M clock as mentioned in UM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I force MCU to Powerdown from any Clock directly without any reduction of clock to 32kHz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not mentioned in UM anywhere why Main clock should be switched to 32kHz before calling PowerDown API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLOCK_AttachClk(kOSC32K_to_MAIN_CLK); /*!&amp;lt; Switch MAIN_CLK to OSC32K */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I should do that configuration ? Is this something in errata or what ?&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>Thu, 30 Jan 2020 09:42:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-power-manager-lpc-example/m-p/1001616#M39330</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-01-30T09:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55S69 : power_manager_lpc example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-power-manager-lpc-example/m-p/1001617#M39331</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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no errata about that, you just need your MCU to work in one of the clocks that are enabled when going to Power Down mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2020 23:37:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55S69-power-manager-lpc-example/m-p/1001617#M39331</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2020-02-11T23:37:37Z</dc:date>
    </item>
  </channel>
</rss>

