<?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>Classic/Legacy CodeWarriorのトピックRe: What is Viinstr Interrupt?</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/What-is-Viinstr-Interrupt/m-p/188939#M4686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For information on the MCF51CN128RM's interrupt vector table, download the CPU's reference manual from &lt;A href="http://cache.freescale.com/files/32bit/doc/ref_manual/MCF51CN128RM.pdf" rel="nofollow" target="_self"&gt;here&lt;/A&gt;. Table 5-1 of this document shows the interrupt vector table for the MCF51CN128 series parts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Dec 2011 21:59:37 GMT</pubDate>
    <dc:creator>J2MEJediMaster</dc:creator>
    <dc:date>2011-12-09T21:59:37Z</dc:date>
    <item>
      <title>What is Viinstr Interrupt?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/What-is-Viinstr-Interrupt/m-p/188938#M4685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm seeing interrupt&amp;nbsp;Viinstr trigger, but I'm not sure why. Can someone please tell me about this interrupt?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also,&amp;nbsp;Where can I get a detailed list telling me about all the available interrupts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;MVU: MCF51CN128&lt;/P&gt;&lt;P&gt;IDE: CW 10.1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 00:50:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/What-is-Viinstr-Interrupt/m-p/188938#M4685</guid>
      <dc:creator>ignisuti</dc:creator>
      <dc:date>2011-12-09T00:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is Viinstr Interrupt?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/What-is-Viinstr-Interrupt/m-p/188939#M4686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For information on the MCF51CN128RM's interrupt vector table, download the CPU's reference manual from &lt;A href="http://cache.freescale.com/files/32bit/doc/ref_manual/MCF51CN128RM.pdf" rel="nofollow" target="_self"&gt;here&lt;/A&gt;. Table 5-1 of this document shows the interrupt vector table for the MCF51CN128 series parts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 21:59:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/What-is-Viinstr-Interrupt/m-p/188939#M4686</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2011-12-09T21:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: What is Viinstr Interrupt?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/What-is-Viinstr-Interrupt/m-p/188940#M4687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the link.&lt;/P&gt;&lt;P&gt;Unfortunatly, I was unable to find "Viinstr" anywhere in that document.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2011 22:37:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/What-is-Viinstr-Interrupt/m-p/188940#M4687</guid>
      <dc:creator>ignisuti</dc:creator>
      <dc:date>2011-12-12T22:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: What is Viinstr Interrupt?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/What-is-Viinstr-Interrupt/m-p/188941#M4688</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;According to file mcf51cn128.h,&amp;nbsp;&amp;nbsp;Viinstr is associated with vector number 4 (#define &lt;FONT size="2"&gt;VectorNumber_Viinstr 4U&lt;/FONT&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to the table &lt;EM&gt;&lt;STRONG&gt;5-3. ColdFire Exception Vector Table&lt;/STRONG&gt;&lt;/EM&gt; MCF51CN128 reference manual J2MEJediMaster was referencing earlier the exception associated with vector number 4 is &lt;STRONG&gt;&lt;EM&gt;Illegal instruction&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So you are chaining an Illegal instruction exception here.&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, 13 Dec 2011 16:26:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/What-is-Viinstr-Interrupt/m-p/188941#M4688</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2011-12-13T16:26:48Z</dc:date>
    </item>
  </channel>
</rss>

