<?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: Relocating particular objects into RAM in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Relocating-particular-objects-into-RAM/m-p/1409488#M7799</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Simple usage of this feature did not reveal any issue. Can you please let us know:&lt;/P&gt;
&lt;P&gt;1. What MCUXpresso IDE version you use&lt;/P&gt;
&lt;P&gt;2. What host OS&lt;/P&gt;
&lt;P&gt;3. What SDK (device or board target and version)&lt;/P&gt;
&lt;P&gt;4. Is your project using linked sources/folders?&lt;/P&gt;
&lt;P&gt;5. Is your project physically located within or outside the workspace filepath?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;</description>
    <pubDate>Mon, 07 Feb 2022 07:27:22 GMT</pubDate>
    <dc:creator>lpcxpresso_supp</dc:creator>
    <dc:date>2022-02-07T07:27:22Z</dc:date>
    <item>
      <title>Relocating particular objects into RAM</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Relocating-particular-objects-into-RAM/m-p/1407888#M7790</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am following mcuxpresso IDE user guide section 17.15.1 to relocate particular objects into RAM.&lt;/P&gt;&lt;P&gt;I added a linkscripts folder to my project and put 3 linker script templates in their as advised (main_text.ldt, main_rodata.ldt and main_data.ldt)&lt;/P&gt;&lt;P&gt;Clean project and build, but I get a linker error message that says "cannot find main_text.ldt", but the file is definitely there.&lt;/P&gt;&lt;P&gt;Is there some steps missing from the user guide? Or did I miss something else?&lt;/P&gt;&lt;P&gt;I took a look at the flash_component_nor example project and noticed that the files in the linkscripts folder for that have different names (bss.ldt and data.ldt) but the main_text.ldt is the same.&lt;/P&gt;&lt;P&gt;many thanks&lt;/P&gt;&lt;P&gt;-Nick&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 07:50:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Relocating-particular-objects-into-RAM/m-p/1407888#M7790</guid>
      <dc:creator>nickwallis</dc:creator>
      <dc:date>2022-02-02T07:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Relocating particular objects into RAM</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Relocating-particular-objects-into-RAM/m-p/1409488#M7799</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Simple usage of this feature did not reveal any issue. Can you please let us know:&lt;/P&gt;
&lt;P&gt;1. What MCUXpresso IDE version you use&lt;/P&gt;
&lt;P&gt;2. What host OS&lt;/P&gt;
&lt;P&gt;3. What SDK (device or board target and version)&lt;/P&gt;
&lt;P&gt;4. Is your project using linked sources/folders?&lt;/P&gt;
&lt;P&gt;5. Is your project physically located within or outside the workspace filepath?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 07:27:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Relocating-particular-objects-into-RAM/m-p/1409488#M7799</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2022-02-07T07:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Relocating particular objects into RAM</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Relocating-particular-objects-into-RAM/m-p/1417273#M7832</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the end, this was a typo in the linker script files.&lt;/P&gt;&lt;P&gt;I followed exactly what is said in the user guide, but it turns out that the 1st line of the examples should not be in the file.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Perhaps the documentation could be clearer?&lt;/P&gt;&lt;P&gt;-Nick&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="mcuxpresso linker script files.jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/171334i3890190801806AD8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mcuxpresso linker script files.jpg" alt="mcuxpresso linker script files.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 07:32:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Relocating-particular-objects-into-RAM/m-p/1417273#M7832</guid>
      <dc:creator>nickwallis</dc:creator>
      <dc:date>2022-02-22T07:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Relocating particular objects into RAM</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Relocating-particular-objects-into-RAM/m-p/1417313#M7833</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We'll update the doc to avoid this confusion.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;MCUXpresso IDE Support&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 08:18:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Relocating-particular-objects-into-RAM/m-p/1417313#M7833</guid>
      <dc:creator>lpcxpresso_supp</dc:creator>
      <dc:date>2022-02-22T08:18:27Z</dc:date>
    </item>
  </channel>
</rss>

