<?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: vector allocator at absolute address 0xfffe overlaps with sections placed in segment.asbseg183 in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/vector-allocator-at-absolute-address-0xfffe-overlaps-with/m-p/461437#M11686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Radek!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you said i mark the "&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;//VECTOR 0 _Startup /* reset vector: this is the default entry point for a C/C++ application. */"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;And make operation is OK now, but&amp;nbsp; i do not defined the POR reset. I use the initial configuration of MCU. only define the LSx .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;It is query.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2016 00:46:58 GMT</pubDate>
    <dc:creator>kernwang</dc:creator>
    <dc:date>2016-05-12T00:46:58Z</dc:date>
    <item>
      <title>vector allocator at absolute address 0xfffe overlaps with sections placed in segment.asbseg183</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/vector-allocator-at-absolute-address-0xfffe-overlaps-with/m-p/461435#M11684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mcu is MC9S12VR , the IDE is codewarrior 5.9. after i build some code, and active "Make" operation, the IDE alarm me the error as following?&lt;/P&gt;&lt;P&gt;Does anyone can tell me the root cause?&lt;/P&gt;&lt;P&gt;Thanks very much!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="149119_149119.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/121582iB74BBCDFDBBD48CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="149119_149119.jpg" alt="149119_149119.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Image 1.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/56893iA258DE2FD1DC78C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image 1.jpg" alt="Image 1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 13:06:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/vector-allocator-at-absolute-address-0xfffe-overlaps-with/m-p/461435#M11684</guid>
      <dc:creator>kernwang</dc:creator>
      <dc:date>2016-05-11T13:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: vector allocator at absolute address 0xfffe overlaps with sections placed in segment.asbseg183</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/vector-allocator-at-absolute-address-0xfffe-overlaps-with/m-p/461436#M11685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Juejie,&lt;/P&gt;&lt;P&gt;The CW informed you that it is confused with the double definition of reset vector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose that you defined vector table in your code, include of reset vectors (e.g. POR reset vector at 0xFFFE).&lt;/P&gt;&lt;P&gt;In that case, please comment out the redundant definition of POR reset vector in your prm linker file. For example:&lt;/P&gt;&lt;P&gt;//VECTOR 0 _Startup /* reset vector: this is the default entry point for a C/C++ application. */&lt;/P&gt;&lt;P&gt;or you may define a shorter vector table (without POR reset vector).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;RadekS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 14:26:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/vector-allocator-at-absolute-address-0xfffe-overlaps-with/m-p/461436#M11685</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2016-05-11T14:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: vector allocator at absolute address 0xfffe overlaps with sections placed in segment.asbseg183</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/vector-allocator-at-absolute-address-0xfffe-overlaps-with/m-p/461437#M11686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Radek!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you said i mark the "&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;//VECTOR 0 _Startup /* reset vector: this is the default entry point for a C/C++ application. */"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;And make operation is OK now, but&amp;nbsp; i do not defined the POR reset. I use the initial configuration of MCU. only define the LSx .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;It is query.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 00:46:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/vector-allocator-at-absolute-address-0xfffe-overlaps-with/m-p/461437#M11686</guid>
      <dc:creator>kernwang</dc:creator>
      <dc:date>2016-05-12T00:46:58Z</dc:date>
    </item>
  </channel>
</rss>

