<?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: How to move code from flash to sram in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-move-code-from-flash-to-sram/m-p/1568611#M22912</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208714"&gt;@Wayne2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please look into the following community post:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/i-MX-RT/Relocating-code-from-FLASH-to-RAM-All-file/td-p/1220584" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT/Relocating-code-from-FLASH-to-RAM-All-file/td-p/1220584&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I believe it will prove very useful for your inquiry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Edwin.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Dec 2022 23:07:43 GMT</pubDate>
    <dc:creator>EdwinHz</dc:creator>
    <dc:date>2022-12-12T23:07:43Z</dc:date>
    <item>
      <title>How to move code from flash to sram</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-move-code-from-flash-to-sram/m-p/1568333#M22906</link>
      <description>&lt;P&gt;Hi NXP team&lt;/P&gt;&lt;P&gt;I want to move some&amp;nbsp;&lt;SPAN&gt;high frequency functions from flash to the sram, in order to running in the sram which can reduce the cpu loading.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I found it only can modify it in the settings, if I choose the "Link application to RAM", it will push all the flash code to the ram.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I use the "Extra linker script input sections", I don't know how to specify a cpp file and then compile .o file move it to the sram.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I also found the .ld file was generated, and couldn't edit.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you tell me how to modify the code?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Wayne2_0-1670850485385.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/204052i0A3B5CAE6A827426/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Wayne2_0-1670850485385.png" alt="Wayne2_0-1670850485385.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 13:19:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-move-code-from-flash-to-sram/m-p/1568333#M22906</guid>
      <dc:creator>Wayne2</dc:creator>
      <dc:date>2022-12-12T13:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to move code from flash to sram</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-move-code-from-flash-to-sram/m-p/1568611#M22912</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208714"&gt;@Wayne2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please look into the following community post:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/i-MX-RT/Relocating-code-from-FLASH-to-RAM-All-file/td-p/1220584" target="_blank"&gt;https://community.nxp.com/t5/i-MX-RT/Relocating-code-from-FLASH-to-RAM-All-file/td-p/1220584&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I believe it will prove very useful for your inquiry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 23:07:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-move-code-from-flash-to-sram/m-p/1568611#M22912</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2022-12-12T23:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to move code from flash to sram</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-move-code-from-flash-to-sram/m-p/1568679#M22916</link>
      <description>&lt;P&gt;You can try MCUX FreeMarker, it can help you relocate part of object files to any RAM&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cnblogs.com/henjay724/p/16928122.html" target="_blank" rel="noopener"&gt;MCUXpresso IDE下高度灵活的FreeMarker链接文件模板机制&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 02:14:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/How-to-move-code-from-flash-to-sram/m-p/1568679#M22916</guid>
      <dc:creator>jay_heng</dc:creator>
      <dc:date>2022-12-13T02:14:07Z</dc:date>
    </item>
  </channel>
</rss>

