<?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: S32K312 SRAM config in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K312-SRAM-config/m-p/1851311#M34473</link>
    <description>&lt;P&gt;&lt;A href="mailto:Hi@Nitrogen8212" target="_blank"&gt;Hi@Nitrogen8212&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This may be because the configuration of the MPU has not been changed accordingly&lt;BR /&gt;By default, the MPU is configured and enabled in system.c. If you only modify the linker file, it may cause such an error.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Apr 2024 06:45:01 GMT</pubDate>
    <dc:creator>Senlent</dc:creator>
    <dc:date>2024-04-22T06:45:01Z</dc:date>
    <item>
      <title>S32K312 SRAM config</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-SRAM-config/m-p/1850503#M34399</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you help me analyze the problem?&lt;/P&gt;&lt;P&gt;when I change《linker_flash_s32k312.ld》, "&lt;STRONG&gt;int_sram"&lt;/STRONG&gt; start address and length, compile is successful, then debug, but jump to "&lt;STRONG&gt;HardFault_Handler&lt;/STRONG&gt;".&lt;/P&gt;&lt;P&gt;platform: s32ds v3.4&lt;/P&gt;&lt;P&gt;RTD version: RTD 2.0.0&lt;/P&gt;&lt;P&gt;example name: FreeRTOS_Toggle_Led_Example_S32K312&lt;/P&gt;&lt;P&gt;before change:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nitrogen8212_0-1713512326903.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/274647iEAE879E1D6F219B7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nitrogen8212_0-1713512326903.png" alt="Nitrogen8212_0-1713512326903.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;after change:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nitrogen8212_1-1713512351281.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/274648i87283573D98C9222/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nitrogen8212_1-1713512351281.png" alt="Nitrogen8212_1-1713512351281.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;console display:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nitrogen8212_2-1713512498984.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/274649i4471DD6EA58E045A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nitrogen8212_2-1713512498984.png" alt="Nitrogen8212_2-1713512498984.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;s32k312 SRAM&amp;nbsp; is 96KB, so it's not out of range.&lt;/P&gt;&lt;P&gt;before change, the int_sram size is 32KB, after change, the int_sram size is 64KB.&lt;/P&gt;&lt;P&gt;I tried to change to other size, but it is the same.&lt;/P&gt;&lt;P&gt;please help analyze the problem, thank you very much.&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 Apr 2024 08:23:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-SRAM-config/m-p/1850503#M34399</guid>
      <dc:creator>Nitrogen8212</dc:creator>
      <dc:date>2024-04-19T08:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 SRAM config</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-SRAM-config/m-p/1851311#M34473</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@Nitrogen8212" target="_blank"&gt;Hi@Nitrogen8212&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This may be because the configuration of the MPU has not been changed accordingly&lt;BR /&gt;By default, the MPU is configured and enabled in system.c. If you only modify the linker file, it may cause such an error.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 06:45:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-SRAM-config/m-p/1851311#M34473</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-04-22T06:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 SRAM config</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-SRAM-config/m-p/1859274#M34959</link>
      <description>&lt;P&gt;My understanding is that it is&amp;nbsp;&lt;SPAN&gt;related to the register&lt;/SPAN&gt;&amp;nbsp;S32_MPU-&amp;gt;RNR / RBAR / RASR.&lt;/P&gt;&lt;P&gt;But I can't find how to configure these registers.&lt;/P&gt;&lt;P&gt;Could you help me configure these registers? or tell me how to configure?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nitrogen8212_0-1714959810787.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/277133iEF5B9C9F58A92A84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nitrogen8212_0-1714959810787.png" alt="Nitrogen8212_0-1714959810787.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 01:44:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-SRAM-config/m-p/1859274#M34959</guid>
      <dc:creator>Nitrogen8212</dc:creator>
      <dc:date>2024-05-06T01:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: S32K312 SRAM config</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-SRAM-config/m-p/1859290#M34961</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@Nitrogen8212" target="_blank"&gt;Hi@Nitrogen8212&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;there is detail description of S32_MPU register in the link below.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.arm.com/documentation/dui0646/c/Cortex-M7-Peripherals/Optional-Memory-Protection-Unit/MPU-Region-Attribute-and-Size-Register?lang=en" target="_blank"&gt;https://developer.arm.com/documentation/dui0646/c/Cortex-M7-Peripherals/Optional-Memory-Protection-Unit/MPU-Region-Attribute-and-Size-Register?lang=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and you can refer to the default settings of S32_MPU in S32K3 startup code.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1714962141746.png" style="width: 719px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/277136i4CC5C0BD2CD6E037/image-dimensions/719x375?v=v2" width="719" height="375" role="button" title="Senlent_0-1714962141746.png" alt="Senlent_0-1714962141746.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 02:23:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-SRAM-config/m-p/1859290#M34961</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2024-05-06T02:23:25Z</dc:date>
    </item>
    <item>
      <title>回复： S32K312 SRAM config</title>
      <link>https://community.nxp.com/t5/S32K/S32K312-SRAM-config/m-p/2031147#M45304</link>
      <description>I encountered the same problem. How did you solve it?</description>
      <pubDate>Tue, 21 Jan 2025 06:46:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K312-SRAM-config/m-p/2031147#M45304</guid>
      <dc:creator>WenWenDar</dc:creator>
      <dc:date>2025-01-21T06:46:56Z</dc:date>
    </item>
  </channel>
</rss>

