<?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: ISR sample code in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ISR-sample-code/m-p/162833#M2845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying this, hope this can resolve my issue,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Senu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Aug 2011 18:58:29 GMT</pubDate>
    <dc:creator>Senu</dc:creator>
    <dc:date>2011-08-30T18:58:29Z</dc:date>
    <item>
      <title>ISR sample code</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ISR-sample-code/m-p/162829#M2841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can I get interrupt enabled UART sample C code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 19:16:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ISR-sample-code/m-p/162829#M2841</guid>
      <dc:creator>Senu</dc:creator>
      <dc:date>2011-08-29T19:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: ISR sample code</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ISR-sample-code/m-p/162830#M2842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Which CPU are you targeting (HC08, HC12, Coldfire, ..)&lt;BR /&gt;- Which version of CodeWarrior are you using?&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 19:18:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ISR-sample-code/m-p/162830#M2842</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2011-08-29T19:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: ISR sample code</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ISR-sample-code/m-p/162831#M2843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using CW7.2, MCF5272., in XP platform.&lt;/P&gt;&lt;P&gt;I could not find the macros for the INTR subroutine ,&lt;/P&gt;&lt;P&gt;Like, _ISR, _INTR et.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 13:17:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ISR-sample-code/m-p/162831#M2843</guid>
      <dc:creator>Senu</dc:creator>
      <dc:date>2011-08-30T13:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: ISR sample code</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ISR-sample-code/m-p/162832#M2844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can specify a specific function is an interrupt function using following notation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; __declspec(interrupt) void MyInterrupt(void) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Add your code here. */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See ColdFire_Build_Tools_Reference manual for more details on this notation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you need to initialize the appropriate entry in the vector table with the address of this function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have created your project using the project wizard the source file exceptions.c contains such a table (it is called _vect).&lt;/P&gt;&lt;P&gt;Just add the name of your interrupt function at the appropriate location.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 16:23:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ISR-sample-code/m-p/162832#M2844</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2011-08-30T16:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: ISR sample code</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ISR-sample-code/m-p/162833#M2845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying this, hope this can resolve my issue,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Senu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 18:58:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/ISR-sample-code/m-p/162833#M2845</guid>
      <dc:creator>Senu</dc:creator>
      <dc:date>2011-08-30T18:58:29Z</dc:date>
    </item>
  </channel>
</rss>

