<?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: when Pflash mapping the ram ，pflash loss the  init data in S32K</title>
    <link>https://community.nxp.com/t5/S32K/when-Pflash-mapping-the-ram-pflash-loss-the-init-data/m-p/2125692#M50400</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wan_0-1751292420923.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/345300i39781BCCEFDCE501/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wan_0-1751292420923.png" alt="Wan_0-1751292420923.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jun 2025 14:07:41 GMT</pubDate>
    <dc:creator>Wan</dc:creator>
    <dc:date>2025-06-30T14:07:41Z</dc:date>
    <item>
      <title>when Pflash mapping the ram ，pflash loss the  init data</title>
      <link>https://community.nxp.com/t5/S32K/when-Pflash-mapping-the-ram-pflash-loss-the-init-data/m-p/2123699#M50275</link>
      <description>&lt;P&gt;Hello NXP engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; I&amp;nbsp; find the program . please help&amp;nbsp; me&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Chipes : S32K310&amp;nbsp; S33DS3.6.1&amp;nbsp; &amp;nbsp;RTD :4.0.0&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; when&amp;nbsp; I use the “&lt;SPAN&gt;&amp;nbsp;int_calflash&amp;nbsp; &lt;FONT face="arial black,avant garde"&gt;AT &amp;gt; int_calram&lt;/FONT&gt;”&lt;/SPAN&gt;code mapping the pflash datat to ram, I find the pflash Initdata is all 0xFF. but i init the pflash the data.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wan_0-1750921031464.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/344773i5EEDA757E8C61A0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wan_0-1750921031464.png" alt="Wan_0-1750921031464.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 07:01:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/when-Pflash-mapping-the-ram-pflash-loss-the-init-data/m-p/2123699#M50275</guid>
      <dc:creator>Wan</dc:creator>
      <dc:date>2025-06-26T07:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: when Pflash mapping the ram ，pflash loss the  init data</title>
      <link>https://community.nxp.com/t5/S32K/when-Pflash-mapping-the-ram-pflash-loss-the-init-data/m-p/2124980#M50340</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199407"&gt;@Wan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on your description, it seems you are trying to map initialized data from Flash to RAM.&lt;/P&gt;
&lt;P&gt;Please note that 0xFF typically indicates unprogrammed flash memory. This suggests that the data might not have been correctly placed in the .int_calflash section, or that this section was not included in the linker script or the generated S-record/binary file.&lt;/P&gt;
&lt;P&gt;To help with this, I recommend reviewing the following resources:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-Run-a-routine-from-RAM-in-S32-Design-Studio/ta-p/1113336" target="_blank" rel="noopener"&gt;HOWTO: Run a routine from RAM in S32 Design Studio&lt;/A&gt;:&amp;nbsp; explains how to modify the linker file to define code allocation regions.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/S32K312-C40-Ip-SRAM-RTD-500-DS35/ta-p/2074245" target="_blank" rel="noopener"&gt;S32K312_C40_Ip_SRAM_RTD_500_DS35&lt;/A&gt;: demonstrates how to place functions in SRAM.&lt;/P&gt;
&lt;P&gt;If I have misunderstood, please feel free to let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, VaneB&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 20:21:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/when-Pflash-mapping-the-ram-pflash-loss-the-init-data/m-p/2124980#M50340</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-06-27T20:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: when Pflash mapping the ram ，pflash loss the  init data</title>
      <link>https://community.nxp.com/t5/S32K/when-Pflash-mapping-the-ram-pflash-loss-the-init-data/m-p/2125340#M50362</link>
      <description>&lt;P&gt;&lt;SPAN&gt;hello VaneB ：&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; I had saw the "&lt;A href="https://community.nxp.com/t5/S32-Design-Studio-Knowledge-Base/HOWTO-Run-a-routine-from-RAM-in-S32-Design-Studio/ta-p/1113336" target="_blank" rel="noopener"&gt;HOWTO: Run a routine from RAM in S32 Design Studio"&amp;nbsp;&amp;nbsp;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;but&amp;nbsp; not thorough slove my question,&amp;nbsp; this page is my image question ,please help my check.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; I want the operation space of Flashdata to be within the RAM area I have specified.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wan_0-1751262293474.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/345207i650443334CFFA3AB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wan_0-1751262293474.png" alt="Wan_0-1751262293474.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 05:51:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/when-Pflash-mapping-the-ram-pflash-loss-the-init-data/m-p/2125340#M50362</guid>
      <dc:creator>Wan</dc:creator>
      <dc:date>2025-06-30T05:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: when Pflash mapping the ram ，pflash loss the  init data</title>
      <link>https://community.nxp.com/t5/S32K/when-Pflash-mapping-the-ram-pflash-loss-the-init-data/m-p/2125692#M50400</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wan_0-1751292420923.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/345300i39781BCCEFDCE501/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wan_0-1751292420923.png" alt="Wan_0-1751292420923.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 14:07:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/when-Pflash-mapping-the-ram-pflash-loss-the-init-data/m-p/2125692#M50400</guid>
      <dc:creator>Wan</dc:creator>
      <dc:date>2025-06-30T14:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: when Pflash mapping the ram ，pflash loss the  init data</title>
      <link>https://community.nxp.com/t5/S32K/when-Pflash-mapping-the-ram-pflash-loss-the-init-data/m-p/2125858#M50406</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199407"&gt;@Wan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is important to understand that the linker script only defines memory regions and assigns variables or sections to those regions. It instructs the compiler and loader where data should reside in memory (e.g., Flash, RAM), but it does not perform any actual copying of data from Flash to RAM at runtime.&lt;/P&gt;
&lt;P&gt;The responsibility for copying initialized data from Flash to RAM lies with the startup code or, in some cases, a dedicated initialization function. If you are depending on certain data to be available in RAM at runtime, it is essential to verify that your startup or initialization code is explicitly handling this copy process.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 20:25:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/when-Pflash-mapping-the-ram-pflash-loss-the-init-data/m-p/2125858#M50406</guid>
      <dc:creator>VaneB</dc:creator>
      <dc:date>2025-06-30T20:25:54Z</dc:date>
    </item>
  </channel>
</rss>

