<?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>Kinetis MicrocontrollersのトピックMCUXPresso V11.5.0</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXPresso-V11-5-0/m-p/2096656#M67540</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using MCUXpreeso V11.5.0 and try to add the SDRAM Section in link file. I did the following:&lt;/P&gt;&lt;P&gt;In link file:&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;SDRAM_00 (RW) : ORIGIN = 0x70000000, LENGTH = 0x400000 /* 4M bytes (alias RAM4) */&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;.SDRAM_00_data :&lt;BR /&gt;{&lt;BR /&gt;. = ALIGN(4);&lt;BR /&gt;&lt;BR /&gt;KEEP(*(.SDRAM_00_data .SDRAM_00_data.*))&lt;BR /&gt;. = ALIGN(4);&lt;BR /&gt;&lt;BR /&gt;} &amp;gt; SDRAM_00&lt;/P&gt;&lt;P&gt;In my main.c:&lt;/P&gt;&lt;P&gt;char test_array[1024] __attribute__((section(".SDRAM_00_data")));&lt;/P&gt;&lt;P&gt;memset(test_array, 0x00, 1024);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works fine after compiling because I can see 1K is in SDRAM range.&lt;/P&gt;&lt;P&gt;But, when I generate the *.S19 file, this area is also included in *.S19 file.&lt;/P&gt;&lt;P&gt;Can you tell me how to remove it from *.S19 file?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Christie&lt;/P&gt;</description>
    <pubDate>Tue, 13 May 2025 16:03:44 GMT</pubDate>
    <dc:creator>a8Chcx</dc:creator>
    <dc:date>2025-05-13T16:03:44Z</dc:date>
    <item>
      <title>MCUXPresso V11.5.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXPresso-V11-5-0/m-p/2096656#M67540</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using MCUXpreeso V11.5.0 and try to add the SDRAM Section in link file. I did the following:&lt;/P&gt;&lt;P&gt;In link file:&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;SDRAM_00 (RW) : ORIGIN = 0x70000000, LENGTH = 0x400000 /* 4M bytes (alias RAM4) */&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;.SDRAM_00_data :&lt;BR /&gt;{&lt;BR /&gt;. = ALIGN(4);&lt;BR /&gt;&lt;BR /&gt;KEEP(*(.SDRAM_00_data .SDRAM_00_data.*))&lt;BR /&gt;. = ALIGN(4);&lt;BR /&gt;&lt;BR /&gt;} &amp;gt; SDRAM_00&lt;/P&gt;&lt;P&gt;In my main.c:&lt;/P&gt;&lt;P&gt;char test_array[1024] __attribute__((section(".SDRAM_00_data")));&lt;/P&gt;&lt;P&gt;memset(test_array, 0x00, 1024);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works fine after compiling because I can see 1K is in SDRAM range.&lt;/P&gt;&lt;P&gt;But, when I generate the *.S19 file, this area is also included in *.S19 file.&lt;/P&gt;&lt;P&gt;Can you tell me how to remove it from *.S19 file?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Christie&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 16:03:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXPresso-V11-5-0/m-p/2096656#M67540</guid>
      <dc:creator>a8Chcx</dc:creator>
      <dc:date>2025-05-13T16:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: MCUXPresso V11.5.0</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXPresso-V11-5-0/m-p/2098392#M67547</link>
      <description>&lt;P&gt;To exclude the&amp;nbsp;.SDRAM_00_data&amp;nbsp;section from the generated&amp;nbsp;.S19&amp;nbsp;file in MCUXpresso, you can modify your linker script to mark this section as&amp;nbsp;NOLOAD. This tells the linker not to include this section in the output file.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Omar&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 20:08:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MCUXPresso-V11-5-0/m-p/2098392#M67547</guid>
      <dc:creator>Omar_Anguiano</dc:creator>
      <dc:date>2025-05-15T20:08:09Z</dc:date>
    </item>
  </channel>
</rss>

