<?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: Deep power down RTC wake up issue in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-RTC-wake-up-issue/m-p/583637#M20896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the working&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;pmcstates example? I am trying the LPCOpen example on a NGX board and it is not working at all! I get into the sleep/deeep_sleep/power_down/deep_power_down modes but I am not able to wake up the board. I try with RTC&amp;nbsp;and WAKEUP0 pin but no chance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks,&lt;BR /&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2017 18:43:18 GMT</pubDate>
    <dc:creator>danieltoma</dc:creator>
    <dc:date>2017-02-07T18:43:18Z</dc:date>
    <item>
      <title>Deep power down RTC wake up issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-RTC-wake-up-issue/m-p/583634#M20893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by henna on Sun May 31 19:10:08 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working on the similar project and I face the same issue. I am trying to put my LPC4357 into Deep power down mode and I am not able to wake up from RTC alarm event interrupt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However I am able to wake up from wake up 0 event interrupt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To make sure RTC alarm is triggered I am putting ON one LED in the interrupt.the VBAT pin stays at 3.3V all the time and I put debug to check if RTC is enabling or not, everything works fine but, if I put my 4357 in deep power down mode and choose to wake up from RTC alarm event interrupt I loose the control of debug( which is expected) but by I never get RTC alarm interrupt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suspect RTC is not working( or is not getting power) as expected in deep power down mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone tell what I am doing wrong or any help about how to check power of RTC domain once the core is deep power down.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help will be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Heena &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:07:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-RTC-wake-up-issue/m-p/583634#M20893</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Deep power down RTC wake up issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-RTC-wake-up-issue/m-p/583635#M20894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bavarian on Mon Jun 01 08:18:28 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume it is a simple configuration problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Look into the attached source code which comes from an example which realized several power-down/wakeup scenarios.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's programmed in a pretty simple way, so hopefully you find the things which are missing in your code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP Support Team&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:07:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-RTC-wake-up-issue/m-p/583635#M20894</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Deep power down RTC wake up issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-RTC-wake-up-issue/m-p/583636#M20895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by henna on Mon Jun 01 20:40:37 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I modified the LPCexpresso "pmcstates" example code according to the reference code. After few changes now my LPC4357 is able to wake up from deep power down and deep sleep mode. But after all this changes my LPC4357 can't wake up from Wakeup0 or RTC in power down mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you suggest anything on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Heena&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 19:07:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-RTC-wake-up-issue/m-p/583636#M20895</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T19:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Deep power down RTC wake up issue</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-RTC-wake-up-issue/m-p/583637#M20896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the working&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;pmcstates example? I am trying the LPCOpen example on a NGX board and it is not working at all! I get into the sleep/deeep_sleep/power_down/deep_power_down modes but I am not able to wake up the board. I try with RTC&amp;nbsp;and WAKEUP0 pin but no chance!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Thanks,&lt;BR /&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 18:43:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-RTC-wake-up-issue/m-p/583637#M20896</guid>
      <dc:creator>danieltoma</dc:creator>
      <dc:date>2017-02-07T18:43:18Z</dc:date>
    </item>
  </channel>
</rss>

