<?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: S32K118 noinit RAM in S32 Design Studio</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/S32K118-noinit-RAM/m-p/1160657#M6840</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;yes, ECC is the key point.&lt;/P&gt;
&lt;P&gt;And let me share recommended procedure to retain SRAM content across reset:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SRAM retention.jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/126447i75D3733EB8645D1E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SRAM retention.jpg" alt="SRAM retention.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 12:08:12 GMT</pubDate>
    <dc:creator>lukaszadrapa</dc:creator>
    <dc:date>2020-09-29T12:08:12Z</dc:date>
    <item>
      <title>S32K118 noinit RAM</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32K118-noinit-RAM/m-p/1159565#M6832</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello NXP,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a question when I am trying to implement bootloader of S32K118, please give me some help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;First of all, I have defined the ".noinit" section in the linker file ,from 0x200057C0 to 0x200057FF.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then, I have defined two pointer variables(uint32_t) like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;uint32_t * pProgrammingReqFlag = (uint32_t *)0x200057c0;&lt;BR /&gt;uint32_t * pApplicationValidity = (uint32_t *)0x200057c4;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And the values in these addresses will be checked after reset(you will find in "main.png").&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The question is: when I downloaded this project into hardware ,it works well, but if I reset the hardware (power off and power on), it do not work any more !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How to access the .noinit section ? or is there anything else need to be modified in the linker file?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 05:22:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32K118-noinit-RAM/m-p/1159565#M6832</guid>
      <dc:creator>YuepengWang</dc:creator>
      <dc:date>2020-09-26T05:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: S32K118 noinit RAM</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32K118-noinit-RAM/m-p/1159566#M6833</link>
      <description>&lt;P&gt;BTW, if these two variables point to any other address which is not located into the .noinit section, it works well after power on.&lt;/P&gt;&lt;P&gt;uint32_t * pProgrammingReqFlag = (uint32_t *)0x200027c0;&lt;BR /&gt;uint32_t * pApplicationValidity = (uint32_t *)0x200027c4;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 05:36:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32K118-noinit-RAM/m-p/1159566#M6833</guid>
      <dc:creator>YuepengWang</dc:creator>
      <dc:date>2020-09-26T05:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: S32K118 noinit RAM</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32K118-noinit-RAM/m-p/1159840#M6835</link>
      <description>&lt;P&gt;It is&amp;nbsp;&lt;SPAN&gt;resolved by modifying the initializer of ecc-ram.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 03:24:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32K118-noinit-RAM/m-p/1159840#M6835</guid>
      <dc:creator>YuepengWang</dc:creator>
      <dc:date>2020-09-28T03:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: S32K118 noinit RAM</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32K118-noinit-RAM/m-p/1160657#M6840</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;yes, ECC is the key point.&lt;/P&gt;
&lt;P&gt;And let me share recommended procedure to retain SRAM content across reset:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SRAM retention.jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/126447i75D3733EB8645D1E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SRAM retention.jpg" alt="SRAM retention.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:08:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32K118-noinit-RAM/m-p/1160657#M6840</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2020-09-29T12:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: S32K118 noinit RAM</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/S32K118-noinit-RAM/m-p/1161086#M6842</link>
      <description>Hi Lukas, thank you for your information !</description>
      <pubDate>Wed, 30 Sep 2020 06:26:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/S32K118-noinit-RAM/m-p/1161086#M6842</guid>
      <dc:creator>YuepengWang</dc:creator>
      <dc:date>2020-09-30T06:26:05Z</dc:date>
    </item>
  </channel>
</rss>

