<?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: LPC54S018M without external SDRAM and XIP image in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54S018M-without-external-SDRAM-and-XIP-image/m-p/1093671#M41896</link>
    <description>&lt;P&gt;Hello &lt;A href="https://community.nxp.com/people/anandkrs" data-content-finding="Community" data-userid="294791" data-username="anandkrs" target="_blank"&gt;Anand Singh&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;XIP: &lt;SPAN&gt;eXecute In Place&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;meaning process image directly in FLASH.&lt;/P&gt;
&lt;P&gt;NO-XIP meaning copy image from FALSH to RAM to run.&lt;/P&gt;
&lt;P&gt;About change no-xip to XIP, if you use MCUXpresso IDE, try to disable "Plain load image" , the re-build.&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="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/115757i5105CFE7B76AD5B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And if you haven't SDRAM, you need config the data in SDRAM to other RAM.&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>Fri, 16 Dec 2022 06:16:14 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2022-12-16T06:16:14Z</dc:date>
    <item>
      <title>LPC54S018M without external SDRAM and XIP image</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54S018M-without-external-SDRAM-and-XIP-image/m-p/1093670#M41895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a board based on the LPC54S018M (4MB internal ROM) and with no external SDRAM&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to test a sample application (lwip_dhcp) from the SDK, And this sample application looks like a non-XIP based image.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now when I convert the image to XIP image with with these macro "XIP_IMAGE" &amp;amp; "IMG_BAUDRATE=96000000"&lt;/P&gt;&lt;P&gt;and use the below linker file settings&amp;nbsp;&lt;/P&gt;&lt;DIV class="" style="color: #222222; background-color: #ffffff; font-size: medium; padding: 0px 0px 20px;"&gt;&lt;DIV class=""&gt;&lt;DIV class="" style="font-size: 0.875rem; margin: 8px 0px 0px;"&gt;&lt;DIV class=""&gt;&lt;DIV dir="ltr"&gt;&lt;DIV class="" style="color: #0b5394;"&gt;HEAP_SIZE &amp;nbsp;= DEFINED(__heap_size__) &amp;nbsp;? __heap_size__ &amp;nbsp;: 0x0400;&lt;BR /&gt;STACK_SIZE = DEFINED(__stack_size__) ? __stack_size__ : 0x0800;&lt;P&gt;&lt;/P&gt;IMAGE_START_ADDR &amp;nbsp;= DEFINED(XIP_IMAGE) &amp;nbsp;? 0x10000000 &amp;nbsp;: 0x00000000;&lt;BR /&gt;DATA_START_ADDR &amp;nbsp; = DEFINED(XIP_IMAGE) &amp;nbsp;? 0x00000004 &amp;nbsp;: 0x20000000;&lt;BR /&gt;TEXT_SECTION_SIZE = DEFINED(XIP_IMAGE) &amp;nbsp;? 0x000FFE34 &amp;nbsp;: 0x0002FE00;&lt;BR /&gt;DATA_SECTION_SIZE = DEFINED(XIP_IMAGE) &amp;nbsp;? 0x0002FFFC &amp;nbsp;: 0x00028000;&lt;DIV class=""&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN style="color: #3d3d3d;"&gt;With the XIP Image it's didn't even print the messaged after board &amp;amp; uart initialization.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN style="color: #3d3d3d;"&gt;Would like to know if its possible to run XIP image on the LPC54S018M based board with out the external SDRAM.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN style="color: #3d3d3d;"&gt;Also I&amp;nbsp; couldn't understand the difference between the image mapping between XIP &amp;amp; non-XIP image in this case.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN style="color: #3d3d3d;"&gt;Appreciate for any pointer / help in this regard.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2020 19:32:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54S018M-without-external-SDRAM-and-XIP-image/m-p/1093670#M41895</guid>
      <dc:creator>anandkrs</dc:creator>
      <dc:date>2020-07-13T19:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54S018M without external SDRAM and XIP image</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54S018M-without-external-SDRAM-and-XIP-image/m-p/1093671#M41896</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.nxp.com/people/anandkrs" data-content-finding="Community" data-userid="294791" data-username="anandkrs" target="_blank"&gt;Anand Singh&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;XIP: &lt;SPAN&gt;eXecute In Place&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;meaning process image directly in FLASH.&lt;/P&gt;
&lt;P&gt;NO-XIP meaning copy image from FALSH to RAM to run.&lt;/P&gt;
&lt;P&gt;About change no-xip to XIP, if you use MCUXpresso IDE, try to disable "Plain load image" , the re-build.&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="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/115757i5105CFE7B76AD5B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And if you haven't SDRAM, you need config the data in SDRAM to other RAM.&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>Fri, 16 Dec 2022 06:16:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54S018M-without-external-SDRAM-and-XIP-image/m-p/1093671#M41896</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-12-16T06:16:14Z</dc:date>
    </item>
  </channel>
</rss>

