<?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: RTC on LPC54605 in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-on-LPC54605/m-p/1791551#M55181</link>
    <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;OK you confirm that case #1 is working. Is entering Deep-Powerdown mode through software command before VDD = 0V&amp;nbsp;&lt;SPAN&gt;required to achieve Ibat = 340nA, or is&lt;/SPAN&gt;&lt;SPAN&gt; Deep-Powerdown mode irrelevant once VDD = 0V and the uC stops? Your documentation is really not clear on this point (specifically section 19.4.3).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In real-life PCB many pins of the uC are connected to circuit parts. Assuming the RESET pin is kept floating, will there be no leakage from any other pins leading to higher Ibat when VBAT is driven by the battery and VDD is off?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jan 2024 04:28:18 GMT</pubDate>
    <dc:creator>anadimartel</dc:creator>
    <dc:date>2024-01-19T04:28:18Z</dc:date>
    <item>
      <title>RTC on LPC54605</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-on-LPC54605/m-p/1791352#M55176</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Our LPC54605 PCB requires use of the RTC with external 32Khz oscillator and VBAT battery backup. In the LPC546 spec sheet and in 2018-2019 NXP Community posts on this subject, there seems to be a confusion regarding the necessity of connecting the battery to both VBAT and VDD OR only to VBAT for proper low-current RTC count.&lt;/P&gt;&lt;P&gt;1) Is connecting battery to VBAT only while VDD goes to 0V sufficient to retain RTC count with Ibat &amp;lt; 1uA as listed in the spec sheet (assuming the RESET pin is left floating)? To achieve this, is there any particular BOD code needed to enter deep-powerdown level before VDD disappears?&lt;/P&gt;&lt;P&gt;2) If on the other hand the battery must be connected to both VBAT and VDD for RTC count after disappearance of external supply, then some kind of circuit detecting this disappearance of external VDD is needed in order to trigger&amp;nbsp;deep-powerdown level. Furthermore, at restoration of external supply some mechanism is needed to generate a reset pulse at RESET pin (since this is the only way to come out of deep-powerdown level), all the while leaving the RESET pin floating while in battery mode. Do you have examples of such circuit / code?&lt;/P&gt;&lt;P&gt;I wonder why such complications were introduced in the LPC546, while older processors such as LPC2300 had perfectly simple and functional VBAT/RTC implementations?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 20:26:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-on-LPC54605/m-p/1791352#M55176</guid>
      <dc:creator>anadimartel</dc:creator>
      <dc:date>2024-01-18T20:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: RTC on LPC54605</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-on-LPC54605/m-p/1791485#M55179</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Q1) Is connecting battery to VBAT only while VDD goes to 0V sufficient to retain RTC count with Ibat &amp;lt; 1uA as listed in the spec sheet (assuming the RESET pin is left floating)? To achieve this, is there any particular BOD code needed to enter deep-powerdown level before VDD disappears?&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;The RTC and RTC oscillator circuit are driven by VBAT, the RTC will continue to count 1Hz tick if VBAT power supply exists ,even if VDD power supply voltage disappears. In the case, Ibat is less than 1uA, based on data sheet, typical is 340nA.&lt;/P&gt;
&lt;P&gt;Q2) If on the other hand the battery must be connected to both VBAT and VDD for RTC count after disappearance of external supply, then some kind of circuit detecting this disappearance of external VDD is needed in order to trigger deep-powerdown level. Furthermore, at restoration of external supply some mechanism is needed to generate a reset pulse at RESET pin (since this is the only way to come out of deep-powerdown level), all the while leaving the RESET pin floating while in battery mode. Do you have examples of such circuit / code?&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;The RTC and related clock circuit are driven by only VBAT, you can use the battery to VBAT and use the other power to the VDD, in the case, you can initiailize the RTC. After initialization is over, the RTC run. In the case, even if VDD disappears, the RTC can continue to run.&lt;/P&gt;
&lt;P&gt;Pls download SDK package:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/en/welcome" target="_blank"&gt;https://mcuxpresso.nxp.com/en/welcome&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Operation-in-power-down-mode-in-LPC546xx-Microcontroller/m-p/942403" target="_blank"&gt;https://community.nxp.com/t5/LPC-Microcontrollers/RTC-Operation-in-power-down-mode-in-LPC546xx-Microcontroller/m-p/942403&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 02:30:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-on-LPC54605/m-p/1791485#M55179</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-01-19T02:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: RTC on LPC54605</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-on-LPC54605/m-p/1791551#M55181</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;OK you confirm that case #1 is working. Is entering Deep-Powerdown mode through software command before VDD = 0V&amp;nbsp;&lt;SPAN&gt;required to achieve Ibat = 340nA, or is&lt;/SPAN&gt;&lt;SPAN&gt; Deep-Powerdown mode irrelevant once VDD = 0V and the uC stops? Your documentation is really not clear on this point (specifically section 19.4.3).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In real-life PCB many pins of the uC are connected to circuit parts. Assuming the RESET pin is kept floating, will there be no leakage from any other pins leading to higher Ibat when VBAT is driven by the battery and VDD is off?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 04:28:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-on-LPC54605/m-p/1791551#M55181</guid>
      <dc:creator>anadimartel</dc:creator>
      <dc:date>2024-01-19T04:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: RTC on LPC54605</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-on-LPC54605/m-p/1791701#M55184</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Q1)you confirm that case #1 is working. Is entering Deep-Powerdown mode through software command before VDD = 0V required to achieve Ibat = 340nA, or is Deep-Powerdown mode irrelevant once VDD = 0V and the uC stops? Your documentation is really not clear on this point (specifically section 19.4.3).&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;It does not matter whether you enter Deep-Powerdown mode before you VDD=0 or you let VDD to 0 directly, the Ibat result is the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Q2)In real-life PCB many pins of the uC are connected to circuit parts. Assuming the RESET pin is kept floating, will there be no leakage from any other pins leading to higher Ibat when VBAT is driven by the battery and VDD is off?&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;Assuming the RESET pin is kept floating, there will be no leakage from any other pins leading to higher Ibat when VBAT is driven by the battery and VDD is off. The Vbat is an independent power domain.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 07:59:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RTC-on-LPC54605/m-p/1791701#M55184</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2024-01-19T07:59:20Z</dc:date>
    </item>
  </channel>
</rss>

