<?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: Can't get interrupt vector to link into my application on MC9S08 in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Can-t-get-interrupt-vector-to-link-into-my-application-on-MC9S08/m-p/198210#M16007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the S08 the prm file command to add reference roots is ENTRIES.&lt;/P&gt;&lt;P&gt;E.g. "ENTRIES main Table END "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FORCE_ACTIVE or the force_active pragma are supported for the ColdFire architecture, check for which architecture a particular forum entry is. The ENTRIES topic came up often for the S08 too in the past.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Jul 2009 02:21:35 GMT</pubDate>
    <dc:creator>CompilerGuru</dc:creator>
    <dc:date>2009-07-12T02:21:35Z</dc:date>
    <item>
      <title>Can't get interrupt vector to link into my application on MC9S08</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Can-t-get-interrupt-vector-to-link-into-my-application-on-MC9S08/m-p/198208#M16005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I am having a problem getting my linker to not dead-strip my interrupt service routine out of my application code.&amp;nbsp; I have searched the forum for similar posts and many refer to either using FORCE_ACTIVE in my linker command file OR using #pragma force_active on around my isr.&lt;/P&gt;&lt;P&gt;I have tried all of these and nothing works.&amp;nbsp; I believe that the problem is syntax??&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions?&amp;nbsp; You'd think this would be well documented somewhere??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jul 2009 03:43:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Can-t-get-interrupt-vector-to-link-into-my-application-on-MC9S08/m-p/198208#M16005</guid>
      <dc:creator>Mr_Freez</dc:creator>
      <dc:date>2009-07-11T03:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get interrupt vector to link into my application on MC9S08</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Can-t-get-interrupt-vector-to-link-into-my-application-on-MC9S08/m-p/198209#M16006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rich, and welcome to the forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are a number of possibilities available for coding interrupts.&amp;nbsp; Application note AN2616 briefly describes some of them (within the FAQ section).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps you might alternatively use the PE device initialisation tool when you create the project.&amp;nbsp; This will provide a framework for your interrupts, including generating a vector table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jul 2009 13:34:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Can-t-get-interrupt-vector-to-link-into-my-application-on-MC9S08/m-p/198209#M16006</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2009-07-11T13:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get interrupt vector to link into my application on MC9S08</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Can-t-get-interrupt-vector-to-link-into-my-application-on-MC9S08/m-p/198210#M16007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the S08 the prm file command to add reference roots is ENTRIES.&lt;/P&gt;&lt;P&gt;E.g. "ENTRIES main Table END "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FORCE_ACTIVE or the force_active pragma are supported for the ColdFire architecture, check for which architecture a particular forum entry is. The ENTRIES topic came up often for the S08 too in the past.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jul 2009 02:21:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Can-t-get-interrupt-vector-to-link-into-my-application-on-MC9S08/m-p/198210#M16007</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2009-07-12T02:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get interrupt vector to link into my application on MC9S08</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Can-t-get-interrupt-vector-to-link-into-my-application-on-MC9S08/m-p/198211#M16008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks! that app note solved numerous problems...&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jul 2009 00:33:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Can-t-get-interrupt-vector-to-link-into-my-application-on-MC9S08/m-p/198211#M16008</guid>
      <dc:creator>Mr_Freez</dc:creator>
      <dc:date>2009-07-18T00:33:00Z</dc:date>
    </item>
  </channel>
</rss>

