<?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: Pcf2127t  rtc registers are not retaining the values in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Pcf2127t-rtc-registers-are-not-retaining-the-values/m-p/1993558#M57242</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Looking at your schematic, I have noticed multiple&amp;nbsp;battery options (CR1632, BR3032 or BR1632), so my assumption was that you are using it to choose between these batteries or to enable/disable the battery backup manually. If&amp;nbsp;your battery is already directly connected to VBAT, the jumper may not be necessary unless you plan to use it for one of these purposes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BRs, Tomas&lt;/P&gt;</description>
    <pubDate>Wed, 13 Nov 2024 09:20:47 GMT</pubDate>
    <dc:creator>TomasVaverka</dc:creator>
    <dc:date>2024-11-13T09:20:47Z</dc:date>
    <item>
      <title>Pcf2127t  rtc registers are not retaining the values</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Pcf2127t-rtc-registers-are-not-retaining-the-values/m-p/1992855#M57235</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am using PCF2127T rtc&amp;nbsp; on my personal board for maintaining realt time. Hardware was like insertion mechanism. So, when i remove the card from rack and after again inserting it. RTC register values are going to zero. eventhough i have the battery backup. I am unable to figure out the issue. I am using the i2c communication for my lpc54608 and rtc.you can check below schematic.&lt;/P&gt;&lt;P&gt;Any idea on how to solve it or debug it properly for root cause.&lt;/P&gt;&lt;P&gt;&lt;LI-PRODUCT title="PCF2127" id="PCF2127"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="20241112_183702.jpg" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/310052iFE6A2510D98BFB21/image-size/large?v=v2&amp;amp;px=999" role="button" title="20241112_183702.jpg" alt="20241112_183702.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 13:20:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Pcf2127t-rtc-registers-are-not-retaining-the-values/m-p/1992855#M57235</guid>
      <dc:creator>Eager0007</dc:creator>
      <dc:date>2024-11-12T13:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pcf2127t  rtc registers are not retaining the values</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Pcf2127t-rtc-registers-are-not-retaining-the-values/m-p/1992969#M57236</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If the RTC registers are resetting to zero upon reinsertion, despite the battery backup, here are some potential causes and debugging steps:&lt;/P&gt;
&lt;P&gt;1. Battery Connection Verification:&lt;BR /&gt;- Ensure that only one battery is mounted and connected through the jumper. If no battery is connected correctly, the RTC will lose power when the main board power is removed.&lt;BR /&gt;- Measure the voltage at the VBAT pin of the PCF2127T while the main power is off, to confirm that the battery voltage is reaching the VBAT pin.&lt;/P&gt;
&lt;P&gt;2. Power Path and Battery Voltage:&lt;BR /&gt;- Check that VBAT and VDD are not being shorted or connected improperly. Any misconnection could result in the battery backup not functioning correctly.&lt;BR /&gt;- Ensure that the battery voltage is within the recommended range, as a low or insufficient voltage could cause RTC reset issues.&lt;/P&gt;
&lt;P&gt;3. Battery Connection to VBAT:&lt;BR /&gt;- Check the jumper and battery holders for loose or poor connections. Poor contact could cause the battery backup to fail during reinsertion.&lt;/P&gt;
&lt;P&gt;4. I2C Communication:&lt;BR /&gt;- After reinsertion, check if you can read any status or error flags that could indicate a loss of power or reset condition.&lt;/P&gt;
&lt;P&gt;5. Battery Switching Test:&lt;BR /&gt;- If you have access to an oscilloscope, monitor the VBAT pin during the insertion process. This can reveal if there is a momentary power loss or glitch when transitioning from the main power to battery power.&lt;/P&gt;
&lt;P&gt;By following these steps, you should be able to pinpoint if the issue is related to the hardware setup, power backup or configuration in software.&lt;/P&gt;
&lt;P&gt;BRs, Tomas&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 16:55:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Pcf2127t-rtc-registers-are-not-retaining-the-values/m-p/1992969#M57236</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2024-11-12T16:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pcf2127t  rtc registers are not retaining the values</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Pcf2127t-rtc-registers-are-not-retaining-the-values/m-p/1993359#M57239</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/12216"&gt;@TomasVaverka&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Here i have connected the battery directly to the VBAT pin.then what is the purpose of placing a jumper here.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 05:20:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Pcf2127t-rtc-registers-are-not-retaining-the-values/m-p/1993359#M57239</guid>
      <dc:creator>Eager0007</dc:creator>
      <dc:date>2024-11-13T05:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pcf2127t  rtc registers are not retaining the values</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Pcf2127t-rtc-registers-are-not-retaining-the-values/m-p/1993558#M57242</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Looking at your schematic, I have noticed multiple&amp;nbsp;battery options (CR1632, BR3032 or BR1632), so my assumption was that you are using it to choose between these batteries or to enable/disable the battery backup manually. If&amp;nbsp;your battery is already directly connected to VBAT, the jumper may not be necessary unless you plan to use it for one of these purposes.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BRs, Tomas&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 09:20:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Pcf2127t-rtc-registers-are-not-retaining-the-values/m-p/1993558#M57242</guid>
      <dc:creator>TomasVaverka</dc:creator>
      <dc:date>2024-11-13T09:20:47Z</dc:date>
    </item>
  </channel>
</rss>

