<?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: How to source RTC in hardware on LPC55s06 in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-source-RTC-in-hardware-on-LPC55s06/m-p/2023363#M57480</link>
    <description>&lt;P&gt;Hi Leo&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have made som changes, and got something to work.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm using the BOD when the power supply is&amp;nbsp;&lt;SPAN&gt;disconnected, to set it into deep power down.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Some off it works. but it doesn't look like it finishes all off the funtionality in&amp;nbsp;POWER_EnterDeepPowerDown, and I can't debug the code while the 3V3 power is disconnected.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If I set the&amp;nbsp;POWER_EnterDeepPowerDown before disconnecting&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;the power (3V3), the the power consumption is around 100uA on the Vbat pin. But if I let it disconnect the power while its still running as usual, the power consumption is about 1200uA.&lt;BR /&gt;&lt;BR /&gt;I know it turns off something inside off the&amp;nbsp;POWER_EnterDeepPowerDown function, because if i leave it outcomment in the BOD then the power consumption is about&amp;nbsp; 2mA.&lt;BR /&gt;&lt;BR /&gt;Do you have any idea how to get the lpc55s06 to&amp;nbsp;EnterDeepPowerDown, while the VDD is not supplied?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;best regard&amp;nbsp;&lt;BR /&gt;Landgrebe&lt;BR /&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199320"&gt;@_Leo_&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2025 14:56:43 GMT</pubDate>
    <dc:creator>Landgrebe</dc:creator>
    <dc:date>2025-01-07T14:56:43Z</dc:date>
    <item>
      <title>How to source RTC in hardware on LPC55s06</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-source-RTC-in-hardware-on-LPC55s06/m-p/1987959#M57212</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;&lt;BR /&gt;I'm trying to source the RTC when the power is shut down to keep the clock running. Right now my design is developed with as showed.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My problem is that my coin cell battery drains very fast (1-1.5 hours) and I think its because the battery is sourcing the VBAT_PMU, VDDA and VREFP, and therefore drain the battery fast. As I read on&amp;nbsp;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/Recommended-circuit-for-RTC-Battery-backup/m-p/998845#M39262" target="_blank"&gt;Solved: Re: Recommended circuit for RTC Battery backup - NXP Community&lt;/A&gt;&amp;nbsp;the VBAT_PMU is the only one that has to be supplied to keep the RTC running.&amp;nbsp;&lt;BR /&gt;My first thought was just to let the VBAT source the VBAT_PMU no matter if the power was on or off. The problem in that case is the datasheet section 6.1, table 3 - "VDDA" describes:&amp;nbsp;&lt;BR /&gt;"Analog supply voltage. At PCB level, has to&lt;BR /&gt;be tied to main supply (VBAT_PMU, VBAT_&lt;BR /&gt;DCDC"&lt;BR /&gt;&lt;BR /&gt;Is there anyone who can explain how to correctly source the RTC (VBAT_PMU), and still retain the description above?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Landgrebe_0-1730809492489.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/308694iE4F53EA0689A8B57/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Landgrebe_0-1730809492489.png" alt="Landgrebe_0-1730809492489.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;/Landgrebe&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 12:41:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-source-RTC-in-hardware-on-LPC55s06/m-p/1987959#M57212</guid>
      <dc:creator>Landgrebe</dc:creator>
      <dc:date>2024-11-05T12:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to source RTC in hardware on LPC55s06</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-source-RTC-in-hardware-on-LPC55s06/m-p/1994031#M57247</link>
      <description>&lt;P&gt;Thanks for contacting our technical support.&lt;/P&gt;
&lt;P&gt;It is recommended to follow the power supply configuration described in AN13033 and AN12325. To avoid that your coin cell battery drains very fast and continue sourcing the RTC, it is necessary to manage available power modes, specifically the &lt;EM&gt;DEEP POWER-DOWN&lt;/EM&gt; mode, where &lt;EM&gt;Power Domain Always On (PD_AO)&lt;/EM&gt; is the only one on.&lt;/P&gt;
&lt;P&gt;Hope it helps you.&lt;/P&gt;
&lt;P&gt;Have a nice day&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 22:10:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-source-RTC-in-hardware-on-LPC55s06/m-p/1994031#M57247</guid>
      <dc:creator>_Leo_</dc:creator>
      <dc:date>2024-11-13T22:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to source RTC in hardware on LPC55s06</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-source-RTC-in-hardware-on-LPC55s06/m-p/2023363#M57480</link>
      <description>&lt;P&gt;Hi Leo&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have made som changes, and got something to work.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm using the BOD when the power supply is&amp;nbsp;&lt;SPAN&gt;disconnected, to set it into deep power down.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Some off it works. but it doesn't look like it finishes all off the funtionality in&amp;nbsp;POWER_EnterDeepPowerDown, and I can't debug the code while the 3V3 power is disconnected.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If I set the&amp;nbsp;POWER_EnterDeepPowerDown before disconnecting&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;the power (3V3), the the power consumption is around 100uA on the Vbat pin. But if I let it disconnect the power while its still running as usual, the power consumption is about 1200uA.&lt;BR /&gt;&lt;BR /&gt;I know it turns off something inside off the&amp;nbsp;POWER_EnterDeepPowerDown function, because if i leave it outcomment in the BOD then the power consumption is about&amp;nbsp; 2mA.&lt;BR /&gt;&lt;BR /&gt;Do you have any idea how to get the lpc55s06 to&amp;nbsp;EnterDeepPowerDown, while the VDD is not supplied?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;best regard&amp;nbsp;&lt;BR /&gt;Landgrebe&lt;BR /&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199320"&gt;@_Leo_&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 14:56:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-source-RTC-in-hardware-on-LPC55s06/m-p/2023363#M57480</guid>
      <dc:creator>Landgrebe</dc:creator>
      <dc:date>2025-01-07T14:56:43Z</dc:date>
    </item>
  </channel>
</rss>

