<?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: Define NOINIT section by using Freemaker in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/Define-NOINIT-section-by-using-Freemaker/m-p/1013724#M5299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eugene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, that is not possible since this is dependent on the way the linker+compiler works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2020 23:06:30 GMT</pubDate>
    <dc:creator>soledad</dc:creator>
    <dc:date>2020-02-04T23:06:30Z</dc:date>
    <item>
      <title>Define NOINIT section by using Freemaker</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Define-NOINIT-section-by-using-Freemaker/m-p/1013721#M5296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to use MCU Settings in MCUXpresso&amp;nbsp; ( I use LPS55S69 SDK and etc.) for define FLASH and RAM sections with NOINIT attributes.&lt;/P&gt;&lt;P&gt;But looks like any section what was added is added to common pool with .bss and etc attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How-to via MCU settings or via Freemaker scripts define NOLOAD sections what looks like this in final linker file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.text_Flash3 0x10090000 (NOLOAD) :&lt;BR /&gt; { &lt;BR /&gt; PROVIDE (__flash3_start = .);&lt;BR /&gt; KEEP(*(.flash3_storage*))&lt;BR /&gt; PROVIDE (__flash3_end = .);&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.data_SRAM4 0x30042000 (NOLOAD) :&lt;BR /&gt; { &lt;BR /&gt; __sram4_start = .;&lt;BR /&gt; KEEP(*(.sram4*))&lt;BR /&gt; __sram4_end = .;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2020 07:24:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Define-NOINIT-section-by-using-Freemaker/m-p/1013721#M5296</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-01-15T07:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Define NOINIT section by using Freemaker</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Define-NOINIT-section-by-using-Freemaker/m-p/1013722#M5297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the following link and let me know if this helps,&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://mcuoneclipse.com/2014/04/19/gnu-linker-can-you-not-initialize-my-variable/" title="https://mcuoneclipse.com/2014/04/19/gnu-linker-can-you-not-initialize-my-variable/"&gt;GNU Linker, can you NOT Initialize my Variable? | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Soledad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2020 18:30:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Define-NOINIT-section-by-using-Freemaker/m-p/1013722#M5297</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2020-01-31T18:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Define NOINIT section by using Freemaker</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Define-NOINIT-section-by-using-Freemaker/m-p/1013723#M5298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/soledad"&gt;soledad&lt;/A&gt;‌ !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to define NOLOAD by direct modifcation of linker script is not cause any problems.&lt;/P&gt;&lt;P&gt;But would be nice to use MCU setting in Xpresso IDE and Freemaker genarator.&lt;/P&gt;&lt;P&gt;In this case section will be inserted to automaticly generated script like it done for other type of sections&lt;/P&gt;&lt;P&gt;in SDK example freertos_mpu_ns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now any new ram area is included in bss and etc . sections what is not expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Feb 2020 08:21:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Define-NOINIT-section-by-using-Freemaker/m-p/1013723#M5298</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2020-02-01T08:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Define NOINIT section by using Freemaker</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/Define-NOINIT-section-by-using-Freemaker/m-p/1013724#M5299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eugene,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, that is not possible since this is dependent on the way the linker+compiler works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2020 23:06:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/Define-NOINIT-section-by-using-Freemaker/m-p/1013724#M5299</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2020-02-04T23:06:30Z</dc:date>
    </item>
  </channel>
</rss>

