<?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: LPC54114 Power consumption at 3.6V in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Power-consumption-at-3-6V/m-p/806282#M32380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No fix, they're adding an errata note. Seems we'll need a regulated power rail with a higher reference voltage :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Sep 2018 01:03:21 GMT</pubDate>
    <dc:creator>brulath</dc:creator>
    <dc:date>2018-09-03T01:03:21Z</dc:date>
    <item>
      <title>LPC54114 Power consumption at 3.6V</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Power-consumption-at-3-6V/m-p/806275#M32373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We've got a design using an LPC54114 which we noticed had unexpectedly high&amp;nbsp;deep power-down current of 80 uA, just with the processor and an analog reference voltage attached (2.5V ref, which consumes max 1.5 uA).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some steps I've followed to debug the issue so far are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed the instructions in the errata re: the ADC excess power consumption and&amp;nbsp;observed&amp;nbsp;no effect whether I left the pins as analog or digital when entering deep power-down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We were powering VDDA and VREFP from the same 7mA 2.5V reference; when I powered VDDA directly from the same source as VCC at 3.6V (vrefp still 2.5V) the power consumption dropped to 20 uA (from 80).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following those steps I then tried dropping the input voltage (VCC/VDDA) and observed:&lt;/P&gt;&lt;P&gt;20 uA @ 3.6V&lt;/P&gt;&lt;P&gt;8 uA @ 3.3V&lt;/P&gt;&lt;P&gt;3.5 uA @ 3.0V&lt;/P&gt;&lt;P&gt;2&amp;nbsp;uA @ 2.5V (vref removed)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I configuring something incorrectly or is this expected behaviour? The data sheet only lists 1.62V and 2.0V tests (at 290 nA and 330 nA respectively). This is significantly higher power consumption than the LPC11U68 we replaced, so it's unexpected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 06:43:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Power-consumption-at-3-6V/m-p/806275#M32373</guid>
      <dc:creator>brulath</dc:creator>
      <dc:date>2018-07-12T06:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 Power consumption at 3.6V</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Power-consumption-at-3-6V/m-p/806276#M32374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bruce Andrews,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some JS components that if there are not removed an extra leakage current is observed on the top of the specific power consumption for the low power modes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this application in the link below &lt;A href="https://www.nxp.com/docs/en/application-note/AN11799.zip"&gt; AN11799 application note&lt;/A&gt;, this application notes talk about low power mode of the LPC5411x series and wake-up implementations, also talk and explain an example to enter in the differences low power modes, how to measure the power consumption, and what can cause an extra leakage current.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tell me if you can solve the problem, and if you still having problems please give more details about what are the exact steps that you are followed to prove it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;BR /&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 16:21:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Power-consumption-at-3-6V/m-p/806276#M32374</guid>
      <dc:creator>miguel_mendoza</dc:creator>
      <dc:date>2018-07-13T16:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 Power consumption at 3.6V</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Power-consumption-at-3-6V/m-p/806277#M32375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not using the LPCXpresso54114 board, but a design we've created using the 64-pin variant of the LPC54114. I've modified the PMU demo to&amp;nbsp;the equivalent of the following code:&lt;/P&gt;&lt;PRE&gt;// Just disabling the ADC pins to make sure
static const PINMUX_GRP_T pinmuxing[] = {
 {0, 29, (IOCON_FUNC0 | IOCON_MODE_INACT | IOCON_DIGITAL_EN)},
 {0, 30, (IOCON_FUNC0 | IOCON_MODE_INACT | IOCON_DIGITAL_EN)},
 {0, 31, (IOCON_FUNC0 | IOCON_MODE_INACT | IOCON_DIGITAL_EN)},
 {1, 0, (IOCON_FUNC0 | IOCON_MODE_INACT | IOCON_DIGITAL_EN)},
 {1, 1, (IOCON_FUNC0 | IOCON_MODE_INACT | IOCON_DIGITAL_EN)},
 {1, 2, (IOCON_FUNC0 | IOCON_MODE_INACT | IOCON_DIGITAL_EN)},
 {1, 3, (IOCON_FUNC0 | IOCON_MODE_INACT | IOCON_DIGITAL_EN)},
 {1, 4, (IOCON_FUNC0 | IOCON_MODE_INACT | IOCON_DIGITAL_EN)},
 {1, 5, (IOCON_FUNC0 | IOCON_MODE_INACT | IOCON_DIGITAL_EN)},
 {1, 6, (IOCON_FUNC0 | IOCON_MODE_INACT | IOCON_DIGITAL_EN)},
 {1, 7, (IOCON_FUNC0 | IOCON_MODE_INACT | IOCON_DIGITAL_EN)},
 {1, 8, (IOCON_FUNC0 | IOCON_MODE_INACT | IOCON_DIGITAL_EN)},
};&lt;/PRE&gt;&lt;PRE&gt;
int main(void)
{
&amp;nbsp; &amp;nbsp; SystemCoreClockUpdate();
 &lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;Board_Init(); // default, initialises GPIO, led, inputmux/iocon clocks

&amp;nbsp;&amp;nbsp;&amp;nbsp; // Switch to 12 mHz, as suggested in the application note
 &lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;Chip_Clock_SetMainClockSource(SYSCON_MAINCLKSRC_FRO12MHZ);
 &lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;LPC_SYSCON-&amp;gt;FROCTRL &amp;amp;= ~(SYSCON_FROCTRL_MASK | SYSCON_FROCTRL_HSPDCLK);
 &lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;Chip_SYSCON_SetFLASHAccess(SYSCON_FLASH_1CYCLE);
 &lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;Chip_POWER_SetVoltage(Chip_Clock_GetMainClockRate());

&amp;nbsp;&amp;nbsp;&amp;nbsp; // Ensure ADC pins are digital, re: errata
&amp;nbsp; &amp;nbsp; Chip_IOCON_SetPinMuxing(LPC_IOCON, pinmuxing, sizeof(pinmuxing) / sizeof(pinmuxing[0]));

&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;// &amp;lt;flash some LEDs to create a delay&amp;gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; // Deep power-down settings from the periph_pmu example
 &lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;NVIC_DisableIRQ(PININT_NVIC_NAME);
 &lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;Chip_PININT_DeInit(LPC_PININT);
 &lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;Chip_SYSCON_DisableWakeup(SYSCON_STARTER_PINT0);
 &lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;Chip_Clock_DisablePeriphClock(SYSCON_CLOCK_INPUTMUX);

&amp;nbsp;&amp;nbsp;&amp;nbsp; // Enter deep power-down, everything should be disabled
 &lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;Chip_POWER_EnterPowerMode(POWER_DEEP_POWER_DOWN, 0);
}&lt;/PRE&gt;&lt;P&gt;Most of the code above seems to be redundant, but when entering POWER_DEEP_POWER_DOWN with a parameter of 0 I would expect everything except the RTC to be terminated. For some reason we're still seeing a fairly hefty power draw, as I noted above, with just the processor and the 2.5V reference attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Physically on the design, using the 64-pin LPC54114, the relevant connected pins are:&lt;/P&gt;&lt;P&gt;Vdd: pins 8, 24, 34, 56 connected directly to 3.6V&lt;/P&gt;&lt;P&gt;Vss: pins 9, 25, 55&lt;/P&gt;&lt;P&gt;VddA: pin 23 connected directly to 3.6V&lt;/P&gt;&lt;P&gt;VrefP_ADC: pin 22 connected to 2.5V reference&lt;/P&gt;&lt;P&gt;VrefN: pin 21 connected to ground&lt;/P&gt;&lt;P&gt;VssA: pin 20 connected to ground&lt;/P&gt;&lt;P&gt;RTC: pins 33, 35, connected to 32.768 kHz&lt;/P&gt;&lt;P&gt;RESETN: pin 64 connected to reset IC and held high&lt;/P&gt;&lt;P&gt;Pins&amp;nbsp;31, 38: Pulled high&lt;/P&gt;&lt;P&gt;Pins 58, 59, 61: connected to LED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On this test board I'm using, all other components have been disconnected from the main processor. There's no other current-consuming parts other than the voltage reference, which averages 350 nA and maxes at 1.5 uA. With this setup I'd expect an average of around 1 uA sleep, but I'm getting 20 to 80 (depending on whether VddA is connected to 3.6V or 2.5V).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've reviewed the LPCXpresso54114 schematic and the only difference I've really noted is that the VddA and VrefP are tied to Vcc. We're ordering&amp;nbsp;some of those boards to verify, but in the meantime I'd be interested in any advice you could offer &lt;IMG alt="Smiley Happy" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="https://community.nxp.com/i/smilies/16x16_smiley-happy.png" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 14:11:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Power-consumption-at-3-6V/m-p/806277#M32375</guid>
      <dc:creator>brulath</dc:creator>
      <dc:date>2020-11-02T14:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 Power consumption at 3.6V</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Power-consumption-at-3-6V/m-p/806278#M32376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I received the LPCXpresso54114 board today and reproduced the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify SJ2 to allow an external voltage reference&lt;/P&gt;&lt;P&gt;Provide a voltage reference which is less than 0.3V lower than VddA, where VDD is 3.3V or above.&lt;/P&gt;&lt;P&gt;Place the board into deep power-down mode&lt;/P&gt;&lt;P&gt;Observe the power usage of the processor (measured as instructed) is approx 400 nA&lt;/P&gt;&lt;P&gt;Alter the voltage reference to be more than 0.3V lower than VddA&lt;/P&gt;&lt;P&gt;Note the power usage increases the further below VddA it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the LPCXpresso54114 board running in 3.3V mode I observed:&lt;/P&gt;&lt;P&gt;Reference at 3.3V: ~400 nA&lt;/P&gt;&lt;P&gt;Reference at 3.2V: ~700 nA&lt;/P&gt;&lt;P&gt;Reference at 3V: ~1 uA&lt;/P&gt;&lt;P&gt;Reference at 2.5V: ~24 uA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The highest figure I was able to reproduce was 78 uA, though that might've been below 2V (which is the specified minimum).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given these findings we suspect the best we can achieve at 3.6V Vdd is approximately&amp;nbsp;1.5&amp;nbsp;uA&amp;nbsp;deep power-down including a 3.0V reference (consuming 350 nA) and RTC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this expected behaviour?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 08:22:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Power-consumption-at-3-6V/m-p/806278#M32376</guid>
      <dc:creator>brulath</dc:creator>
      <dc:date>2018-07-20T08:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 Power consumption at 3.6V</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Power-consumption-at-3-6V/m-p/806279#M32377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bruce Andrews,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, thanks for sharing your results, I think that is the expected behavior, because when you are using a voltage reference almost equal to VddA the voltage consumption match with the datasheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand why the consumption increase when you down the reference is something that we can not know because of this voltage is not characterized.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;BR /&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 16:15:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Power-consumption-at-3-6V/m-p/806279#M32377</guid>
      <dc:creator>miguel_mendoza</dc:creator>
      <dc:date>2018-07-24T16:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 Power consumption at 3.6V</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Power-consumption-at-3-6V/m-p/806280#M32378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LPC54114 is designed partially for battery-operated products. If we want to measure the voltage of the battery using the processor's ADC then we require a reference voltage. If we use a reference voltage at an appropriate level (~2V) then the processor will consume a large additional sleep current.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of our products are designed to work with single-use LiSOCl2 batteries, which operate from 3.6V (full) to 2.0V (effectively dead). We'd therefore ideally use a 2.0V reference, which would operate down to approximately 2.2V. If we left the reference connected during sleep it would consume ~80 uA, which would compromise the sleep lifetime of the device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I noted before, I read the errata regarding the analog circuitry and wasn't able to reproduce the issue it described. Is that issue related to the reference voltage drawing excessive power during sleep or were the analog inputs themselves drawing it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 23:12:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Power-consumption-at-3-6V/m-p/806280#M32378</guid>
      <dc:creator>brulath</dc:creator>
      <dc:date>2018-07-25T23:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 Power consumption at 3.6V</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Power-consumption-at-3-6V/m-p/806281#M32379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following up with NXP via alternate channels. Issue was reproduced at a couple of levels, awaiting resolution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2018 02:01:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Power-consumption-at-3-6V/m-p/806281#M32379</guid>
      <dc:creator>brulath</dc:creator>
      <dc:date>2018-08-16T02:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54114 Power consumption at 3.6V</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Power-consumption-at-3-6V/m-p/806282#M32380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No fix, they're adding an errata note. Seems we'll need a regulated power rail with a higher reference voltage :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 01:03:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54114-Power-consumption-at-3-6V/m-p/806282#M32380</guid>
      <dc:creator>brulath</dc:creator>
      <dc:date>2018-09-03T01:03:21Z</dc:date>
    </item>
  </channel>
</rss>

