<?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 SDKのトピックRe: S32K312 Link</title>
    <link>https://community.nxp.com/t5/S32-SDK/S32K312-Link/m-p/1739301#M3370</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224287"&gt;@JCY1223&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;There can be problems with the MPU that is configured and enabled in system.c&lt;/P&gt;
&lt;P&gt;Can you test it with the MPU disabled?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1697185169071.png" style="width: 547px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/244966i52020E16D81413A6/image-dimensions/547x152?v=v2" width="547" height="152" role="button" title="danielmartynek_0-1697185169071.png" alt="danielmartynek_0-1697185169071.png" /&gt;&lt;/span&gt;&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;</description>
    <pubDate>Fri, 13 Oct 2023 08:19:57 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2023-10-13T08:19:57Z</dc:date>
    <item>
      <title>S32K312 Link</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32K312-Link/m-p/1739049#M3368</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;I am now doing S32K312 software development, encountered the RAM is not enough to use, modify the configuration of the ld file, compile can pass, but the program can not run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Configuration before modification:&lt;/P&gt;&lt;P&gt;int_sram : ORIGIN = 0x20400000, LENGTH = 0x0000E000 /* 56KB */&lt;BR /&gt;int_sram_fls_rsv : ORIGIN = 0x2040E000, LENGTH = 0x00000100&lt;BR /&gt;int_sram_stack_c0 : ORIGIN = 0x2040E100, LENGTH = 0x00001000 /* 4K */&lt;BR /&gt;int_sram_no_cacheable : ORIGIN = 0x2040F100, LENGTH = 0x00006E00 /* 24+3.5KB , needs to include int_results */&lt;BR /&gt;int_sram_results : ORIGIN = 0x20415F00, LENGTH = 0x00000100&lt;BR /&gt;int_sram_shareable : ORIGIN = 0x20416000, LENGTH = 0x00002000 /* 8KB */&lt;BR /&gt;ram_rsvd2 : ORIGIN = 0x20418000, LENGTH = 0 /* End of SRAM */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Modified configuration:&lt;/P&gt;&lt;P&gt;int_sram : ORIGIN = 0x20400000, LENGTH = 0x00013000 /* 76KB */&lt;BR /&gt;int_sram_fls_rsv : ORIGIN = 0x20413000, LENGTH = 0x00000100&lt;BR /&gt;int_sram_stack_c0 : ORIGIN = 0x20413100, LENGTH = 0x00001000 /* 4K */&lt;BR /&gt;int_sram_no_cacheable : ORIGIN = 0x20414100, LENGTH = 0x00002E00 /* 8+3.5KB , needs to include int_results */&lt;BR /&gt;int_sram_results : ORIGIN = 0x20416F00, LENGTH = 0x00000100&lt;BR /&gt;int_sram_shareable : ORIGIN = 0x20417000, LENGTH = 0x00001000 /* 4KB */&lt;BR /&gt;ram_rsvd2 : ORIGIN = 0x20418000, LENGTH = 0 /* End of SRAM */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I increase int_sram？？？&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 02:43:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32K312-Link/m-p/1739049#M3368</guid>
      <dc:creator>JCY1223</dc:creator>
      <dc:date>2023-10-13T02:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 Link</title>
      <link>https://community.nxp.com/t5/S32-SDK/S32K312-Link/m-p/1739301#M3370</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/224287"&gt;@JCY1223&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;There can be problems with the MPU that is configured and enabled in system.c&lt;/P&gt;
&lt;P&gt;Can you test it with the MPU disabled?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1697185169071.png" style="width: 547px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/244966i52020E16D81413A6/image-dimensions/547x152?v=v2" width="547" height="152" role="button" title="danielmartynek_0-1697185169071.png" alt="danielmartynek_0-1697185169071.png" /&gt;&lt;/span&gt;&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;</description>
      <pubDate>Fri, 13 Oct 2023 08:19:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/S32K312-Link/m-p/1739301#M3370</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2023-10-13T08:19:57Z</dc:date>
    </item>
  </channel>
</rss>

