<?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 mode LPC802 supply current in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1865540#M56034</link>
    <description>&lt;P&gt;Hello, I&amp;nbsp;&lt;SPAN&gt;suggest removing the 56k RPUL. To test this issue&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pavel_Hernandez_0-1715702802343.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/278725i48214A02711B4D58/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pavel_Hernandez_0-1715702802343.png" alt="Pavel_Hernandez_0-1715702802343.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Pavel&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2024 16:06:54 GMT</pubDate>
    <dc:creator>Pavel_Hernandez</dc:creator>
    <dc:date>2024-05-14T16:06:54Z</dc:date>
    <item>
      <title>Deep power down mode LPC802 supply current</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1856671#M55942</link>
      <description>&lt;P&gt;I am using a LPC802 in deep power down mode, the current should be 0.15uA, but I have a 13,8uA current consumption.&lt;/P&gt;&lt;P&gt;Following the example "power_mode_switch_lpc.c":&lt;/P&gt;&lt;P&gt;I configure the wakeup pin:&lt;/P&gt;&lt;P&gt;POWER_DeepPowerDownWakeupSourceSelect(kPmu_Dpd_En_Pio0_17);&lt;/P&gt;&lt;P&gt;where:&lt;/P&gt;&lt;P&gt;static inline void POWER_DeepPowerDownWakeupSourceSelect(uint32_t wakeup_pin)&lt;BR /&gt;{&lt;BR /&gt;PMU-&amp;gt;WUENAREG |= wakeup_pin;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;and to enter deep power down mode call the function:&lt;/P&gt;&lt;P&gt;POWER_EnterDeepPowerDownMode();&lt;/P&gt;&lt;P&gt;where:&lt;/P&gt;&lt;P&gt;void POWER_EnterDeepPowerDownMode(void)&lt;BR /&gt;{&lt;BR /&gt;uint32_t pmsk;&lt;/P&gt;&lt;P&gt;pmsk = __get_PRIMASK();&lt;BR /&gt;__disable_irq();&lt;/P&gt;&lt;P&gt;/* make sure NODPD is cleared */&lt;BR /&gt;PMU-&amp;gt;PCON = (PMU-&amp;gt;PCON &amp;amp; (~(PMU_PCON_PM_MASK | PMU_PCON_NODPD_MASK))) | PMU_PCON_PM(kPmu_Deep_PowerDown);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/* enable Deepsleep mode in the ARM-CORTEX M0+ SCR register */&lt;BR /&gt;SCB-&amp;gt;SCR |= SCB_SCR_SLEEPDEEP_Msk;&lt;BR /&gt;&lt;BR /&gt;/*clear wake up pin status flag*/&lt;BR /&gt;PMU-&amp;gt;WUSRCREG |= PMU_WUSRCREG_WUSRCREG_MASK;&lt;/P&gt;&lt;P&gt;/* Enter powerdown mode */&lt;BR /&gt;__WFI();&lt;/P&gt;&lt;P&gt;/* disable Deepsleep mode in the ARM-CORTEX M0+ SCR register */&lt;BR /&gt;SCB-&amp;gt;SCR &amp;amp;= ~SCB_SCR_SLEEPDEEP_Msk;&lt;BR /&gt;__set_PRIMASK(pmsk);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;All the pins are without external connections, except wakeup pin, where I have an external pullup&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 10:00:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1856671#M55942</guid>
      <dc:creator>eva</dc:creator>
      <dc:date>2024-04-29T10:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Deep power down mode LPC802 supply current</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1856968#M55945</link>
      <description>&lt;P&gt;Hello, my name is Pavel, and I will be supporting your case, let me get into your case when I have more information I will contact you.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 19:44:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1856968#M55945</guid>
      <dc:creator>Pavel_Hernandez</dc:creator>
      <dc:date>2024-04-29T19:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Deep power down mode LPC802 supply current</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1857223#M55951</link>
      <description>&lt;P&gt;Thank you Pavel.&lt;/P&gt;&lt;P&gt;If I write value 0x02 in&amp;nbsp;PMU-&amp;gt;PCON PM bits using the same function, the current consumption goes to 6,5uA (power down mode)&lt;/P&gt;&lt;P&gt;With 0x03 value (deep power down mode), consumption is 13,8uA&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 06:13:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1857223#M55951</guid>
      <dc:creator>eva</dc:creator>
      <dc:date>2024-04-30T06:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Deep power down mode LPC802 supply current</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1858778#M55966</link>
      <description>&lt;P&gt;Hello Pavel, any news regarding this issue? 6uA is too much for my application, I would need a current consuption below 1uA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 06:19:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1858778#M55966</guid>
      <dc:creator>eva</dc:creator>
      <dc:date>2024-05-03T06:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Deep power down mode LPC802 supply current</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1859175#M55969</link>
      <description>&lt;P&gt;Hello, sorry for the late response, I´m following your case, I have some questions about it.&lt;/P&gt;
&lt;P&gt;Could you let me know if you are using a EVK or custom board?&lt;BR /&gt;Could you share a schematic about how you are made the measure?&lt;/P&gt;
&lt;P&gt;The table on it has this note.&lt;BR /&gt;[1] Typical ratings are not guaranteed. The values listed are for room temperature (25 C), VDD = 3.3 V.&lt;/P&gt;
&lt;P&gt;What kind of temperature do you have?&lt;BR /&gt;See the Fig 19. Deep power-down mode.&lt;/P&gt;
&lt;P&gt;Did you put floating the unused pins?&lt;BR /&gt;[3] IDD measurements were performed with all pins configured as GPIO outputs driven LOW and pull-up resistors disabled.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition, please make sure you DISCONNECT the board with IDE debugger when measure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Sat, 04 May 2024 01:19:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1859175#M55969</guid>
      <dc:creator>Pavel_Hernandez</dc:creator>
      <dc:date>2024-05-04T01:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Deep power down mode LPC802 supply current</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1859414#M55972</link>
      <description>&lt;P&gt;Hello Pavel,&lt;/P&gt;&lt;P&gt;I am using a custom board, all the pins are disconnected except the wake up pin (it has an external pullup resistor of 56komhs), and VDD is 3v3.&lt;/P&gt;&lt;P&gt;I am using a polimeter in series with VDD to measure the current. If I write &lt;SPAN&gt;value 0x02 in&amp;nbsp;PMU-&amp;gt;PCON PM bits(power down mode) instead of value 0x03 (deep power down mode), I measure a current of 6uA (same as datasheet).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The temperature is 22ºC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regarding pins I tryed floating pins and also with all pins configured as GPIO outputs driven LOW and pull-up resistors disabled, but result is the same.&amp;nbsp; User manual says:"All functional pins are tri-stated in deep power-down mode except for the WAKEUP pin".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The debugger is disconnected from the board.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 06:23:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1859414#M55972</guid>
      <dc:creator>eva</dc:creator>
      <dc:date>2024-05-06T06:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Deep power down mode LPC802 supply current</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1860323#M55977</link>
      <description>&lt;P&gt;Hello Pavel,&lt;/P&gt;&lt;P&gt;I am using a custom board, all the pins are disconnected except the wake up pin (it has an external pullup resistor of 56komhs), and VDD is 3v3.&lt;/P&gt;&lt;P&gt;I am using a polimeter in series with VDD to measure the current. If I write&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;value 0x02 in&amp;nbsp;PMU-&amp;gt;PCON PM bits(power down mode) instead of value 0x03 (deep power down mode), I measure a current of 6uA (same as datasheet).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The temperature is 22ºC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regarding pins I tryed floating pins and also with all pins configured as GPIO outputs driven LOW and pull-up resistors disabled, but result is the same.&amp;nbsp; User manual says:"All functional pins are tri-stated in deep power-down mode except for the WAKEUP pin".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The debugger is disconnected from the board.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 08:00:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1860323#M55977</guid>
      <dc:creator>eva</dc:creator>
      <dc:date>2024-05-07T08:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Deep power down mode LPC802 supply current</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1865540#M56034</link>
      <description>&lt;P&gt;Hello, I&amp;nbsp;&lt;SPAN&gt;suggest removing the 56k RPUL. To test this issue&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pavel_Hernandez_0-1715702802343.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/278725i48214A02711B4D58/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pavel_Hernandez_0-1715702802343.png" alt="Pavel_Hernandez_0-1715702802343.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 16:06:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1865540#M56034</guid>
      <dc:creator>Pavel_Hernandez</dc:creator>
      <dc:date>2024-05-14T16:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Deep power down mode LPC802 supply current</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1866085#M56045</link>
      <description>&lt;P&gt;Hello, if I remove 56k pullup, current consumption increases up to 45 uA&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 08:09:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1866085#M56045</guid>
      <dc:creator>eva</dc:creator>
      <dc:date>2024-05-15T08:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Deep power down mode LPC802 supply current</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1866606#M56054</link>
      <description>&lt;P&gt;Hello, let me get more information.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 22:43:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1866606#M56054</guid>
      <dc:creator>Pavel_Hernandez</dc:creator>
      <dc:date>2024-05-15T22:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Deep power down mode LPC802 supply current</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1869108#M56101</link>
      <description>&lt;P&gt;Hello, I have checked the code, suggest mode the below configuration to test this issue.&lt;/P&gt;
&lt;P&gt;Do not disable the GPIO0 clock,&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pavel_Hernandez_0-1716233992519.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/279687i2F97D1C50AA8A88C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Pavel_Hernandez_0-1716233992519.png" alt="Pavel_Hernandez_0-1716233992519.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Because I don't have your board, it's limited for me to check this issue.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 19:42:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1869108#M56101</guid>
      <dc:creator>Pavel_Hernandez</dc:creator>
      <dc:date>2024-05-20T19:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Deep power down mode LPC802 supply current</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1870901#M56127</link>
      <description>&lt;P&gt;Hello Pavel,&lt;/P&gt;&lt;P&gt;I tried your suggestion, but the result is the same. I have the same current consumtion either I call LP_PreEnterLowPower function or not.&lt;/P&gt;&lt;P&gt;In Deep power down mode, power is shut off to entire chip except for the WAKEUP pins, digital peripherals are off, and PIOn_m pins are Floating, so that makes sense.&lt;/P&gt;&lt;P&gt;I could think that I have a problem in PCB, but if I enter power down mode instead of Deep power down mode, the current consumption goes to 6uA, that is the value in datasheet. So that makes me think that something is wrong in software.&lt;/P&gt;&lt;P&gt;I have measured current through pullup resistor, it is 0,4uA aprox, so it seems that 13uA consumption is internal.&lt;/P&gt;&lt;P&gt;Best regads&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 15:33:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1870901#M56127</guid>
      <dc:creator>eva</dc:creator>
      <dc:date>2024-05-22T15:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Deep power down mode LPC802 supply current</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1874962#M56150</link>
      <description>&lt;P&gt;Hello, I asked for get more details because in my department does not have that board, the engineer that help me have these comments.... I have tested the customer's code in LPC802 EVK, according to my test results the power consumption when deep power down is 0.18uA. Just changed the wakeup pin from P0_17 to P0_8 based on LPC802 EVK.&lt;/P&gt;
&lt;P&gt;I doubt this issue was caused by customer's board, suggest try to change the WAKEUP pin to test this issue.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Sat, 25 May 2024 02:16:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1874962#M56150</guid>
      <dc:creator>Pavel_Hernandez</dc:creator>
      <dc:date>2024-05-25T02:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Deep power down mode LPC802 supply current</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1875212#M56154</link>
      <description>&lt;P&gt;Thank you Pavel. Which is the value of the pullup resistance you have in your wakeup pin?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 06:02:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1875212#M56154</guid>
      <dc:creator>eva</dc:creator>
      <dc:date>2024-05-27T06:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Deep power down mode LPC802 supply current</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1875664#M56157</link>
      <description>&lt;P&gt;Hello, they mentioned &lt;SPAN&gt;P0_8 based on LPC802 EVK.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pavel_Hernandez_0-1716821506318.png" style="width: 200px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/281012i570D280C3952958F/image-size/small?v=v2&amp;amp;px=200" role="button" title="Pavel_Hernandez_0-1716821506318.png" alt="Pavel_Hernandez_0-1716821506318.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Pavel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 14:52:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Deep-power-down-mode-LPC802-supply-current/m-p/1875664#M56157</guid>
      <dc:creator>Pavel_Hernandez</dc:creator>
      <dc:date>2024-05-27T14:52:41Z</dc:date>
    </item>
  </channel>
</rss>

