<?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>S32 Design StudioのトピックHow place RTD RAM on DTCM memory</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/How-place-RTD-RAM-on-DTCM-memory/m-p/2097407#M13422</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using RTD , but adding RTDs components the RAM the compiler had this error:&lt;/P&gt;&lt;P&gt;Ld error: region `int_sram_no_cacheable_c0' overflowed by 2380 bytes&lt;/P&gt;&lt;P&gt;This RAM it's full (it's only 8KB).&lt;/P&gt;&lt;P&gt;DTCM instead is 60 KB&lt;/P&gt;&lt;P&gt;For this reason,&amp;nbsp;I would like move all RTD variables in&amp;nbsp; DTCM&amp;nbsp; memory.&lt;/P&gt;&lt;P&gt;How I can do this ?&lt;/P&gt;&lt;P&gt;Regards.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 May 2025 14:30:26 GMT</pubDate>
    <dc:creator>francescovico</dc:creator>
    <dc:date>2025-05-14T14:30:26Z</dc:date>
    <item>
      <title>How place RTD RAM on DTCM memory</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-place-RTD-RAM-on-DTCM-memory/m-p/2097407#M13422</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using RTD , but adding RTDs components the RAM the compiler had this error:&lt;/P&gt;&lt;P&gt;Ld error: region `int_sram_no_cacheable_c0' overflowed by 2380 bytes&lt;/P&gt;&lt;P&gt;This RAM it's full (it's only 8KB).&lt;/P&gt;&lt;P&gt;DTCM instead is 60 KB&lt;/P&gt;&lt;P&gt;For this reason,&amp;nbsp;I would like move all RTD variables in&amp;nbsp; DTCM&amp;nbsp; memory.&lt;/P&gt;&lt;P&gt;How I can do this ?&lt;/P&gt;&lt;P&gt;Regards.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 14:30:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-place-RTD-RAM-on-DTCM-memory/m-p/2097407#M13422</guid>
      <dc:creator>francescovico</dc:creator>
      <dc:date>2025-05-14T14:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: How place RTD RAM on DTCM memory</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/How-place-RTD-RAM-on-DTCM-memory/m-p/2097532#M13424</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/153065"&gt;@francescovico&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for your question&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The suggestion is to not move the RTD RAM on D-TCM&lt;/P&gt;
&lt;P&gt;To achieve your you goal to have enough space you could try to optimize your app, you could use as reference&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/S32K3xx-How-to-optimization-APP-code-for-get-more-high/ta-p/1763126" target="_blank"&gt;S32K3xx How to optimization APP code for get more high performance - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Also, you could try the following configuration:&lt;/P&gt;
&lt;P&gt;- Remove the "-fno-short-enums" option (Project Properties &amp;gt; C/C++ Build &amp;gt; Settings &amp;gt; Optimization)&lt;/P&gt;
&lt;DIV id="tinyMceEditorcarlos_o_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image (2).png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/337805i7194FDD59356722B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image (2).png" alt="image (2).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;- Check the "Remove unused sections" (Project Properties &amp;gt; C/C++ Build &amp;gt; Settings &amp;gt; Standard S32DS C Linker &amp;gt; Miscellaneous)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image (3).png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/337806i8D2B950A4D64B8EE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="image (3).png" alt="image (3).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if you have more questions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 20:43:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/How-place-RTD-RAM-on-DTCM-memory/m-p/2097532#M13424</guid>
      <dc:creator>carlos_o</dc:creator>
      <dc:date>2025-05-14T20:43:08Z</dc:date>
    </item>
  </channel>
</rss>

