<?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 Program over LPC54608 flash size in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Program-over-LPC54608-flash-size/m-p/1188551#M43028</link>
    <description>&lt;P&gt;1. My program is over the flash size, the chip is LPC 54608.&lt;BR /&gt;I wanna dynamically copy the flash function into ram &amp;amp; execute.&lt;BR /&gt;How can do it?&lt;BR /&gt;I copy the flash data into ram, but cannot execute it normally, got hard fault instead.&lt;/P&gt;&lt;P&gt;2.Does MCUXpresso IDE support linker script with OVERLAY function?&lt;BR /&gt;If does, any example given?&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 03:17:40 GMT</pubDate>
    <dc:creator>YaChun</dc:creator>
    <dc:date>2020-11-25T03:17:40Z</dc:date>
    <item>
      <title>Program over LPC54608 flash size</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Program-over-LPC54608-flash-size/m-p/1188551#M43028</link>
      <description>&lt;P&gt;1. My program is over the flash size, the chip is LPC 54608.&lt;BR /&gt;I wanna dynamically copy the flash function into ram &amp;amp; execute.&lt;BR /&gt;How can do it?&lt;BR /&gt;I copy the flash data into ram, but cannot execute it normally, got hard fault instead.&lt;/P&gt;&lt;P&gt;2.Does MCUXpresso IDE support linker script with OVERLAY function?&lt;BR /&gt;If does, any example given?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 03:17:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Program-over-LPC54608-flash-size/m-p/1188551#M43028</guid>
      <dc:creator>YaChun</dc:creator>
      <dc:date>2020-11-25T03:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Program over LPC54608 flash size</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Program-over-LPC54608-flash-size/m-p/1188786#M43034</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="UserName lia-user-name lia-user-rank-Fresh-Out-Contributor lia-component-message-view-widget-author-username"&gt;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #333f48;" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/180742" target="_self"&gt;&lt;SPAN class=""&gt;YaChun&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;In MCUXpresso IDE,&amp;nbsp; we can copy flash to ram to execute by enable"Plain load image":&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="121212121212.jpg" style="width: 802px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/130954i6CA13D860AF8254C/image-size/large?v=v2&amp;amp;px=999" role="button" title="121212121212.jpg" alt="121212121212.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I think copy to ram can't solve the flash over size issue, even though run in RAM, first code need save&lt;/P&gt;
&lt;P&gt;in flash.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 08:58:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Program-over-LPC54608-flash-size/m-p/1188786#M43034</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2020-11-25T08:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Program over LPC54608 flash size</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Program-over-LPC54608-flash-size/m-p/1188805#M43036</link>
      <description>&lt;P&gt;I can use external flash or any other storage...&lt;/P&gt;&lt;P&gt;And replace the function in ram dynamically maybe can solve.&lt;/P&gt;&lt;P&gt;Do you know how to do?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 09:17:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Program-over-LPC54608-flash-size/m-p/1188805#M43036</guid>
      <dc:creator>YaChun</dc:creator>
      <dc:date>2020-11-25T09:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Program over LPC54608 flash size</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Program-over-LPC54608-flash-size/m-p/1189486#M43052</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Have a look at the part "17.13.5 Placing specific functions into RAM Blocks" of MCUXpresso IDE use guide. I attach it for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2020 06:58:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Program-over-LPC54608-flash-size/m-p/1189486#M43052</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2020-11-26T06:58:23Z</dc:date>
    </item>
  </channel>
</rss>

