<?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 About kinetis K60 vector table address in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/About-kinetis-K60-vector-table-address/m-p/282822#M10610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 14px; background-color: #ffffff;"&gt;how can I determine K60 vector table address. I know it is stored at VTOR registor(0xE000ED08), but what value is it when reset&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 14px; background-color: #ffffff;"&gt;does it initialized different value for different K60 cpu?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 14px; background-color: #ffffff;"&gt; or initialize by some Peripheral device?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 14px; background-color: #ffffff;"&gt;or ...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Jun 2013 02:54:28 GMT</pubDate>
    <dc:creator>zhangbaolei</dc:creator>
    <dc:date>2013-06-08T02:54:28Z</dc:date>
    <item>
      <title>About kinetis K60 vector table address</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/About-kinetis-K60-vector-table-address/m-p/282822#M10610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 14px; background-color: #ffffff;"&gt;how can I determine K60 vector table address. I know it is stored at VTOR registor(0xE000ED08), but what value is it when reset&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 14px; background-color: #ffffff;"&gt;does it initialized different value for different K60 cpu?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 14px; background-color: #ffffff;"&gt; or initialize by some Peripheral device?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; font-size: 14px; background-color: #ffffff;"&gt;or ...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jun 2013 02:54:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/About-kinetis-K60-vector-table-address/m-p/282822#M10610</guid>
      <dc:creator>zhangbaolei</dc:creator>
      <dc:date>2013-06-08T02:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: About kinetis K60 vector table address</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/About-kinetis-K60-vector-table-address/m-p/282823#M10611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's initialized by the linker command file .like this:&lt;/P&gt;&lt;P&gt;/* Define output sections */&lt;/P&gt;&lt;P&gt;SECTIONS&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; /* The startup code goes first into Flash */&lt;/P&gt;&lt;P&gt;&amp;nbsp; .interrupts :&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; __vector_table = .;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; . = ALIGN(4);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KEEP(*(.vectortable)) /* Startup code */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; . = ALIGN(4);&lt;/P&gt;&lt;P&gt;&amp;nbsp; } &amp;gt; m_interrupts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more detailed explaination,I guess the FAE will give better answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish you good&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jun 2013 06:39:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/About-kinetis-K60-vector-table-address/m-p/282823#M10611</guid>
      <dc:creator>fugrace</dc:creator>
      <dc:date>2013-06-08T06:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: About kinetis K60 vector table address</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/About-kinetis-K60-vector-table-address/m-p/282824#M10612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where is linker command file in IAR system, is it linker configure file(.icf) , i can not find any code you mentioned&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jun 2013 07:53:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/About-kinetis-K60-vector-table-address/m-p/282824#M10612</guid>
      <dc:creator>zhangbaolei</dc:creator>
      <dc:date>2013-06-08T07:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: About kinetis K60 vector table address</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/About-kinetis-K60-vector-table-address/m-p/282825#M10613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have read the ARM cortex-M manual:&lt;/P&gt;&lt;P&gt;"On reset, the processor initializes the vector table base address to an IMPLEMENTATION DEFINED address. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by I can not find "IMPLEMENTATION DEFINED" address in some k60 cpu datasheet(K60P100M100SF2V2RM)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jun 2013 08:15:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/About-kinetis-K60-vector-table-address/m-p/282825#M10613</guid>
      <dc:creator>zhangbaolei</dc:creator>
      <dc:date>2013-06-08T08:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: About kinetis K60 vector table address</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/About-kinetis-K60-vector-table-address/m-p/282826#M10614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the value of VTOR is zero when K60 reset&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jun 2013 09:59:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/About-kinetis-K60-vector-table-address/m-p/282826#M10614</guid>
      <dc:creator>zhangbaolei</dc:creator>
      <dc:date>2013-06-08T09:59:36Z</dc:date>
    </item>
  </channel>
</rss>

