<?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>LPC MicrocontrollersのトピックRe: Plain load image size for LPC54018M</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Plain-load-image-size-for-LPC54018M/m-p/1268805#M44792</link>
    <description>&lt;P&gt;Hello &lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-III 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/72700" target="_self"&gt;&lt;SPAN class=""&gt;rex_lam&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;No, you can directly&amp;nbsp; Execute in place from spifi flash.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
    <pubDate>Tue, 27 Apr 2021 10:18:06 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2021-04-27T10:18:06Z</dc:date>
    <item>
      <title>Plain load image size for LPC54018M</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Plain-load-image-size-for-LPC54018M/m-p/1268268#M44782</link>
      <description>&lt;P&gt;The LPC54S018J4M MCU has 192K SRAMX and 4MB spifi flash. Is the maximum plain load image size restricted by the size of the SRAMX, i.e. 192K for LPC54S018J4M?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 16:23:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Plain-load-image-size-for-LPC54018M/m-p/1268268#M44782</guid>
      <dc:creator>rex_lam</dc:creator>
      <dc:date>2021-04-26T16:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Plain load image size for LPC54018M</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Plain-load-image-size-for-LPC54018M/m-p/1268805#M44792</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-III 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/72700" target="_self"&gt;&lt;SPAN class=""&gt;rex_lam&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;No, you can directly&amp;nbsp; Execute in place from spifi flash.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 10:18:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Plain-load-image-size-for-LPC54018M/m-p/1268805#M44792</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-04-27T10:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Plain load image size for LPC54018M</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Plain-load-image-size-for-LPC54018M/m-p/1269000#M44797</link>
      <description>&lt;P&gt;Alice,&lt;/P&gt;&lt;P&gt;Thank you for responding. To clarify, do you mean that the first 192K will execute from SRAMX and the higher addresses of the firmware image will execute in place from spifi flash? Is this the default behavior for plain load image?&lt;/P&gt;&lt;P&gt;Rex&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 14:48:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Plain-load-image-size-for-LPC54018M/m-p/1269000#M44797</guid>
      <dc:creator>rex_lam</dc:creator>
      <dc:date>2021-04-27T14:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Plain load image size for LPC54018M</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Plain-load-image-size-for-LPC54018M/m-p/1269553#M44820</link>
      <description>&lt;P&gt;Hello Rex,&lt;/P&gt;
&lt;P&gt;This is depends on how config in your IDE or linker file, for example MCUXpresso IDE, when do NOT enable "Plain load image",&lt;/P&gt;
&lt;P&gt;it will flash XIP.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1619601513936.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/143518iEF037C50BDAE7475/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1619601513936.png" alt="Alice_Yang_0-1619601513936.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can open the demos "hello world" and "hello world xip" under SDK&amp;nbsp; to check the difference.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 09:19:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Plain-load-image-size-for-LPC54018M/m-p/1269553#M44820</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-04-28T09:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Plain load image size for LPC54018M</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Plain-load-image-size-for-LPC54018M/m-p/1269754#M44826</link>
      <description>&lt;P&gt;Hi Alice,&lt;/P&gt;&lt;P&gt;Let's assume that I want to enable "plain load image". Is the maximum firmware image size then restricted to 192K?&lt;/P&gt;&lt;P&gt;Rex&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 14:49:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Plain-load-image-size-for-LPC54018M/m-p/1269754#M44826</guid>
      <dc:creator>rex_lam</dc:creator>
      <dc:date>2021-04-28T14:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Plain load image size for LPC54018M</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Plain-load-image-size-for-LPC54018M/m-p/1270199#M44846</link>
      <description>&lt;P&gt;YES.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 08:25:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Plain-load-image-size-for-LPC54018M/m-p/1270199#M44846</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2021-04-29T08:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Plain load image size for LPC54018M</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Plain-load-image-size-for-LPC54018M/m-p/1270399#M44855</link>
      <description>&lt;P&gt;Thank you Alice.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 14:54:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Plain-load-image-size-for-LPC54018M/m-p/1270399#M44855</guid>
      <dc:creator>rex_lam</dc:creator>
      <dc:date>2021-04-29T14:54:04Z</dc:date>
    </item>
  </channel>
</rss>

