<?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: LPC54608 Vbat overcurrent @ VDD = 0V in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759344#M30610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Victor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Herewith there is the schematic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Valeria&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Da: victorjimenez &amp;lt;admin@community.nxp.com&amp;gt;&lt;/P&gt;&lt;P&gt;Inviato: lunedì 21 maggio 2018 17:51&lt;/P&gt;&lt;P&gt;A: Valeria Pezzali &amp;lt;valeria.pezzali@sol-e.it&amp;gt;&lt;/P&gt;&lt;P&gt;Oggetto: Re:  - Re: LPC54608 Vbat overcurrent @ VDD = 0V&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;https://community.freescale.com/resources/statics/1000/35400-NXP-Community-Email-banner-600x75.jpg&amp;gt; NXP Community&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: LPC54608 Vbat overcurrent @ VDD = 0V&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Victor Jimenez &amp;lt;https://community.nxp.com/people/victorjimenez?et=watches.email.thread&amp;gt;  in LPC - View the full discussion &amp;lt;https://community.nxp.com/message/1016478?commentID=1016478&amp;amp;et=watches.email.thread#comment-1016478&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2018 19:34:50 GMT</pubDate>
    <dc:creator>valeriapezzali</dc:creator>
    <dc:date>2018-05-21T19:34:50Z</dc:date>
    <item>
      <title>LPC54608 Vbat overcurrent @ VDD = 0V</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759340#M30606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva,sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva,sans-serif;"&gt;the Vbat of the LPC54608 mounted on my prototype is permanently supplied by a 0.33F capacitor while the other supply pins are switched off when the power supply is down.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva,sans-serif;"&gt;The attached document "LPC54608 VBat.pdf" is the schematic of the power nets.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva,sans-serif;"&gt;The table 18 of the datasheet declares 340nA of current consumption if VDD=VDDA=VREFP=0, but I measure an unacceptable value: 8uA.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva,sans-serif;"&gt;I have carried out the test using a minimal program: the BOD detects the power-down and put the LPC in deep_sleep while it waits for the complete shut-down of the VDD.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="font-family: andale mono,monospace;"&gt;//------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: andale mono,monospace;"&gt;int main( void )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: andale mono,monospace;"&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: andale mono,monospace;"&gt;&amp;nbsp;POWER_DisablePD(kPDRUNCFG_PD_BOD_RESET);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: andale mono,monospace;"&gt;&amp;nbsp;POWER_DisablePD(kPDRUNCFG_PD_BOD_INTR);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: andale mono,monospace;"&gt;&amp;nbsp;SYSCON-&amp;gt;BODCTRL = SYSCON_BODCTRL_BODRSTLEV(2) | SYSCON_BODCTRL_BODINTLEV(3);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: andale mono,monospace;"&gt;&amp;nbsp;SYSCON-&amp;gt;BODCTRL |= SYSCON_BODCTRL_BODINTENA(1) | SYSCON_BODCTRL_BODRSTENA(1);&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: andale mono,monospace;"&gt;&amp;nbsp;while(1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: andale mono,monospace;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: andale mono,monospace;"&gt;&amp;nbsp;return 0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: andale mono,monospace;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: andale mono,monospace;"&gt;//------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: andale mono,monospace;"&gt;void WDT_BOD_IRQHandler(void)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: andale mono,monospace;"&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: andale mono,monospace;"&gt;&amp;nbsp;POWER_EnterPowerMode(kPmu_Deep_Sleep, 0);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: andale mono,monospace;"&gt;&amp;nbsp;while(1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: andale mono,monospace;"&gt;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN style="font-family: andale mono,monospace;"&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 15:09:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759340#M30606</guid>
      <dc:creator>valeriapezzali</dc:creator>
      <dc:date>2018-05-16T15:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608 Vbat overcurrent @ VDD = 0V</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759341#M30607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Valeria,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The measures that appear in the datasheet such as the Ibat were made with only the MCU, not with the MCU mounted on a board. So, the value of Ibat will change if you have the MCU mounted on your own prototype since you will have more connections to the MCU&amp;nbsp;that are requiring current.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;Victor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2018 17:35:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759341#M30607</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2018-05-18T17:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608 Vbat overcurrent @ VDD = 0V</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759342#M30608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Victor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a lot of applications requires only the power supply of the RTC while the power of the whole device is down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LPC17xx I used until now fits perfectly this need: the VBAT supplies only the RTC, the other parts of the device are not supplied, a capacitor can supply the RTC for many days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The schematic of the OM13092 is like mine: the external battery (J10-11) supplies only the VBAT pin and VDD is supplied by the main power regulator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I understand correctly your answer, this application is not allowed because the VBAT supply current is unpredictable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even if I disable the pull-ups and set all the LPC54608 pins the low-level outputs, the current leak from VBAT to the board is kept to 0 while the VDD is applied, but it becomes unpredictable when VDD is down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the above statements are correct, the lacks of essential information about the supply management in the NXP documentation, and the evaluation board schematic lead to expensive design errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if there is a solution or I have to redesign my application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards.&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Valeria Pezzali&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sol.E. snc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Via Jacopo da Pecorara, 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;29122 - Piacenza&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tel. +390523615748&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mobile +393336859882&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;skype valeria.pezzali.sol-e.it&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Da: victorjimenez &amp;lt;admin@community.nxp.com&amp;gt;&lt;/P&gt;&lt;P&gt;Inviato: venerdì 18 maggio 2018 19:37&lt;/P&gt;&lt;P&gt;A: Valeria Pezzali &amp;lt;valeria.pezzali@sol-e.it&amp;gt;&lt;/P&gt;&lt;P&gt;Oggetto: Re:  - Re: LPC54608 Vbat overcurrent @ VDD = 0V&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;https://community.freescale.com/resources/statics/1000/35400-NXP-Community-Email-banner-600x75.jpg&amp;gt; NXP Community&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: LPC54608 Vbat overcurrent @ VDD = 0V&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Victor Jimenez &amp;lt;https://community.nxp.com/people/victorjimenez?et=watches.email.thread&amp;gt;  in LPC - View the full discussion &amp;lt;https://community.nxp.com/message/1016112?commentID=1016112&amp;amp;et=watches.email.thread#comment-1016112&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2018 09:50:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759342#M30608</guid>
      <dc:creator>valeriapezzali</dc:creator>
      <dc:date>2018-05-19T09:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608 Vbat overcurrent @ VDD = 0V</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759343#M30609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Valeria,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to give you a more accurate information regarding your design I will need to see the whole schematic of your application to see where the current leak comes from.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Victor Jimenez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 15:50:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759343#M30609</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2018-05-21T15:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608 Vbat overcurrent @ VDD = 0V</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759344#M30610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Victor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Herewith there is the schematic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Valeria&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Da: victorjimenez &amp;lt;admin@community.nxp.com&amp;gt;&lt;/P&gt;&lt;P&gt;Inviato: lunedì 21 maggio 2018 17:51&lt;/P&gt;&lt;P&gt;A: Valeria Pezzali &amp;lt;valeria.pezzali@sol-e.it&amp;gt;&lt;/P&gt;&lt;P&gt;Oggetto: Re:  - Re: LPC54608 Vbat overcurrent @ VDD = 0V&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;https://community.freescale.com/resources/statics/1000/35400-NXP-Community-Email-banner-600x75.jpg&amp;gt; NXP Community&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re: LPC54608 Vbat overcurrent @ VDD = 0V&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Victor Jimenez &amp;lt;https://community.nxp.com/people/victorjimenez?et=watches.email.thread&amp;gt;  in LPC - View the full discussion &amp;lt;https://community.nxp.com/message/1016478?commentID=1016478&amp;amp;et=watches.email.thread#comment-1016478&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2018 19:34:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759344#M30610</guid>
      <dc:creator>valeriapezzali</dc:creator>
      <dc:date>2018-05-21T19:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608 Vbat overcurrent @ VDD = 0V</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759345#M30611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;Hello Valeria,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; word-wrap: break-word; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; word-wrap: break-word; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;I&amp;nbsp;missed something important you mentioned at the beginning. You said that you are sending the MCU to&amp;nbsp;deep_sleep mode, however, on the table 18 of the data sheet it's mention that one of the conditions is to have the MCU in&amp;nbsp;deep power-down mode. This is a completely different mode than the one you are currently using. I recommend you check the user manual (&lt;A href="https://www.nxp.com/docs/en/user-guide/UM10912.pdf"&gt;&lt;SPAN style="color: #2989c5; text-decoration: none; text-underline: none;"&gt;UM10912&lt;/SPAN&gt;&lt;/A&gt;) chapter 8 to see the differences between the&amp;nbsp;power modes.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; word-wrap: break-word; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;Also, we have an application note for the Low power modes and wake up times using the LPC541XX. You can use this as a guide for your project.&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/application-note/AN11799.zip"&gt;AN11799.zip&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; word-wrap: break-word; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; word-wrap: break-word; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;Best regards,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; word-wrap: break-word; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;Victor.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; word-wrap: break-word; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0in; margin-bottom: .0001pt; word-wrap: break-word; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 11.5pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt; Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt; -----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 20:26:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759345#M30611</guid>
      <dc:creator>victorjimenez</dc:creator>
      <dc:date>2018-05-22T20:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608 Vbat overcurrent @ VDD = 0V</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759346#M30612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Victor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have carried out the test sending the MPU to deep power_down mode, but if Vbat is on and VDD is down, the Ibat value doesn't change in deep power_down or deep sleep.&lt;/P&gt;&lt;P&gt;The AN11799 is not applicable to the LPC54608 because it is made for the LPC5411x, this MCU is not provided with the Vbat pin: it is not possible to supply the RTC while the power supply of the other parts is down.&lt;/P&gt;&lt;P&gt;When the LPC54608 is send in deep power_down, the pins are tri-stated, the internal peripheral are not powered, but if VDD is 0V, there is a high current leak from Vbat to the other parts of the MCU.&lt;/P&gt;&lt;P&gt;I'm still thinking that the declaration of the table 18 of the LPC546xx data sheet and the presence of the Vbat pin let thinking that the LPC54608 is applicable like the LPC17xx, but it is erroneous: the table 18 should be removed and the right connection of the Vbat pin should be declared: if the RTC is used, Vbat has to be connected to VDD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Valeria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 May 2018 07:19:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759346#M30612</guid>
      <dc:creator>valeriapezzali</dc:creator>
      <dc:date>2018-05-26T07:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608 Vbat overcurrent @ VDD = 0V</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759347#M30613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Valeria,&lt;/P&gt;&lt;P&gt;Note that in the LPC54608 the RESETN pin appears to be pulled up internally to the VBAT supply. This means that when VDD power is off, if there is ANYTHING connected to RESETN (such a JTAG pod, 100k pullup to VDD_TARGET as on the eval board, etc), you will drain battery power out the RESETN pin. On the eval board this amounts to more than 30uA. With the RESETN pin disconnected, I measure the RTC current drain in 'deep power-down' mode as 0.7uA.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adrian.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 22:32:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759347#M30613</guid>
      <dc:creator>adrianball</dc:creator>
      <dc:date>2018-09-19T22:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54608 Vbat overcurrent @ VDD = 0V</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759348#M30614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Adrian,&lt;/DIV&gt;&lt;DIV&gt;thank you for the support.&lt;BR /&gt;I found the solution of my problem in the revision 2.4 of the datasheet (note 2 of section 6.2.2), this information was not included in the document that I used to design the board.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Best regards.&lt;/DIV&gt;&lt;DIV&gt;Valeria&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 08:40:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54608-Vbat-overcurrent-VDD-0V/m-p/759348#M30614</guid>
      <dc:creator>valeriapezzali</dc:creator>
      <dc:date>2018-09-21T08:40:56Z</dc:date>
    </item>
  </channel>
</rss>

