<?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>S12 / MagniV MicrocontrollersのトピックHow to write MC9S12DG128B MCU Interrupt Service Program without Interrupt Number</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-write-MC9S12DG128B-MCU-Interrupt-Service-Program-without/m-p/208502#M8538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;How to write MC9S12DG128B MCU Interrupt Service Program without Interrupt Number&lt;/DIV&gt;&lt;DIV&gt;But use the Interrupt Vector Table that defined in the mc9s12gd128.h file&lt;/DIV&gt;&lt;DIV&gt;Thanks~~~~&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Apr 2008 13:48:00 GMT</pubDate>
    <dc:creator>commandoccz</dc:creator>
    <dc:date>2008-04-01T13:48:00Z</dc:date>
    <item>
      <title>How to write MC9S12DG128B MCU Interrupt Service Program without Interrupt Number</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-write-MC9S12DG128B-MCU-Interrupt-Service-Program-without/m-p/208502#M8538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;How to write MC9S12DG128B MCU Interrupt Service Program without Interrupt Number&lt;/DIV&gt;&lt;DIV&gt;But use the Interrupt Vector Table that defined in the mc9s12gd128.h file&lt;/DIV&gt;&lt;DIV&gt;Thanks~~~~&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2008 13:48:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-write-MC9S12DG128B-MCU-Interrupt-Service-Program-without/m-p/208502#M8538</guid>
      <dc:creator>commandoccz</dc:creator>
      <dc:date>2008-04-01T13:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to write MC9S12DG128B MCU Interrupt Service Program without Interrupt Number</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-write-MC9S12DG128B-MCU-Interrupt-Service-Program-without/m-p/208503#M8539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;Here us a link to a &lt;A href="http://freescalemcu.com/downloads/Vectors.zip" rel="nofollow noopener noreferrer" target="_blank"&gt;file with the code.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="msg_source_code"&gt;&lt;DIV class="text_smallest"&gt;Code: // This is code generated by Processor Expert automatically. // Un-used interrupt ISR(Cpu_Interrupt) { &amp;nbsp; asm(BGND); }&lt;/DIV&gt;&lt;PRE&gt;/* ISR prototype */typedef void (*near tIsrFunc)(void);const tIsrFunc _InterruptVectorTable[] @0xFF80 = { /* Interrupt vector table */  /* ISR name                               No. Address Pri Name          Description */  Cpu_Interrupt,                       /* 0x3F  0xFF80   1  ivVReserved63 unused by PE */  Cpu_Interrupt,                       /* 0x3E  0xFF82   1  ivVReserved62 unused by PE */  Cpu_Interrupt,                       /* 0x3D  0xFF84   1  ivVReserved61 unused by PE */  Cpu_Interrupt,                       /* 0x3C  0xFF86   1  ivVReserved60 unused by PE */  Cpu_Interrupt,                       /* 0x3B  0xFF88   1  ivVReserved59 unused by PE */  Cpu_Interrupt,                       /* 0x3A  0xFF8A   1  ivVReserved58 unused by PE */  Cpu_Interrupt,                       /* 0x39  0xFF8C   1  ivVpwmesdn    unused by PE */  Cpu_Interrupt,                       /* 0x38  0xFF8E   1  ivVportp      unused by PE */  Cpu_Interrupt,                       /* 0x37  0xFF90   1  ivVcan4tx     unused by PE */  Cpu_Interrupt,                       /* 0x36  0xFF92   1  ivVcan4rx     unused by PE */  Cpu_Interrupt,                       /* 0x35  0xFF94   1  ivVcan4err    unused by PE */  Cpu_Interrupt,                       /* 0x34  0xFF96   1  ivVcan4wkup   unused by PE */  Cpu_Interrupt,                       /* 0x33  0xFF98   1  ivVReserved51 unused by PE */  Cpu_Interrupt,                       /* 0x32  0xFF9A   1  ivVReserved50 unused by PE */  Cpu_Interrupt,                       /* 0x31  0xFF9C   1  ivVReserved49 unused by PE */  Cpu_Interrupt,                       /* 0x30  0xFF9E   1  ivVReserved48 unused by PE */  Cpu_Interrupt,                       /* 0x2F  0xFFA0   1  ivVReserved47 unused by PE */  Cpu_Interrupt,                       /* 0x2E  0xFFA2   1  ivVReserved46 unused by PE */  Cpu_Interrupt,                       /* 0x2D  0xFFA4   1  ivVReserved45 unused by PE */  Cpu_Interrupt,                       /* 0x2C  0xFFA6   1  ivVReserved44 unused by PE */  Cpu_Interrupt,                       /* 0x2B  0xFFA8   1  ivVReserved43 unused by PE */  Cpu_Interrupt,                       /* 0x2A  0xFFAA   1  ivVReserved42 unused by PE */  Cpu_Interrupt,                       /* 0x29  0xFFAC   1  ivVReserved41 unused by PE */  Cpu_Interrupt,                       /* 0x28  0xFFAE   1  ivVReserved40 unused by PE */  Cpu_Interrupt,                       /* 0x27  0xFFB0   1  ivVcan0tx     unused by PE */  Cpu_Interrupt,                       /* 0x26  0xFFB2   1  ivVcan0rx     unused by PE */  Cpu_Interrupt,                       /* 0x25  0xFFB4   1  ivVcan0err    unused by PE */  Cpu_Interrupt,                       /* 0x24  0xFFB6   1  ivVcan0wkup   unused by PE */  Cpu_Interrupt,                       /* 0x23  0xFFB8   1  ivVflash      unused by PE */  Cpu_Interrupt,                       /* 0x22  0xFFBA   1  ivVeeprom     unused by PE */  Cpu_Interrupt,                       /* 0x21  0xFFBC   1  ivVReserved33 unused by PE */  Cpu_Interrupt,                       /* 0x20  0xFFBE   1  ivVspi1       unused by PE */  Cpu_Interrupt,                       /* 0x1F  0xFFC0   1  ivViic        unused by PE */  Cpu_Interrupt,                       /* 0x1E  0xFFC2   1  ivVReserved30 unused by PE */  Cpu_Interrupt,                       /* 0x1D  0xFFC4   1  ivVcrgscm     unused by PE */  Cpu_Interrupt,                       /* 0x1C  0xFFC6   1  ivVcrgplllck  unused by PE */  Cpu_Interrupt,                       /* 0x1B  0xFFC8   1  ivVtimpabovf  unused by PE */  Cpu_Interrupt,                       /* 0x1A  0xFFCA   1  ivVtimmdcu    unused by PE */  Cpu_Interrupt,                       /* 0x19  0xFFCC   1  ivVporth      unused by PE */  Cpu_Interrupt,                       /* 0x18  0xFFCE   1  ivVportj      unused by PE */  Cpu_Interrupt,                       /* 0x17  0xFFD0   1  ivVatd1       unused by PE */  Cpu_Interrupt,                       /* 0x16  0xFFD2   1  ivVatd0       unused by PE */  Cpu_Interrupt,                       /* 0x15  0xFFD4   1  ivVsci1       unused by PE */  Cpu_Interrupt,                       /* 0x14  0xFFD6   1  ivVsci0       unused by PE */  Cpu_Interrupt,                       /* 0x13  0xFFD8   1  ivVspi0       unused by PE */  Cpu_Interrupt,                       /* 0x12  0xFFDA   1  ivVtimpaie    unused by PE */  Cpu_Interrupt,                       /* 0x11  0xFFDC   1  ivVtimpaaovf  unused by PE */  Cpu_Interrupt,                       /* 0x10  0xFFDE   1  ivVtimovf     unused by PE */  Cpu_Interrupt,                       /* 0x0F  0xFFE0   1  ivVtimch7     unused by PE */  Cpu_Interrupt,                       /* 0x0E  0xFFE2   1  ivVtimch6     unused by PE */  Cpu_Interrupt,                       /* 0x0D  0xFFE4   1  ivVtimch5     unused by PE */  Cpu_Interrupt,                       /* 0x0C  0xFFE6   1  ivVtimch4     unused by PE */  Cpu_Interrupt,                       /* 0x0B  0xFFE8   1  ivVtimch3     unused by PE */  Cpu_Interrupt,                       /* 0x0A  0xFFEA   1  ivVtimch2     unused by PE */  Cpu_Interrupt,                       /* 0x09  0xFFEC   1  ivVtimch1     unused by PE */  Cpu_Interrupt,                       /* 0x08  0xFFEE   1  ivVtimch0     unused by PE */  Cpu_Interrupt,                       /* 0x07  0xFFF0   1  ivVrti        unused by PE */  Cpu_Interrupt,                       /* 0x06  0xFFF2   1  ivVirq        unused by PE */  Cpu_Interrupt,                       /* 0x05  0xFFF4   -  ivVxirq       unused by PE */  Cpu_Interrupt,                       /* 0x04  0xFFF6   -  ivVswi        unused by PE */  Cpu_Interrupt,                       /* 0x03  0xFFF8   -  ivVtrap       unused by PE */  /* Reset handler name */  _EntryPoint,                         /* 0x02  0xFFFA   -  ivVcop        unused by PE */  _EntryPoint,                         /* 0x01  0xFFFC   -  ivVclkmon     unused by PE */  _EntryPoint                          /* 0x00  0xFFFE   -  ivVreset      used by PE */};&lt;/PRE&gt;&lt;/DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by JimDon on &lt;SPAN class="date_text"&gt;2008-04-01&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;10:30 AM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2008 21:24:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-write-MC9S12DG128B-MCU-Interrupt-Service-Program-without/m-p/208503#M8539</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2008-04-01T21:24:26Z</dc:date>
    </item>
  </channel>
</rss>

