<?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のトピックRe: Flash Problems Error L1121</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Flash-Problems-Error-L1121/m-p/123972#M93</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Did you take a look at the .map file generated by the linker. Even though the link did not succeed, you may find useful info there.&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jul 2006 17:58:06 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2006-07-17T17:58:06Z</dc:date>
    <item>
      <title>Flash Problems Error L1121</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Flash-Problems-Error-L1121/m-p/123968#M89</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Hello,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Link Error: L1121: Out Of Allocation Space At Adress 0x665D for .copy Section&lt;/DIV&gt;&lt;DIV&gt;What´s This?&lt;BR /&gt;L1121: Out of allocation space at address &amp;lt;Address&amp;gt; for .copy section&lt;BR /&gt;[ERROR]&lt;BR /&gt;Description&lt;BR /&gt;There is not enough memory available to store all the information about the initialized variables in the .copy section.&lt;BR /&gt;Tips&lt;BR /&gt;Specify an higher end address for the segment, where the .copy section is allocated.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Error Coding:&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #FF3333;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;y = 0x10C0;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for(x = 0; x &amp;lt; 16; x++){&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Flash1_SetByteFlash(y, catos[x]);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;y++;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks for the help.&lt;/DIV&gt;&lt;P&gt;Message Edited by MC9S08GT on &lt;SPAN class="date_text"&gt;2006-07-13&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;02:35 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 02:34:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Flash-Problems-Error-L1121/m-p/123968#M89</guid>
      <dc:creator>MC9S08GT</dc:creator>
      <dc:date>2006-07-14T02:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Problems Error L1121</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Flash-Problems-Error-L1121/m-p/123969#M90</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Which project you are doing???&lt;/DIV&gt;&lt;DIV&gt;you can avoid this error by Changing the link order ofthe files.&lt;/DIV&gt;&lt;DIV&gt;regards,&lt;/DIV&gt;&lt;DIV&gt;fire.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 10:21:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Flash-Problems-Error-L1121/m-p/123969#M90</guid>
      <dc:creator>fire</dc:creator>
      <dc:date>2006-07-14T10:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Problems Error L1121</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Flash-Problems-Error-L1121/m-p/123970#M91</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Basically the message "L1121: Out Of Allocation Space &amp;lt;...&amp;gt;" shows that your application is too big and cannot fit the actual MCU Memory Map.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please take a look at the actual application .map file to get an idea of the actual application code.&lt;/DIV&gt;&lt;DIV&gt;You may have to remove some function to get your code within the MCU or to switch to another MCU with more flash.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;.copy contains the initialization value for global variables defined with initializer. The startup code will copy these values down to RAM.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I hope this helps.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 12:27:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Flash-Problems-Error-L1121/m-p/123970#M91</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2006-07-14T12:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Problems Error L1121</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Flash-Problems-Error-L1121/m-p/123971#M92</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Crasycat,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;1) How do I check the available space&amp;nbsp;that I have in&amp;nbsp;my RAM ?&lt;/P&gt;&lt;P&gt;2) I´m using Codewarrior 3.1 and the bean FLASH of Processor Expert to record the data. How much RAM this bean use???&lt;/P&gt;&lt;P&gt;Thanks for the help...&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jul 2006 19:04:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Flash-Problems-Error-L1121/m-p/123971#M92</guid>
      <dc:creator>MC9S08GT</dc:creator>
      <dc:date>2006-07-14T19:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Flash Problems Error L1121</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Flash-Problems-Error-L1121/m-p/123972#M93</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;Did you take a look at the .map file generated by the linker. Even though the link did not succeed, you may find useful info there.&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 17:58:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Flash-Problems-Error-L1121/m-p/123972#M93</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2006-07-17T17:58:06Z</dc:date>
    </item>
  </channel>
</rss>

