<?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のトピックRe: S32k34x int_sram overflow error</title>
    <link>https://community.nxp.com/t5/S32K/S32k34x-int-sram-overflow-error/m-p/2033972#M45441</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/220424"&gt;@pratikkul26&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The int_sram size specified in the linker file is 32KB and is composed for &lt;STRONG&gt;sram_data + sram_bss + heap&lt;/STRONG&gt;, as we can see your heap size is 32767 so this causes the int_sram overflow.&lt;/P&gt;
&lt;P&gt;1)Could you try decreasing the heap size 23356 bytes? we also recommend that you check your .map file to see the sections mentioned in your error and how much memory you are using.&lt;/P&gt;
&lt;P&gt;2) We don’t have example code for this specific implementation, but I can offer example code for using DTCM/ITCM memories in the project&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-Siul2-Port-Ip-Example-S32K344-ITCM-DTCM-S32DS3-4-RTD300/ta-p/1605107" target="_blank" rel="noopener"&gt;Example Siul2_Port_Ip_Example_S32K344_ITCM_DTCM S32DS3.4 RTD300 - NXP Community.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;IsaulO.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jan 2025 17:20:17 GMT</pubDate>
    <dc:creator>IsaulO</dc:creator>
    <dc:date>2025-01-24T17:20:17Z</dc:date>
    <item>
      <title>S32k34x int_sram overflow error</title>
      <link>https://community.nxp.com/t5/S32K/S32k34x-int-sram-overflow-error/m-p/2032460#M45382</link>
      <description>&lt;P&gt;We are using S32K342 &amp;amp; S32K3_RTD_3_0_0_P07_D2306_ASR_REL_4_7_REV_0000_20230629&lt;/P&gt;&lt;P&gt;FreeRTOS heap settings is 32767.&lt;/P&gt;&lt;P&gt;After building our application code we are getting following errors.&lt;/P&gt;&lt;P&gt;Ld error: region `int_sram' overflowed by 23356 bytes&lt;/P&gt;&lt;P class="lia-align-justify"&gt;Ld error: section .int_results VMA [2040bf00,2040bfff] overlaps section .sram_data VMA&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;Ld error: section .non_cacheable_data VMA [20408000,20408003] overlaps section .sram_bss VMA&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;Ld error: xxx.elf section `.sram_bss' will not fit in region `int_sram'&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pratikkul26_0-1737560238946.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/320894iB7DAB2D26CF47255/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pratikkul26_0-1737560238946.png" alt="pratikkul26_0-1737560238946.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;pratikkul26_0-1737560238946.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pratikkul26_2-1737560611256.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/320899iE60FFA8E2A202390/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pratikkul26_2-1737560611256.png" alt="pratikkul26_2-1737560611256.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;pratikkul26_2-1737560611256.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;1)can we modify linker file to increase int_sram size to resolve the issue?&lt;/P&gt;&lt;P&gt;2)is there any option or method in the S32DS to allocate application code &amp;amp; FreeRTOS heap memory into int_itcm &amp;amp; int_dtcm section?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pratik&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 15:46:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k34x-int-sram-overflow-error/m-p/2032460#M45382</guid>
      <dc:creator>pratikkul26</dc:creator>
      <dc:date>2025-01-22T15:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: S32k34x int_sram overflow error</title>
      <link>https://community.nxp.com/t5/S32K/S32k34x-int-sram-overflow-error/m-p/2033972#M45441</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/220424"&gt;@pratikkul26&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The int_sram size specified in the linker file is 32KB and is composed for &lt;STRONG&gt;sram_data + sram_bss + heap&lt;/STRONG&gt;, as we can see your heap size is 32767 so this causes the int_sram overflow.&lt;/P&gt;
&lt;P&gt;1)Could you try decreasing the heap size 23356 bytes? we also recommend that you check your .map file to see the sections mentioned in your error and how much memory you are using.&lt;/P&gt;
&lt;P&gt;2) We don’t have example code for this specific implementation, but I can offer example code for using DTCM/ITCM memories in the project&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-Siul2-Port-Ip-Example-S32K344-ITCM-DTCM-S32DS3-4-RTD300/ta-p/1605107" target="_blank" rel="noopener"&gt;Example Siul2_Port_Ip_Example_S32K344_ITCM_DTCM S32DS3.4 RTD300 - NXP Community.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;IsaulO.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2025 17:20:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k34x-int-sram-overflow-error/m-p/2033972#M45441</guid>
      <dc:creator>IsaulO</dc:creator>
      <dc:date>2025-01-24T17:20:17Z</dc:date>
    </item>
  </channel>
</rss>

