<?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 Is 0x7FFFF8 the reset vector's address? in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Is-0x7FFFF8-the-reset-vector-s-address/m-p/915105#M16518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;MCU is MC9S12XEQ512,it's&amp;nbsp;about&amp;nbsp;the offical bootloader.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;While upgrading,if S Record's load address is 0x7FFFE0,it will write *(u16 *)(&amp;amp;data[24]) into 0x7FEFF8.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;This means the content of &amp;nbsp;0x7FFFE0+24 = 0x7FFFF8 is the app's Reset vector.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;But in the MCU datasheet,FFF8 is the interrupt vector of unimplemented op-code trap.I think,the bootloader should write the content of 0x7FFFFA into 0x7FEFF8,cause it's the COP watchdog reset.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Is it right?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 May 2019 08:12:25 GMT</pubDate>
    <dc:creator>everkimage</dc:creator>
    <dc:date>2019-05-28T08:12:25Z</dc:date>
    <item>
      <title>Is 0x7FFFF8 the reset vector's address?</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Is-0x7FFFF8-the-reset-vector-s-address/m-p/915105#M16518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;MCU is MC9S12XEQ512,it's&amp;nbsp;about&amp;nbsp;the offical bootloader.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;While upgrading,if S Record's load address is 0x7FFFE0,it will write *(u16 *)(&amp;amp;data[24]) into 0x7FEFF8.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;This means the content of &amp;nbsp;0x7FFFE0+24 = 0x7FFFF8 is the app's Reset vector.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;But in the MCU datasheet,FFF8 is the interrupt vector of unimplemented op-code trap.I think,the bootloader should write the content of 0x7FFFFA into 0x7FEFF8,cause it's the COP watchdog reset.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Is it right?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2019 08:12:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Is-0x7FFFF8-the-reset-vector-s-address/m-p/915105#M16518</guid>
      <dc:creator>everkimage</dc:creator>
      <dc:date>2019-05-28T08:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is 0x7FFFF8 the reset vector's address?</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Is-0x7FFFF8-the-reset-vector-s-address/m-p/915106#M16519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK.It's my mistake.&lt;/P&gt;&lt;P&gt;PFlash_Program(u32, u16*) write 8 bytes each&amp;nbsp;time.&lt;/P&gt;&lt;P&gt;So it write dataes at 0x7FFFF8~0x7FFFFF to address 0x7FEFF8~0x7FEFFF.&lt;/P&gt;&lt;P&gt;*(u16 *)(0x7FEFFE) is the application's reset vector,and bootloader get application's entrance from 0xEFFE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it's right.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2019 08:01:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Is-0x7FFFF8-the-reset-vector-s-address/m-p/915106#M16519</guid>
      <dc:creator>everkimage</dc:creator>
      <dc:date>2019-05-29T08:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is 0x7FFFF8 the reset vector's address?</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Is-0x7FFFF8-the-reset-vector-s-address/m-p/915107#M16520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the information.&lt;/P&gt;&lt;P&gt;I'm glad you solved your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Diana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2019 08:10:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Is-0x7FFFF8-the-reset-vector-s-address/m-p/915107#M16520</guid>
      <dc:creator>dianabatrlova</dc:creator>
      <dc:date>2019-05-29T08:10:49Z</dc:date>
    </item>
  </channel>
</rss>

