<?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>8-bit Microcontrollers中的主题 Link error- L1102</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Link-error-L1102/m-p/159743#M9517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends , need one help,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;while compile the program it shows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Link error : L1102: out of allocation space in segment RAM at address 0x160&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Link error : link failed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;what is this,what should i do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am using code warrior 5.9.0,HCS08 mcu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by poppy2008 on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-03-08&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;08:34 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Mar 2009 10:32:32 GMT</pubDate>
    <dc:creator>poppy2008</dc:creator>
    <dc:date>2009-03-09T10:32:32Z</dc:date>
    <item>
      <title>Link error- L1102</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Link-error-L1102/m-p/159743#M9517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends , need one help,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;while compile the program it shows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Link error : L1102: out of allocation space in segment RAM at address 0x160&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Link error : link failed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;what is this,what should i do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am using code warrior 5.9.0,HCS08 mcu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by poppy2008 on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-03-08&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;08:34 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 10:32:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Link-error-L1102/m-p/159743#M9517</guid>
      <dc:creator>poppy2008</dc:creator>
      <dc:date>2009-03-09T10:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Link error- L1102</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Link-error-L1102/m-p/159744#M9518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would assume that the upper limit of RAM for the device you are using is 0x015F.&amp;nbsp; Is this correct?&amp;nbsp; It would appear that the RAM required for your global and static variables, plus the stack, may exceed the available RAM capacity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is also possible that the linker is attempting to use only the range 0x0100 to 0x015F (96 bytes), corresponding to the DEFAULT_RAM placement.&amp;nbsp; If this is so, some or all of the variables may need to be explicitly allocated to page zero RAM, which is usually defined as a separate segment (MY_ZEROPAGE placement).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refer to the PRM file for the RAM placements, and to the map file for the project to see where the variables are located.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2009 18:01:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Link-error-L1102/m-p/159744#M9518</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2009-03-09T18:01:02Z</dc:date>
    </item>
  </channel>
</rss>

