<?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 What's this command mean? in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/What-s-this-command-mean/m-p/184553#M1430</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Who can give me the detail explain about" &lt;FONT color="#FF0066"&gt;FORCEACTIVE { gInterruptVectorTable, __reset, __ext_int, __decr, __machine_check }&lt;/FONT&gt;"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This command is in the link file MPC564EVB_ROM.lcf.&lt;/DIV&gt;&lt;DIV&gt;thanks!&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Sep 2008 18:29:43 GMT</pubDate>
    <dc:creator>CaoJason</dc:creator>
    <dc:date>2008-09-09T18:29:43Z</dc:date>
    <item>
      <title>What's this command mean?</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/What-s-this-command-mean/m-p/184553#M1430</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Who can give me the detail explain about" &lt;FONT color="#FF0066"&gt;FORCEACTIVE { gInterruptVectorTable, __reset, __ext_int, __decr, __machine_check }&lt;/FONT&gt;"&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; This command is in the link file MPC564EVB_ROM.lcf.&lt;/DIV&gt;&lt;DIV&gt;thanks!&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 18:29:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/What-s-this-command-mean/m-p/184553#M1430</guid>
      <dc:creator>CaoJason</dc:creator>
      <dc:date>2008-09-09T18:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: What's this command mean?</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/What-s-this-command-mean/m-p/184554#M1431</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;This commands disable dead stripping for the symbols &lt;FONT color="#666666"&gt;gInterruptVectorTable, __reset, __ext_int, __decr, __machine_check.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#666666"&gt;That means that the symbols enumerated above will be linked to the application even though they are not referenced in there.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT color="#666666"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 19:28:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/What-s-this-command-mean/m-p/184554#M1431</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2008-09-09T19:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: What's this command mean?</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/What-s-this-command-mean/m-p/184555#M1432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Cat:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In the file,the &lt;FONT color="#ff0000"&gt;__reset, __ext_int, __decr, __machine_check&lt;/FONT&gt; are the function dealing exception,That means function cann't be used to deal some application if it is &amp;nbsp;not listed in FORCEACTIVE{}&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Another question: &lt;FONT color="#CC0033"&gt;.equ&amp;nbsp;vec_base&amp;nbsp;0x3FE000,&lt;/FONT&gt;what does this sentence mean?&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 13:56:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/What-s-this-command-mean/m-p/184555#M1432</guid>
      <dc:creator>CaoJason</dc:creator>
      <dc:date>2008-09-10T13:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: What's this command mean?</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/What-s-this-command-mean/m-p/184556#M1433</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;The problem with interrupt function is that they are not explicitly called in the application. So if you do not specify them in a FORCEACTIVE command they may not be linked with the application.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Usually one would create a constant table of function pointer for the interrupt table and then specify the table in the FORCEACTIVE command. This would make sure that all interrupt functions, which address is specified in the table gets linked to the application.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The statement .equ vec_base 0x3FE000 is probably stored somewhere in an assembly source file.&lt;/DIV&gt;&lt;DIV&gt;It associates the value 0x3FE000.to symbol vec_base.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;So each time you will use vec_base&amp;nbsp; in your assembly source file, assembler will replace that with 0x3FE000.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 18:19:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/What-s-this-command-mean/m-p/184556#M1433</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2008-09-10T18:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: What's this command mean?</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/What-s-this-command-mean/m-p/184557#M1434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thanks Cat,I get it.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 19:22:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/What-s-this-command-mean/m-p/184557#M1434</guid>
      <dc:creator>CaoJason</dc:creator>
      <dc:date>2008-09-10T19:22:39Z</dc:date>
    </item>
  </channel>
</rss>

