<?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: Relocatable assembler sections. Help me please!!! in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126584#M1124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hi rocco,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tank you for you aid. &amp;nbsp;I'm using 908LJ12, also I'm using CW 3.1. Desire that the CODE section this a continuation of PARAMETERS section&amp;nbsp;at the time of compiling it, but it seems to me that the compiler does not accept another section to me although I have defined it in the .PRM file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Aug 2006 04:08:28 GMT</pubDate>
    <dc:creator>Leo_Junin</dc:creator>
    <dc:date>2006-08-13T04:08:28Z</dc:date>
    <item>
      <title>Relocatable assembler sections. Help me please!!!</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126582#M1122</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;What I want to do is the following thing and I cannot cause that the parameters section&amp;nbsp;works correctly.&amp;nbsp;That I must do? In which place I define the parameters section? The CW compiles but not link it.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Aug 2006 23:12:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126582#M1122</guid>
      <dc:creator>Leo_Junin</dc:creator>
      <dc:date>2006-08-12T23:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Relocatable assembler sections. Help me please!!!</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126583#M1123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi, Leo-Junin:&lt;BR /&gt;&lt;BR /&gt;It looks like it worked to me.&lt;BR /&gt;&lt;BR /&gt;The page-zero ram was placed at 0x60, the PARAMETERS section was placed at 0xC000, and the code at 0xC200.&lt;BR /&gt;&lt;BR /&gt;If this is not what you wanted, then you need to tell us what you were trying to do.&lt;BR /&gt;&lt;BR /&gt;Also, what processor are you trying to use?&lt;BR /&gt;&lt;BR /&gt;Are you using CodeWarrior? If you look in your .PRM file, you will see what addresses the linker will use to place the sections. All three of you sections should be listed there.&lt;P&gt;Message Edited by rocco on &lt;SPAN class="date_text"&gt;2006-08-12&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;01:14 PM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Aug 2006 03:13:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126583#M1123</guid>
      <dc:creator>rocco</dc:creator>
      <dc:date>2006-08-13T03:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Relocatable assembler sections. Help me please!!!</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126584#M1124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hi rocco,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tank you for you aid. &amp;nbsp;I'm using 908LJ12, also I'm using CW 3.1. Desire that the CODE section this a continuation of PARAMETERS section&amp;nbsp;at the time of compiling it, but it seems to me that the compiler does not accept another section to me although I have defined it in the .PRM file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Aug 2006 04:08:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126584#M1124</guid>
      <dc:creator>Leo_Junin</dc:creator>
      <dc:date>2006-08-13T04:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Relocatable assembler sections. Help me please!!!</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126585#M1125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi, Leo-Junin:&lt;BR /&gt;&lt;BR /&gt;When you say "compiler", are you speaking of the assembler, the linker, or both together?&lt;BR /&gt;&lt;BR /&gt;By putting the parameters and code in separate sections, you are instructing the assembler to keep them separate. The linker will then put everything together.&lt;BR /&gt;&lt;BR /&gt;If you want them together, you can either put them in the same section, or have the linker combine the sections through the .PRM file. If you attach your .PRM file, we may be able to tell you how it should be modified.&lt;BR /&gt;&lt;BR /&gt;However, although I use the assembler and linker, I do not use the CodeWarrior IDE, so I do not know how you would modify the .PRM through CodeWarrior. I always edit the .PRM directly, but I don't know if CodeWarrior will let you do that.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Aug 2006 05:54:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126585#M1125</guid>
      <dc:creator>rocco</dc:creator>
      <dc:date>2006-08-13T05:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Relocatable assembler sections. Help me please!!!</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126586#M1126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi Rocco.&lt;/P&gt;&lt;P&gt;When I say to "complier" I refer to the united compiler and linker. Desire that the PARAMETERS SECTION and the CODE SECTION are located in the segment ROM, one to continuation of the other respectively. In the .PRM file, I generate this sections, but in the .MAP file they do no appear. When I enter to debug, the PARAMETER SECTION is not present.&lt;/P&gt;&lt;DIV&gt;Now I'm not in house, but soon I pass the .PRM file to you.&lt;/DIV&gt;&lt;DIV&gt;Tank you&amp;nbsp;very much.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 01:28:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126586#M1126</guid>
      <dc:creator>Leo_Junin</dc:creator>
      <dc:date>2006-08-14T01:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Relocatable assembler sections. Help me please!!!</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126587#M1127</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;I tell you that the .PRM file I have not modified it.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Desire that the PARAMETERS SECTION and the CODE SECTION are located in the segment ROM, one to continuation of the other respectively but, nondesire that is left a block of memory without using, it is to say that, if PARAMETERS SECTION occupies from $C000 to $C039, the CODE SECTION begins in $C03A. You understand to me now?&lt;/DIV&gt;&lt;DIV&gt;Anyway, I can´t obtain two completlely separated blocks. I have installed a superior version of CW just in case the one that I used it worked bad.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Excuseme, I most seem native.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Tanks.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 03:25:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126587#M1127</guid>
      <dc:creator>Leo_Junin</dc:creator>
      <dc:date>2006-08-15T03:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Relocatable assembler sections. Help me please!!!</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126588#M1128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Can you post your .prm file. In that file is where you specify where each section starts ends. Modifing that will let your two sections be continious and don't leave any unused ROM.&lt;BR /&gt;&lt;BR /&gt;For example&lt;BR /&gt;&lt;BR /&gt;SEGMENTS /* Here all RAM/ROM areas of the device are listed. Used in PLACEMENT below. */&lt;BR /&gt; EEPROM = READ_ONLY 0xEE00 TO 0xEE50;&lt;BR /&gt; ROM = READ_ONLY 0xEE51 TO 0xFDFF;&lt;BR /&gt; Z_RAM = READ_WRITE 0x0094 TO 0x00DF;&lt;BR /&gt; ROM1 = READ_ONLY 0xFFB0 TO 0xFFBD;&lt;BR /&gt; ROM2 = READ_ONLY 0xFFC2 TO 0xFFCF;&lt;BR /&gt;END&lt;BR /&gt;&lt;BR /&gt;ROM follows EEPROM, but if I only define 2 constants in section EEPROM I will have lost 30 bytes of flash. So if I know I will be only using 2 bytes of EEPROM my prm will look like this:&lt;BR /&gt;&lt;BR /&gt;SEGMENTS /* Here all RAM/ROM areas of the device are listed. Used in PLACEMENT below. */&lt;BR /&gt; EEPROM = READ_ONLY 0xEE00 TO 0xEE01;&lt;BR /&gt; ROM = READ_ONLY 0xEE02 TO 0xFDFF;&lt;BR /&gt; Z_RAM = READ_WRITE 0x0094 TO 0x00DF;&lt;BR /&gt; ROM1 = READ_ONLY 0xFFB0 TO 0xFFBD;&lt;BR /&gt; ROM2 = READ_ONLY 0xFFC2 TO 0xFFCF;&lt;BR /&gt;END&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 04:10:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126588#M1128</guid>
      <dc:creator>Santa</dc:creator>
      <dc:date>2006-08-15T04:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Relocatable assembler sections. Help me please!!!</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126589#M1129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;To add to what Santa said:&lt;BR /&gt;&lt;BR /&gt;It may be that the linker is putting the two sections (CODE and PARAMETERS) in different segments. By modifying the PLACEMENT portion of the .PRM file, you can instruct the linker to place them in the same segment, thereby concatenating them together.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 05:07:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126589#M1129</guid>
      <dc:creator>rocco</dc:creator>
      <dc:date>2006-08-15T05:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Relocatable assembler sections. Help me please!!!</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126590#M1130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Before nothing tanks.&lt;/P&gt;&lt;P&gt;Correct Rocco, it is exactly&amp;nbsp;what I want to do, but the CW this not taking it. I am going to return to prove and I say to them that is happened.&lt;/P&gt;&lt;P&gt;Tanks to you two. (Gracias a los dos)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 06:27:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126590#M1130</guid>
      <dc:creator>Leo_Junin</dc:creator>
      <dc:date>2006-08-15T06:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Relocatable assembler sections. Help me please!!!</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126591#M1131</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;Hi Rocco&lt;/DIV&gt;&lt;DIV&gt;After several attempts, I pass to you&amp;nbsp; the . PRM file in text format so that you see it. I cannot make work section EEPROM. When I debug the program, the data located in this section, do not appear in the memory.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;/* This is a linker parameter file for the LJ12 */&lt;BR /&gt;NAMES&amp;nbsp;&amp;nbsp; END /* CodeWarrior will pass all the needed files to the linker by command line. But here you may add your own files too. */&lt;/P&gt;&lt;P&gt;SEGMENTS /* here all RAM/ROM areas of the device are listed. Used in PLACEMENT below. */&lt;BR /&gt;&amp;nbsp; Z_RAM&amp;nbsp; = READ_WRITE 0x0060 TO 0x00FF;&lt;BR /&gt;&amp;nbsp; RAM&amp;nbsp;&amp;nbsp;&amp;nbsp; = READ_WRITE 0x0100 TO 0x025F;&lt;BR /&gt;&amp;nbsp; EEPROM = READ_ONLY&amp;nbsp; 0xC000 TO 0xC1FF;&lt;BR /&gt;&amp;nbsp; ROM&amp;nbsp;&amp;nbsp;&amp;nbsp; = READ_ONLY&amp;nbsp; 0xC200 TO 0xEFFF;&lt;BR /&gt;END&lt;/P&gt;&lt;P&gt;PLACEMENT /* here all predefined and user segments are placed into the SEGMENTS defined above. */&lt;BR /&gt;&amp;nbsp; PARAMETERS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTO EEPROM;&lt;BR /&gt;&amp;nbsp; DEFAULT_ROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTO ROM;&lt;BR /&gt;&amp;nbsp; DEFAULT_RAM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTO RAM;&lt;BR /&gt;&amp;nbsp; ZEROPAGE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INTO Z_RAM;&lt;BR /&gt;END&lt;/P&gt;&lt;P&gt;STACKSIZE 0x20&lt;/P&gt;&lt;P&gt;VECTOR 18 RTIIsr&lt;BR /&gt;VECTOR 1 TickIsr&lt;BR /&gt;VECTOR 0 Entry&amp;nbsp; /* reset vector: this is the default entry point for a Assembly application. */&lt;BR /&gt;INIT Entry&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* for assembly applications: that this is as well the initialization entry point */&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 20:46:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126591#M1131</guid>
      <dc:creator>Leo_Junin</dc:creator>
      <dc:date>2006-08-17T20:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Relocatable assembler sections. Help me please!!!</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126592#M1132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;the .prm fil eseems to be ok. Can you post your .c or .asm file to see in which section are your EEPROM constants being placed?&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 20:58:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126592#M1132</guid>
      <dc:creator>Santa</dc:creator>
      <dc:date>2006-08-17T20:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Relocatable assembler sections. Help me please!!!</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126593#M1133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi, Leo-Junin:&lt;BR /&gt;&lt;BR /&gt;The system is doing exactly what the .PRM file said to do. It is putting the PARAMETERS section in the EEPROM segment, and the CODE section in the ROM segment.&lt;BR /&gt;&lt;BR /&gt;If you want the CODE section to go into the EEPROM segment, immediately following the PARAMETERS section, add this line:&lt;BR /&gt;&lt;BR /&gt;CODE INTO EEPROM;&lt;BR /&gt;&lt;BR /&gt;after the line:&lt;BR /&gt;&lt;BR /&gt;PARAMETERS INTO EEPROM;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2006 04:42:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126593#M1133</guid>
      <dc:creator>rocco</dc:creator>
      <dc:date>2006-08-18T04:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Relocatable assembler sections. Help me please!!!</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126594#M1134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Or alternatively write&lt;/P&gt;&lt;P&gt;PARAMETERS, CODE&amp;nbsp;INTO EEPROM;&lt;/P&gt;&lt;P&gt;This will also place CODE right after PARAMETERS into EEPROM.&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2006 16:49:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126594#M1134</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2006-08-18T16:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Relocatable assembler sections. Help me please!!!</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126595#M1135</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;I&amp;nbsp;have solved it. Thank you very much to all. I did not respond before because the system did not warn to me that there were new messages.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 05:40:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Relocatable-assembler-sections-Help-me-please/m-p/126595#M1135</guid>
      <dc:creator>Leo_Junin</dc:creator>
      <dc:date>2006-08-30T05:40:50Z</dc:date>
    </item>
  </channel>
</rss>

