<?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: Linker script clarification in S32K342 controller in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Linker-script-clarification-in-S32K342-controller/m-p/1653615#M23071</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208906"&gt;@Ganesh_Pawar&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The S32K342 part has&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;64KB of SRAM&lt;/LI&gt;
&lt;LI&gt;64KB of ITCM&lt;/LI&gt;
&lt;LI&gt;128KB of DTCM&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;S32K3xx_memory_map.xlsx&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1684481559382.png" style="width: 605px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/223933iB0A7B5C174E7C128/image-dimensions/605x507?v=v2" width="605" height="507" role="button" title="danielmartynek_0-1684481559382.png" alt="danielmartynek_0-1684481559382.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And the linker file already uses the whole SRAM (64KB)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_1-1684481645606.png" style="width: 622px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/223934i23F445A03052129A/image-dimensions/622x154?v=v2" width="622" height="154" role="button" title="danielmartynek_1-1684481645606.png" alt="danielmartynek_1-1684481645606.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The default linker file is just an example, it can be modified as needed,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 May 2023 07:36:11 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2023-05-19T07:36:11Z</dc:date>
    <item>
      <title>Linker script clarification in S32K342 controller</title>
      <link>https://community.nxp.com/t5/S32K/Linker-script-clarification-in-S32K342-controller/m-p/1652984#M23044</link>
      <description>&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Greetings for the day...!!!&lt;/P&gt;&lt;P&gt;This is regarding the Linker scripts for the S32K342 series controller ,&lt;/P&gt;&lt;P&gt;The Memory section as per the Datasheet is as follows:&lt;/P&gt;&lt;P&gt;a) PFLASH : 2MB , DFlash : 128 kB&amp;nbsp;&lt;/P&gt;&lt;P&gt;b) SRAM : 256 kB including 192 kB of TCM .&lt;/P&gt;&lt;P&gt;The following&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;FLASH memory&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;as mentioned above gets reflected in the linker script once the project is created, but not the same for the&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;SRAM&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;the&amp;nbsp;&lt;/SPAN&gt;allocated memory is only 27kB .&lt;/P&gt;&lt;P&gt;I would like you to clarify why is that only 27kB is allocated as a default memory.&lt;/P&gt;&lt;P&gt;Also If any changes in the linker script In the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;memory section&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;will that affect the execution of the code ?&lt;/P&gt;&lt;P&gt;PS : Attached the block diagram and the generated linker script for the S32K.&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 18 May 2023 08:52:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Linker-script-clarification-in-S32K342-controller/m-p/1652984#M23044</guid>
      <dc:creator>Ganesh_Pawar</dc:creator>
      <dc:date>2023-05-18T08:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Linker script clarification in S32K342 controller</title>
      <link>https://community.nxp.com/t5/S32K/Linker-script-clarification-in-S32K342-controller/m-p/1653615#M23071</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208906"&gt;@Ganesh_Pawar&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The S32K342 part has&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;64KB of SRAM&lt;/LI&gt;
&lt;LI&gt;64KB of ITCM&lt;/LI&gt;
&lt;LI&gt;128KB of DTCM&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;S32K3xx_memory_map.xlsx&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1684481559382.png" style="width: 605px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/223933iB0A7B5C174E7C128/image-dimensions/605x507?v=v2" width="605" height="507" role="button" title="danielmartynek_0-1684481559382.png" alt="danielmartynek_0-1684481559382.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And the linker file already uses the whole SRAM (64KB)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_1-1684481645606.png" style="width: 622px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/223934i23F445A03052129A/image-dimensions/622x154?v=v2" width="622" height="154" role="button" title="danielmartynek_1-1684481645606.png" alt="danielmartynek_1-1684481645606.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The default linker file is just an example, it can be modified as needed,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 07:36:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Linker-script-clarification-in-S32K342-controller/m-p/1653615#M23071</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-05-19T07:36:11Z</dc:date>
    </item>
  </channel>
</rss>

