<?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>i.MX RT Crossover MCUsのトピックRe: Reallocation FlexRAM</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Reallocation-FlexRAM/m-p/2197751#M35567</link>
    <description>&lt;P&gt;Please refer to this post for more details on why SP is reset: &lt;A href="https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1176-ROM-code-does-not-set-stack-pointer-correctly/m-p/1388830" target="_blank"&gt;RT1176 ROM code does not set stack pointer correctly - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Omar&lt;/P&gt;</description>
    <pubDate>Mon, 03 Nov 2025 22:45:13 GMT</pubDate>
    <dc:creator>Omar_Anguiano</dc:creator>
    <dc:date>2025-11-03T22:45:13Z</dc:date>
    <item>
      <title>Reallocation FlexRAM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Reallocation-FlexRAM/m-p/2195981#M35538</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;I'm trying to reallocate the FlexRam to be&amp;nbsp;&lt;SPAN&gt;DTC = 128KB, ITC = 64KB, OC = 64KB on i.mxrt 1024&lt;/SPAN&gt;&lt;BR /&gt;I did these changes&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="config.png" style="width: 617px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/363292i139C61900A5395AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="config.png" alt="config.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="board.png" style="width: 732px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/363293iB164BC72A295D814/image-size/large?v=v2&amp;amp;px=999" role="button" title="board.png" alt="board.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="boot.png" style="width: 650px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/363295i1E05560DF4AAC2F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="boot.png" alt="boot.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="startup2.png" style="width: 831px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/363294i771238FFFEF68CF6/image-size/large?v=v2&amp;amp;px=999" role="button" title="startup2.png" alt="startup2.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I also modified the linker file to fit with these changes.&lt;BR /&gt;Now it works, but my question is about these two lines&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;"LDR R0, =0x20001fff\n"&lt;/SPAN&gt; &lt;SPAN&gt;// load initial value of stack pointer into R0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"MSR MSP, R0\n"&lt;/SPAN&gt; &lt;SPAN&gt;// Reinitialize stack pointer by new value&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Why without these lines it doesn’t work even if I modified the linker so _vStackTop must be up to date!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 16:13:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Reallocation-FlexRAM/m-p/2195981#M35538</guid>
      <dc:creator>KhaledG</dc:creator>
      <dc:date>2025-10-30T16:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reallocation FlexRAM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Reallocation-FlexRAM/m-p/2197751#M35567</link>
      <description>&lt;P&gt;Please refer to this post for more details on why SP is reset: &lt;A href="https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1176-ROM-code-does-not-set-stack-pointer-correctly/m-p/1388830" target="_blank"&gt;RT1176 ROM code does not set stack pointer correctly - NXP Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Omar&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 22:45:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Reallocation-FlexRAM/m-p/2197751#M35567</guid>
      <dc:creator>Omar_Anguiano</dc:creator>
      <dc:date>2025-11-03T22:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reallocation FlexRAM</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Reallocation-FlexRAM/m-p/2317388#M36181</link>
      <description>&lt;P&gt;Thank you for your response,&lt;BR /&gt;It worked but when i try to set DTCram = 192KB, OCram = 64KB and ITCram = 0KB, i cant find the define&amp;nbsp;&lt;SPAN&gt;ARM_MPU_REGION_SIZE_192KB !&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 20:56:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Reallocation-FlexRAM/m-p/2317388#M36181</guid>
      <dc:creator>KhaledG</dc:creator>
      <dc:date>2026-02-12T20:56:23Z</dc:date>
    </item>
  </channel>
</rss>

