<?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>S32Kのトピックs32k344 loss RAM data after functional reset</title>
    <link>https://community.nxp.com/t5/S32K/s32k344-loss-RAM-data-after-functional-reset/m-p/1727652#M27304</link>
    <description>&lt;P&gt;Hello , I am trying to&amp;nbsp;retention RAM data in s32k344 after functional reset , and my MCAL version is :&amp;nbsp;SW32K3_RTD_4.4_R21-11_3.0.0_P01_HF02.&amp;nbsp;&lt;/P&gt;&lt;P&gt;when flash bootloader complete application update , My code call function "Mcu_PerformReset()" , and I want to retention some information in RAM . but&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;However, the data in this RAM is lost after reset.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liwenchao_0-1695360043186.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242164iFECDBC85C5D67913/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liwenchao_0-1695360043186.png" alt="liwenchao_0-1695360043186.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I read MC_RGM registers by debug as flow&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liwenchao_1-1695360132150.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242165i5E27BB3B15F1494A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liwenchao_1-1695360132150.png" alt="liwenchao_1-1695360132150.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Did I miss any preconditions before functional reset ???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Sep 2023 05:23:16 GMT</pubDate>
    <dc:creator>liwenchao</dc:creator>
    <dc:date>2023-09-22T05:23:16Z</dc:date>
    <item>
      <title>s32k344 loss RAM data after functional reset</title>
      <link>https://community.nxp.com/t5/S32K/s32k344-loss-RAM-data-after-functional-reset/m-p/1727652#M27304</link>
      <description>&lt;P&gt;Hello , I am trying to&amp;nbsp;retention RAM data in s32k344 after functional reset , and my MCAL version is :&amp;nbsp;SW32K3_RTD_4.4_R21-11_3.0.0_P01_HF02.&amp;nbsp;&lt;/P&gt;&lt;P&gt;when flash bootloader complete application update , My code call function "Mcu_PerformReset()" , and I want to retention some information in RAM . but&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;However, the data in this RAM is lost after reset.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liwenchao_0-1695360043186.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242164iFECDBC85C5D67913/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liwenchao_0-1695360043186.png" alt="liwenchao_0-1695360043186.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I read MC_RGM registers by debug as flow&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liwenchao_1-1695360132150.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242165i5E27BB3B15F1494A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liwenchao_1-1695360132150.png" alt="liwenchao_1-1695360132150.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Did I miss any preconditions before functional reset ???&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 05:23:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k344-loss-RAM-data-after-functional-reset/m-p/1727652#M27304</guid>
      <dc:creator>liwenchao</dc:creator>
      <dc:date>2023-09-22T05:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: s32k344 loss RAM data after functional reset</title>
      <link>https://community.nxp.com/t5/S32K/s32k344-loss-RAM-data-after-functional-reset/m-p/1733025#M27528</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I'm sorry for the delay.&lt;/P&gt;
&lt;P&gt;Functional resets will keep SRAM data unchanged by hardware mechanism.&lt;BR /&gt;Destructive resets cannot guarrantee the SRAM data integrity.&lt;/P&gt;
&lt;P&gt;For the S32DS default startup code, the SRAM ECC initialization will be performed no matter what reset source it is. So the SRAM data is overwritten after each reset.&lt;/P&gt;
&lt;P&gt;You need modify the startup code to check the reset source and perform SRAM ECC initialization only for some reset sources.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Robin&lt;BR /&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 09:35:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k344-loss-RAM-data-after-functional-reset/m-p/1733025#M27528</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2023-10-03T09:35:35Z</dc:date>
    </item>
    <item>
      <title>plyuRe: s32k344 loss RAM data after functional reset</title>
      <link>https://community.nxp.com/t5/S32K/s32k344-loss-RAM-data-after-functional-reset/m-p/1734014#M27569</link>
      <description>&lt;P&gt;Thanks for your reply .&lt;/P&gt;&lt;P&gt;I My startup code , I read FES / DES to validate if program is start from power on. and only power on , the SRAM&amp;nbsp;&lt;SPAN&gt;initialization will be performed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So ,&amp;nbsp;Are there any missing configurations when using functional reset?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 03:04:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k344-loss-RAM-data-after-functional-reset/m-p/1734014#M27569</guid>
      <dc:creator>liwenchao</dc:creator>
      <dc:date>2023-10-05T03:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: plyuRe: s32k344 loss RAM data after functional reset</title>
      <link>https://community.nxp.com/t5/S32K/s32k344-loss-RAM-data-after-functional-reset/m-p/1735193#M27624</link>
      <description>&lt;P&gt;Please refer to the issue mentioned in the &lt;A href="https://community.nxp.com/t5/S32K/S32K344-reset-reason/td-p/1690729" target="_self"&gt;S32K344 reset reason&lt;/A&gt;, which resulted in the reset reason being incorrectly read as &lt;SPAN&gt;power on reset&lt;/SPAN&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Oct 2023 00:39:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k344-loss-RAM-data-after-functional-reset/m-p/1735193#M27624</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2023-10-08T00:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: plyuRe: s32k344 loss RAM data after functional reset</title>
      <link>https://community.nxp.com/t5/S32K/s32k344-loss-RAM-data-after-functional-reset/m-p/1739826#M27845</link>
      <description>&lt;P&gt;I check reset reason in boot manager , When I call Functional reset in MCAL by application , It works Ok , and My SRAM can keep success . but When I call the save Function reset in MCAL by FBL , the SRAM losted&lt;/P&gt;</description>
      <pubDate>Sun, 15 Oct 2023 08:06:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k344-loss-RAM-data-after-functional-reset/m-p/1739826#M27845</guid>
      <dc:creator>liwenchao</dc:creator>
      <dc:date>2023-10-15T08:06:23Z</dc:date>
    </item>
    <item>
      <title>回复： s32k344 loss RAM data after functional reset</title>
      <link>https://community.nxp.com/t5/S32K/s32k344-loss-RAM-data-after-functional-reset/m-p/1909276#M37742</link>
      <description>&lt;P&gt;hello&amp;nbsp;liwenchao,&lt;/P&gt;&lt;P&gt;do you have&amp;nbsp;solved this problem?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the data in this RAM is lost after reset. (question mark in this ram use emulator)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks a lot&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 02:13:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k344-loss-RAM-data-after-functional-reset/m-p/1909276#M37742</guid>
      <dc:creator>YanyiQiu</dc:creator>
      <dc:date>2024-07-16T02:13:38Z</dc:date>
    </item>
  </channel>
</rss>

