<?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のトピックMemory configuration file for MKL26Z32</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Memory-configuration-file-for-MKL26Z32/m-p/1372126#M61865</link>
    <description>&lt;P&gt;Is there any available memory&amp;nbsp;configuration file such as MKL26Z32.mem for&amp;nbsp;MKL26Z32 Microcontroller?&lt;/P&gt;&lt;P&gt;I have the file MKL26Z128.mem that has the following settings and I need to modify it for&amp;nbsp;MKL26Z32&amp;nbsp;Microcontroller. Any help? Thank you.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;MKL26Z128.mem&amp;nbsp; &amp;nbsp;-&amp;gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;// Memory Configuration File&lt;BR /&gt;//&lt;BR /&gt;// Description:&lt;BR /&gt;// A memory configuration file contains commands that define the legally accessible&lt;BR /&gt;// areas of memory for your specific board. Useful for example when the debugger&lt;BR /&gt;// tries to display the content of a "char *" variable, that has not yet been initialized.&lt;BR /&gt;// In this case the debugger may try to read from a bogus address, which could cause a&lt;BR /&gt;// bus error.&lt;BR /&gt;//&lt;BR /&gt;// Board:&lt;BR /&gt;// Kinetis KL26Z128M4&lt;BR /&gt;//&lt;BR /&gt;// Reference:&lt;BR /&gt;// -&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;// All reserved ranges read back 0xBABA...&lt;BR /&gt;reservedchar 0xBA&lt;/P&gt;&lt;P&gt;usederivative "MKL26Z4"&lt;/P&gt;&lt;P&gt;// Memory Map:&lt;BR /&gt;// ----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;range 0x00000000 0x0001FFFF 4 ReadWrite // 128KB Code Flash&lt;BR /&gt;reserved 0x00020000 0x1FFFEFFF&lt;BR /&gt;range 0x1FFFF000 0x20002FFF 4 ReadWrite // 16KB On chip SRAM&lt;BR /&gt;reserved 0x20003000 0x3FFFFFFF&lt;BR /&gt;reserved 0x60000000 0xDFFFFFFF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------&lt;/P&gt;</description>
    <pubDate>Tue, 16 Nov 2021 16:23:39 GMT</pubDate>
    <dc:creator>ulivinico1</dc:creator>
    <dc:date>2021-11-16T16:23:39Z</dc:date>
    <item>
      <title>Memory configuration file for MKL26Z32</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Memory-configuration-file-for-MKL26Z32/m-p/1372126#M61865</link>
      <description>&lt;P&gt;Is there any available memory&amp;nbsp;configuration file such as MKL26Z32.mem for&amp;nbsp;MKL26Z32 Microcontroller?&lt;/P&gt;&lt;P&gt;I have the file MKL26Z128.mem that has the following settings and I need to modify it for&amp;nbsp;MKL26Z32&amp;nbsp;Microcontroller. Any help? Thank you.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;MKL26Z128.mem&amp;nbsp; &amp;nbsp;-&amp;gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;// Memory Configuration File&lt;BR /&gt;//&lt;BR /&gt;// Description:&lt;BR /&gt;// A memory configuration file contains commands that define the legally accessible&lt;BR /&gt;// areas of memory for your specific board. Useful for example when the debugger&lt;BR /&gt;// tries to display the content of a "char *" variable, that has not yet been initialized.&lt;BR /&gt;// In this case the debugger may try to read from a bogus address, which could cause a&lt;BR /&gt;// bus error.&lt;BR /&gt;//&lt;BR /&gt;// Board:&lt;BR /&gt;// Kinetis KL26Z128M4&lt;BR /&gt;//&lt;BR /&gt;// Reference:&lt;BR /&gt;// -&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;// All reserved ranges read back 0xBABA...&lt;BR /&gt;reservedchar 0xBA&lt;/P&gt;&lt;P&gt;usederivative "MKL26Z4"&lt;/P&gt;&lt;P&gt;// Memory Map:&lt;BR /&gt;// ----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;range 0x00000000 0x0001FFFF 4 ReadWrite // 128KB Code Flash&lt;BR /&gt;reserved 0x00020000 0x1FFFEFFF&lt;BR /&gt;range 0x1FFFF000 0x20002FFF 4 ReadWrite // 16KB On chip SRAM&lt;BR /&gt;reserved 0x20003000 0x3FFFFFFF&lt;BR /&gt;reserved 0x60000000 0xDFFFFFFF&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 16:23:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Memory-configuration-file-for-MKL26Z32/m-p/1372126#M61865</guid>
      <dc:creator>ulivinico1</dc:creator>
      <dc:date>2021-11-16T16:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Memory configuration file for MKL26Z32</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Memory-configuration-file-for-MKL26Z32/m-p/1372873#M61880</link>
      <description>&lt;P&gt;You can let the IDE to generate one for you by creating a new project and using that as a template, like said on this post:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/CodeWarrior-for-MCU/Memory-configuration-file-error/td-p/154522" target="_blank"&gt;https://community.nxp.com/t5/CodeWarrior-for-MCU/Memory-configuration-file-error/td-p/154522&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps,&lt;/P&gt;
&lt;P&gt;Edwin.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 16:35:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Memory-configuration-file-for-MKL26Z32/m-p/1372873#M61880</guid>
      <dc:creator>EdwinHz</dc:creator>
      <dc:date>2021-11-17T16:35:58Z</dc:date>
    </item>
  </channel>
</rss>

