<?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 modify linker script in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-modify-linker-script/m-p/1220536#M6591</link>
    <description>&lt;P&gt;Thanx everybody, problem solved!&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jan 2021 12:46:39 GMT</pubDate>
    <dc:creator>marco_palestro</dc:creator>
    <dc:date>2021-01-25T12:46:39Z</dc:date>
    <item>
      <title>How to modify linker script</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-modify-linker-script/m-p/1218877#M6559</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I need to allocate some code and data on specific flash addresses in my MCUXpresso project (using Kinetis K32), but I couldn't find the documentation about the linker script definition and the toolchain;&lt;/P&gt;&lt;P&gt;Can anybody explain which is the linker script syntax and #pragma required to customize code and data segments, or point to the relevant documentation?&lt;/P&gt;&lt;P&gt;Thanx in advance!&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 14:14:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-modify-linker-script/m-p/1218877#M6559</guid>
      <dc:creator>marco_palestro</dc:creator>
      <dc:date>2021-01-21T14:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify linker script</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-modify-linker-script/m-p/1218912#M6560</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/121305"&gt;@marco_palestro&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The linker is the GNU linker, and you can find documentation for example here:&amp;nbsp;&lt;A href="https://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_chapter/ld_3.html" target="_blank"&gt;https://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_chapter/ld_3.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To place objects at specific locations you can use something like this:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;unsigned char __attribute__((section (".myBufSection"))) buf[128];&lt;/LI-CODE&gt;&lt;P&gt;See&amp;nbsp;&lt;A href="https://mcuoneclipse.com/2012/11/01/defining-variables-at-absolute-addresses-with-gcc/" target="_blank"&gt;https://mcuoneclipse.com/2012/11/01/defining-variables-at-absolute-addresses-with-gcc/&lt;/A&gt;&amp;nbsp; for some examples.&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 15:11:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-modify-linker-script/m-p/1218912#M6560</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2021-01-21T15:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify linker script</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-modify-linker-script/m-p/1219067#M6561</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/121305"&gt;@marco_palestro&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Complementing the &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt; help! you can additionally check this post from the community&amp;nbsp; that recommends MCUxpresso documentation and examples .&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/Kinetis-Design-Studio-Knowledge/Relocating-Code-and-Data-Using-the-MCUXpresso-IDE/ta-p/1103719" target="_self"&gt;Relocating Code and Data Using the MCUXpresso IDE&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you have any issues, please let us know.&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 19:09:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-modify-linker-script/m-p/1219067#M6561</guid>
      <dc:creator>diego_charles</dc:creator>
      <dc:date>2021-01-21T19:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify linker script</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-modify-linker-script/m-p/1220536#M6591</link>
      <description>&lt;P&gt;Thanx everybody, problem solved!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 12:46:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-modify-linker-script/m-p/1220536#M6591</guid>
      <dc:creator>marco_palestro</dc:creator>
      <dc:date>2021-01-25T12:46:39Z</dc:date>
    </item>
  </channel>
</rss>

