<?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>Kinetis MicrocontrollersのトピックOver-the-Air Firmware Updates &amp; Vector Table</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Over-the-Air-Firmware-Updates-Vector-Table/m-p/436485#M25418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Per AN4533, page 11, section 5.4. It says "You must program the interrupt vector table and flash configuration fields (FSEC, FOPT, and so on) to the &lt;SPAN style="text-decoration: underline;"&gt;nonactive upper block&lt;/SPAN&gt; before swapping.". This doesn't make sense. Is this true? I don't think it is. I couldn't find this being done for the &lt;A data-content-finding="Community" href="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4533SW.zip" rel="nofollow" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #017bba;" title="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4533SW.zip"&gt;AN4533SW.zip&lt;/A&gt; example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is true after a swap and reset does the value of SCB_VTOR get automatically adjusted, if so how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Aug 2015 19:48:29 GMT</pubDate>
    <dc:creator>leifzars</dc:creator>
    <dc:date>2015-08-12T19:48:29Z</dc:date>
    <item>
      <title>Over-the-Air Firmware Updates &amp; Vector Table</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Over-the-Air-Firmware-Updates-Vector-Table/m-p/436485#M25418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Per AN4533, page 11, section 5.4. It says "You must program the interrupt vector table and flash configuration fields (FSEC, FOPT, and so on) to the &lt;SPAN style="text-decoration: underline;"&gt;nonactive upper block&lt;/SPAN&gt; before swapping.". This doesn't make sense. Is this true? I don't think it is. I couldn't find this being done for the &lt;A data-content-finding="Community" href="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4533SW.zip" rel="nofollow" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #017bba;" title="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN4533SW.zip"&gt;AN4533SW.zip&lt;/A&gt; example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is true after a swap and reset does the value of SCB_VTOR get automatically adjusted, if so how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Aug 2015 19:48:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Over-the-Air-Firmware-Updates-Vector-Table/m-p/436485#M25418</guid>
      <dc:creator>leifzars</dc:creator>
      <dc:date>2015-08-12T19:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Over-the-Air Firmware Updates &amp; Vector Table</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Over-the-Air-Firmware-Updates-Vector-Table/m-p/436486#M25419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Leif Zars:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is true, you need to have the vector table programmed in the nonactive block before swapping and if you need a custom flash configuration (protection, security) then also program the corresponding fields as stated in the appnote.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example software the whole contents of the active flash block are copied to the nonactive block, including the vectors and the flash configuration, that's why you don't see it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the SCB_VTOR, there is no need to adjust it, the reset value is 0x0 and it will point to the vector table of the new active block after reset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&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>Fri, 14 Aug 2015 00:43:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Over-the-Air-Firmware-Updates-Vector-Table/m-p/436486#M25419</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2015-08-14T00:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Over-the-Air Firmware Updates &amp; Vector Table</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Over-the-Air-Firmware-Updates-Vector-Table/m-p/436487#M25420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh I thought the doc was talking specifically about &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;SCB_VTOR, my mistake.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 16:17:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Over-the-Air-Firmware-Updates-Vector-Table/m-p/436487#M25420</guid>
      <dc:creator>leifzars</dc:creator>
      <dc:date>2015-08-17T16:17:36Z</dc:date>
    </item>
  </channel>
</rss>

