<?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 Enter Deep Power Down Mode while IRQ pin is Low in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Enter-Deep-Power-Down-Mode-while-IRQ-pin-is-Low/m-p/1425970#M48166</link>
    <description>&lt;P&gt;Hello, I've an issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on a NXP LPC845 board where I use the Deep Power Down Mode. It works perfectly and it wakes up when I press a button (put it to low level) connected to PIO0_4 (N-WKUP).&lt;/P&gt;&lt;P&gt;But the pressed button has a maximum timing of 10s, after that, even if the button is pressed the software doesn't care about it and go back in low power mode (Deep Power Down Mode).&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is where the issue is. The micro turns off when the pin PIO0_4 is on low level. After that, my software is put on a undetermined location and doesn't work anymore. A release or/and press of PIO0_4 button doesn't works. The only way to exit this situation is to press reset button..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you ever got this issue before ? What can I do to solve this ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By advance thank you for your help.&lt;/P&gt;&lt;P&gt;Bastien&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Mar 2022 08:25:20 GMT</pubDate>
    <dc:creator>MrVoxis</dc:creator>
    <dc:date>2022-03-10T08:25:20Z</dc:date>
    <item>
      <title>Enter Deep Power Down Mode while IRQ pin is Low</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Enter-Deep-Power-Down-Mode-while-IRQ-pin-is-Low/m-p/1425970#M48166</link>
      <description>&lt;P&gt;Hello, I've an issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on a NXP LPC845 board where I use the Deep Power Down Mode. It works perfectly and it wakes up when I press a button (put it to low level) connected to PIO0_4 (N-WKUP).&lt;/P&gt;&lt;P&gt;But the pressed button has a maximum timing of 10s, after that, even if the button is pressed the software doesn't care about it and go back in low power mode (Deep Power Down Mode).&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is where the issue is. The micro turns off when the pin PIO0_4 is on low level. After that, my software is put on a undetermined location and doesn't work anymore. A release or/and press of PIO0_4 button doesn't works. The only way to exit this situation is to press reset button..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you ever got this issue before ? What can I do to solve this ?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By advance thank you for your help.&lt;/P&gt;&lt;P&gt;Bastien&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 08:25:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Enter-Deep-Power-Down-Mode-while-IRQ-pin-is-Low/m-p/1425970#M48166</guid>
      <dc:creator>MrVoxis</dc:creator>
      <dc:date>2022-03-10T08:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Enter Deep Power Down Mode while IRQ pin is Low</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Enter-Deep-Power-Down-Mode-while-IRQ-pin-is-Low/m-p/1427525#M48202</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;As you know that the waking-up from deep power-down mode will follow up the Reset process, we have the low power mode example in SDK package.&lt;/P&gt;
&lt;P&gt;...LPC_SDK_MCUExpresso\SDK_2.6.0_LPCXpresso845MAX.zip\boards\lpcxpresso845max\demo_apps\power_mode_switch_lpc, which has the case to exit deep power-down mode with waking-up pin.&lt;/P&gt;
&lt;P&gt;You can download the sdk package from the link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-software-development-kit-sdk:MCUXpresso-SDK" target="_blank"&gt;https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-software-development-kit-sdk:MCUXpresso-SDK&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 07:00:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Enter-Deep-Power-Down-Mode-while-IRQ-pin-is-Low/m-p/1427525#M48202</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2022-03-14T07:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Enter Deep Power Down Mode while IRQ pin is Low</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Enter-Deep-Power-Down-Mode-while-IRQ-pin-is-Low/m-p/1712486#M53940</link>
      <description>&lt;P&gt;Several months later, I would like to help those who have the same problem I had.&lt;/P&gt;&lt;P&gt;When the wake-up pin is low while the microcontroller enters in deep power down mode, this creates a bug that is not foreseen by this MCU. This leads to over-consumption, and the only way to get out of this mode is a hard reset.&lt;/P&gt;&lt;P&gt;I advise you to perform a test on this pin before switching to deep power down mode.&lt;/P&gt;&lt;P&gt;To be clear:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If wake up pin active then switch to power down (by configuring the appropriate pins and wake up on both fronts of the wake up pin).&lt;/LI&gt;&lt;LI&gt;If wake up pin inactive then switch to deep power down mode&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This greatly reduces the chances of getting stuck.&lt;/P&gt;&lt;P&gt;hope this helps&lt;BR /&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 15:05:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Enter-Deep-Power-Down-Mode-while-IRQ-pin-is-Low/m-p/1712486#M53940</guid>
      <dc:creator>MrVoxis</dc:creator>
      <dc:date>2023-08-28T15:05:28Z</dc:date>
    </item>
  </channel>
</rss>

