<?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 S32K344 resets every three days or RTC system clock returns to initial value every three days in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K344-resets-every-three-days-or-RTC-system-clock-returns-to/m-p/2063580#M46896</link>
    <description>&lt;P&gt;(S32K344) I implemented a function where the RTC system clock was set to an initial value (2025-3-11 15:25:0), and then the current system time was obtained every 0.5 seconds and stored on the SD card. I tested continuously for 7 days, but after 7 days, I found that the logs in the SD card would return to the initial value of 2025-3-11 15:25:0 every time it reached [2025-3-13, 4:41:57]. Is it because the system reset or is it just an issue with RTC?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8.png" style="width: 358px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/328576i75413CD48A3FDAA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="8.png" alt="8.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Mar 2025 08:20:56 GMT</pubDate>
    <dc:creator>SCoder41</dc:creator>
    <dc:date>2025-03-18T08:20:56Z</dc:date>
    <item>
      <title>S32K344 resets every three days or RTC system clock returns to initial value every three days</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-resets-every-three-days-or-RTC-system-clock-returns-to/m-p/2063580#M46896</link>
      <description>&lt;P&gt;(S32K344) I implemented a function where the RTC system clock was set to an initial value (2025-3-11 15:25:0), and then the current system time was obtained every 0.5 seconds and stored on the SD card. I tested continuously for 7 days, but after 7 days, I found that the logs in the SD card would return to the initial value of 2025-3-11 15:25:0 every time it reached [2025-3-13, 4:41:57]. Is it because the system reset or is it just an issue with RTC?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8.png" style="width: 358px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/328576i75413CD48A3FDAA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="8.png" alt="8.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 08:20:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-resets-every-three-days-or-RTC-system-clock-returns-to/m-p/2063580#M46896</guid>
      <dc:creator>SCoder41</dc:creator>
      <dc:date>2025-03-18T08:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 resets every three days or RTC system clock returns to initial value every three days</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-resets-every-three-days-or-RTC-system-clock-returns-to/m-p/2064138#M46932</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/230508"&gt;@SCoder41&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Just from the log, I am unable to pinpoint if the issue is mainly the RTC or the MCU. Could you share the code (either here, or by a private message). If not, could you share exactly what the code does?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, if the reset source is&amp;nbsp;&lt;STRONG&gt;not&lt;/STRONG&gt; a SW reset, (i.e. hardware reset), the counter value will be reset. You must configure either SIRC or SXOSC, and perform SW reset to avoid resetting the counter:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/Does-the-S32K312-RTC-support-system-time-keeping-at-reset/td-p/1650987?lightbox-message-images-1651330=223411i2393920E7738C70B" target="_blank"&gt;Solved: Does the S32K312 RTC support system time keeping at reset? - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 23:01:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-resets-every-three-days-or-RTC-system-clock-returns-to/m-p/2064138#M46932</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2025-03-18T23:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 resets every three days or RTC system clock returns to initial value every three days</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-resets-every-three-days-or-RTC-system-clock-returns-to/m-p/2064194#M46934</link>
      <description>My code size exceeds 25MB, is there any other way to send it to you?</description>
      <pubDate>Wed, 19 Mar 2025 01:30:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-resets-every-three-days-or-RTC-system-clock-returns-to/m-p/2064194#M46934</guid>
      <dc:creator>SCoder41</dc:creator>
      <dc:date>2025-03-19T01:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 resets every three days or RTC system clock returns to initial value every three days</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-resets-every-three-days-or-RTC-system-clock-returns-to/m-p/2064239#M46939</link>
      <description>I have sent you the code via private message.</description>
      <pubDate>Wed, 19 Mar 2025 02:30:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-resets-every-three-days-or-RTC-system-clock-returns-to/m-p/2064239#M46939</guid>
      <dc:creator>SCoder41</dc:creator>
      <dc:date>2025-03-19T02:30:22Z</dc:date>
    </item>
  </channel>
</rss>

