<?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: LPC845: can't go below 25µA in power down mode in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054664#M40840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Victor,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;in order to get the datasheet value, you need&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;- IDD measurements were performed with ALL pins configured as GPIO outputs driven LOW and pull-up resistors disabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;- ALL oscillators and analog blocks turned off.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;the SDK demo should not do all above initialization.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;BTW, I test deep power down mode with SDK demo. the Id is 1.4uA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/109916i4C4859A2A90CE644/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jun Zhang&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>Mon, 10 Aug 2020 07:52:17 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2020-08-10T07:52:17Z</dc:date>
    <item>
      <title>LPC845: can't go below 25µA in power down mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054659#M40835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to reach the current stated in the datasheet of the LPC845 in power down mode.&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/109454i4B3E0616F60D0985/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm working at Tamb = 25°C, Vdd = 3.3V, QFN33 package.&lt;/P&gt;&lt;P&gt;This is the code I run :&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#include "fsl_debug_console.h"&lt;BR /&gt;#include "board.h"&lt;BR /&gt;#include "fsl_common.h"&lt;BR /&gt;#include "fsl_power.h"&lt;BR /&gt;#include "fsl_usart.h"&lt;BR /&gt;#include "fsl_syscon.h"&lt;BR /&gt;#include "fsl_wkt.h"&lt;BR /&gt;#include "fsl_iocon.h"&lt;BR /&gt;#include "pin_mux.h"&lt;BR /&gt;#include &amp;lt;stdbool.h&amp;gt;&lt;BR /&gt;#include "fsl_pint.h"&lt;BR /&gt;#include "fsl_swm.h"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/*&lt;BR /&gt; * Setup a GPIO input pin as wakeup source.&lt;BR /&gt; */&lt;/P&gt;&lt;P&gt;void DEMO_PreEnterLowPower(void)&lt;BR /&gt;{&lt;BR /&gt; /* switch main clock source to FRO18M */&lt;BR /&gt; POWER_DisablePD(kPDRUNCFG_PD_FRO_OUT);&lt;BR /&gt; POWER_DisablePD(kPDRUNCFG_PD_FRO);&lt;BR /&gt; CLOCK_SetMainClkSrc(kCLOCK_MainClkSrcFro);&lt;BR /&gt; CLOCK_SetFroOscFreq(kCLOCK_FroOscOut18M);&lt;BR /&gt; CLOCK_SetFroOutClkSrc(kCLOCK_FroSrcFroOsc);&lt;/P&gt;&lt;P&gt;/* system osc power down&lt;BR /&gt; * application should decide if more part need to power down to achieve better power consumption&lt;BR /&gt; * */&lt;BR /&gt; POWER_EnablePD(kPDRUNCFG_PD_SYSOSC);&lt;BR /&gt; CLOCK_DisableClock(kCLOCK_Iocon);&lt;BR /&gt; CLOCK_DisableClock(kCLOCK_Uart0);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/*!&lt;BR /&gt; * @brief Main function&lt;BR /&gt; */&lt;BR /&gt;int main(void)&lt;BR /&gt;{&lt;BR /&gt; BOARD_BootClockPll24M();&lt;/P&gt;&lt;P&gt;GPIO_PortInit(GPIO, 0);&lt;BR /&gt; CLOCK_EnableClock(kCLOCK_Iocon);&lt;/P&gt;&lt;P&gt;/* disable all pull ups */&lt;BR /&gt; for (int i =0; i&amp;lt; 52; i++)&lt;BR /&gt; {&lt;BR /&gt; if (i == 12) continue; //reserved&lt;BR /&gt; if (i == 19) continue; //reserved&lt;BR /&gt; if (i &amp;gt; 30 &amp;amp;&amp;amp; i &amp;lt;35) continue; //reserved&lt;BR /&gt; if (i &amp;gt; 35 &amp;amp;&amp;amp; i &amp;lt;50) continue; //reserved&lt;BR /&gt; IOCON-&amp;gt;PIO[i] &amp;amp;= ~(IOCON_PIO_MODE_MASK);&lt;BR /&gt; IOCON-&amp;gt;PIO[i] &amp;amp;= ~(IOCON_PIO_HYS_MASK);&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;CLOCK_DisableClock(kCLOCK_Iocon);&lt;/P&gt;&lt;P&gt;for (int i =0; i&amp;lt; 28; i++)&lt;BR /&gt; {&lt;BR /&gt; if (i == 24)// || i == 6)&lt;BR /&gt; {&lt;BR /&gt; //UART RX pin set to input&lt;BR /&gt; GPIO_PinInit(GPIO, 0, i, &amp;amp;(gpio_pin_config_t){kGPIO_DigitalInput, 0});&lt;BR /&gt; continue;&lt;BR /&gt; }&lt;BR /&gt; if (i == 6)&lt;BR /&gt; {&lt;BR /&gt; //S2LP shutdown must be set&lt;BR /&gt; GPIO_PinInit(GPIO, 0, i, &amp;amp;(gpio_pin_config_t){kGPIO_DigitalOutput, 1});&lt;BR /&gt; continue;&lt;BR /&gt; }&lt;BR /&gt; GPIO_PinInit(GPIO, 0, i, &amp;amp;(gpio_pin_config_t){kGPIO_DigitalOutput, 0});&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;DEMO_PreEnterLowPower();&lt;/P&gt;&lt;P&gt;/* disable SWD */&lt;BR /&gt; CLOCK_EnableClock(kCLOCK_Swm);&lt;BR /&gt; SWM0-&amp;gt;PINENABLE0 = 0xFFFFFDFF; //demap everything except reset&lt;BR /&gt; SWM0-&amp;gt;PINENABLE1 = 0x7F;&lt;BR /&gt; CLOCK_DisableClock(kCLOCK_Swm);&lt;BR /&gt; CLOCK_DisableClock(kCLOCK_Gpio0);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; POWER_EnterPowerDown(0);&lt;/P&gt;&lt;P&gt;return 1;&lt;BR /&gt;}&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;OL&gt;&lt;LI&gt;I've disabled all the pull ups.&lt;/LI&gt;&lt;LI&gt;All the pins are set to output at low level, except 1 gpio as input (level is maintained high by an external device which current does not contribute to my measurement)&amp;nbsp; and 1 gpio as output to 1 (load current &amp;lt; 50nA). I suppose this high level could add a few µA, but currently the power consumption is way too high : about 25µA after detaching the debugger.&lt;/LI&gt;&lt;LI&gt;BOD and WDT are disabled&lt;/LI&gt;&lt;LI&gt;I need only a wake up on reset pin (by the way, does the reset wake-up the chip, or does it simply reset it as usual?)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2020 10:31:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054659#M40835</guid>
      <dc:creator>v_canoz</dc:creator>
      <dc:date>2020-08-03T10:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: LPC845: can't go below 25µA in power down mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054660#M40836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I suggest test your board with MCUXpresso SDK demo&lt;/P&gt;&lt;P&gt;SDK_LPCXpresso845MAX\boards\lpcxpresso845max\demo_apps\power_mode_switch_lpc\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This demo has 4 options:&lt;BR /&gt; 1. Sleep mode&lt;/P&gt;&lt;P&gt;2. Deep Sleep mode&lt;/P&gt;&lt;P&gt;3. Power Down mode&lt;/P&gt;&lt;P&gt;4. Deep power down mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select power download mode, test if the current is as your expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2020 09:53:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054660#M40836</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-08-04T09:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: LPC845: can't go below 25µA in power down mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054661#M40837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jun,&lt;/P&gt;&lt;P&gt;The code above is extracted from the example you've mentioned. Actually the power consumption is about the same with the example.&lt;/P&gt;&lt;P&gt;By the way, the mode 4 (deep power down) does not work on my side, current does not go below 2mA in this mode (but this is not the problem here)&lt;/P&gt;&lt;P&gt;In the code I posted above, is there something missing, did I forget to disable something ?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2020 10:04:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054661#M40837</guid>
      <dc:creator>v_canoz</dc:creator>
      <dc:date>2020-08-04T10:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: LPC845: can't go below 25µA in power down mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054662#M40838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;I checked sample code power down mode, temperature is around 26C. it's 43.6 uA. It's normal. please check the same. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/109690i210DC1D2A5B409AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 02:58:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054662#M40838</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-08-06T02:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: LPC845: can't go below 25µA in power down mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054663#M40839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Ok, but what modifications do I have to do in the code, in order to be able to reach the current stated in page 48 of the &lt;A href="https://www.nxp.com/docs/en/data-sheet/LPC84x.pdf"&gt;datasheet &lt;/A&gt;?&lt;/P&gt;&lt;P&gt;Power-down mode states 1.5µA typ current at 25°C...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/109652i607EA83587BC048B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 07:19:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054663#M40839</guid>
      <dc:creator>v_canoz</dc:creator>
      <dc:date>2020-08-06T07:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: LPC845: can't go below 25µA in power down mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054664#M40840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Victor,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;in order to get the datasheet value, you need&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;- IDD measurements were performed with ALL pins configured as GPIO outputs driven LOW and pull-up resistors disabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;- ALL oscillators and analog blocks turned off.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;the SDK demo should not do all above initialization.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;BTW, I test deep power down mode with SDK demo. the Id is 1.4uA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/109916i4C4859A2A90CE644/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jun Zhang&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>Mon, 10 Aug 2020 07:52:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054664#M40840</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-08-10T07:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC845: can't go below 25µA in power down mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054665#M40841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jun,&lt;/P&gt;&lt;P&gt;Can you provide the project used for reaching this current ?&lt;/P&gt;&lt;P&gt;I honestly don't know what I forget to disable...&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2020 10:13:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054665#M40841</guid>
      <dc:creator>v_canoz</dc:creator>
      <dc:date>2020-08-10T10:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: LPC845: can't go below 25µA in power down mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054666#M40842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I don't have the testing project for datasheet data.&lt;/P&gt;&lt;P&gt;User needs to follow this to implement by self.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2020 01:22:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054666#M40842</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-08-11T01:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: LPC845: can't go below 25µA in power down mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054667#M40843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL style="color: #2e3033; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;&lt;LI style="margin: 0px 0px 10px;"&gt;&lt;P class="" data-group="1-1" style="color: #666666; font-size: 14px;"&gt;I have solved this problem, please see the attachment&lt;/P&gt;&lt;/LI&gt;&lt;LI style="margin: 0px 0px 10px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/113578i8969E12C88FC9766/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI style="margin: 0px 0px 10px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/113558i95AAA00E6ACDD99E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI style="margin: 0px 0px 10px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/113563iAA7B782BDB217F3F/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI style="margin: 0px 0px 10px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/113571i07BE400F71287A8B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Aug 2020 04:56:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054667#M40843</guid>
      <dc:creator>phidiawang</dc:creator>
      <dc:date>2020-08-15T04:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: LPC845: can't go below 25µA in power down mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054668#M40844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to know.&lt;/P&gt;&lt;P&gt;Thanks for the sharing,&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2020 02:28:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054668#M40844</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-08-17T02:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: LPC845: can't go below 25µA in power down mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054669#M40845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="290629" data-username="phidiawang" href="https://community.nxp.com/people/phidiawang" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: none; font-size: 1.286rem;"&gt;wang qifei&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I got time to test your power_mode_switch_lpc.c today -- replace the same file with it under SDK2.8&amp;nbsp; power_mode_switch_lpc demo . but the result is not as yours, Could you please upload your project here?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2020 08:10:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054669#M40845</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-08-18T08:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: LPC845: can't go below 25µA in power down mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054670#M40846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tested&amp;nbsp; it again(LPCXpresso845MAX),it's 1.17uA.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/115247iE34CA565CC30E292/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I disconnected the SJ6,and&amp;nbsp;concatenated the multimeter between&amp;nbsp;2 pins of&amp;nbsp; JP2.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/115276i6664F35F30F72362/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2020 08:46:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054670#M40846</guid>
      <dc:creator>phidiawang</dc:creator>
      <dc:date>2020-08-19T08:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: LPC845: can't go below 25µA in power down mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054671#M40847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tested it again.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the key issue of getting 43.6uA in power down mode is that IDE is interactive with LPC845 via SWD background, LPC845 debug&amp;nbsp;module was not fully power down. I just tested below code on demo code (very simple):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/111218iDA153310D5AD6967/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after downloading code, disconnected power supply, then powered on board again. the current&amp;nbsp;went&amp;nbsp;down&amp;nbsp;to 1.5uA:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/111219i2D268E83953D4572/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jun Zhang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2020 08:34:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1054671#M40847</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2020-08-24T08:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: LPC845: can't go below 25µA in power down mode</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1641626#M52326</link>
      <description>&lt;P&gt;FYI for the community:&lt;/P&gt;&lt;P&gt;We spent a lot of time trying to achieve the 1.5uA consumption in Power-Down mode on &lt;STRONG&gt;LPC845M301JHI33&lt;/STRONG&gt;, but we couldn't get it lower than ~6uA.&amp;nbsp; We finally got confirmation from NXP that the LPC845 in 33-pin package draws more current than the higher-pin-count parts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;NXP's response was:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P align="left"&gt;&lt;SPAN&gt;33pin package power down mode typical power consumption is higher than 48pin, which is normal but currently they don't have data in DS&lt;/SPAN&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;SPAN&gt;The suggestion from application team is "&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;using the 48pin package to replace the 33pin package&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P align="left"&gt;Hope this note saves some headache and wasted time for someone else...&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 13:46:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC845-can-t-go-below-25%C2%B5A-in-power-down-mode/m-p/1641626#M52326</guid>
      <dc:creator>phatpaul</dc:creator>
      <dc:date>2023-04-27T13:46:03Z</dc:date>
    </item>
  </channel>
</rss>

