<?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: LPC43xx Deep power down wakeup after more than 64seconds</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Deep-power-down-wakeup-after-more-than-64seconds/m-p/658303#M26155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kha Vo,&lt;/P&gt;&lt;P&gt;1. How could sleep more than that?&lt;/P&gt;&lt;P&gt;The maximum period is 64s, as the counter/timer clock is fixed :1024 Hz.&lt;/P&gt;&lt;P&gt;2. Is RTC wake-up really work? If it is, why we need to config the ATimer?&lt;/P&gt;&lt;P&gt;In my opinion, the Atimer is particular to generate periodic interrupt which can be used to wake up the device from a low power mode, however the RTC is more complicated than it.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&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>Fri, 09 Dec 2016 06:52:19 GMT</pubDate>
    <dc:creator>jeremyzhou</dc:creator>
    <dc:date>2016-12-09T06:52:19Z</dc:date>
    <item>
      <title>LPC43xx Deep power down wakeup after more than 64seconds</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Deep-power-down-wakeup-after-more-than-64seconds/m-p/658302#M26154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;As LPCOpen sample pmc_states.c,&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Chip_ATIMER_DeInit(LPC_ATIMER);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;ATIMER_ClearInts();&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Chip_ATIMER_Init(LPC_ATIMER, RTC_ALARM_TIME*1000);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;LPC_ATIMER-&amp;gt;DOWNCOUNTER = RTC_ALARM_TIME*1000;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Chip_ATIMER_IntEnable(LPC_ATIMER);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;/* Call Pre SleepPowerDown function */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;PMC_Pre_SleepPowerDown();&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;/* Goto Deep Sleep mode */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Chip_PMC_Set_PwrState(Pwr_state);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;MCU will wake-up by ATimer, but this is Timer 16bit and runs at 1024Hz clock, so the maximum time is 64 second.&lt;/P&gt;&lt;P&gt;1. How could sleep more than that?&lt;BR /&gt;2. Is RTC wake-up really work? If it is, why we need to config the ATimer?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kha Vo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 09:44:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Deep-power-down-wakeup-after-more-than-64seconds/m-p/658302#M26154</guid>
      <dc:creator>KhaVo</dc:creator>
      <dc:date>2016-12-08T09:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx Deep power down wakeup after more than 64seconds</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Deep-power-down-wakeup-after-more-than-64seconds/m-p/658303#M26155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kha Vo,&lt;/P&gt;&lt;P&gt;1. How could sleep more than that?&lt;/P&gt;&lt;P&gt;The maximum period is 64s, as the counter/timer clock is fixed :1024 Hz.&lt;/P&gt;&lt;P&gt;2. Is RTC wake-up really work? If it is, why we need to config the ATimer?&lt;/P&gt;&lt;P&gt;In my opinion, the Atimer is particular to generate periodic interrupt which can be used to wake up the device from a low power mode, however the RTC is more complicated than it.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&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>Fri, 09 Dec 2016 06:52:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Deep-power-down-wakeup-after-more-than-64seconds/m-p/658303#M26155</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-12-09T06:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43xx Deep power down wakeup after more than 64seconds</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Deep-power-down-wakeup-after-more-than-64seconds/m-p/658304#M26156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;jeremyzhou,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thanks for your answers!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;So to sleep longer, I need to use RTC wake up. I face another problem with RTC initializing that it take 2 second to init RTC each booting. I've posted this issue &lt;A _jive_internal="true" href="https://community.nxp.com/thread/440565"&gt;here&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Hoping that you or others could help!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Kha Vo&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2016 05:23:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43xx-Deep-power-down-wakeup-after-more-than-64seconds/m-p/658304#M26156</guid>
      <dc:creator>KhaVo</dc:creator>
      <dc:date>2016-12-11T05:23:59Z</dc:date>
    </item>
  </channel>
</rss>

