<?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>CodeWarrior for MCUのトピックRe: PE doesn't add COP to vector table</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/PE-doesn-t-add-COP-to-vector-table/m-p/192464#M6958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I downloaded the free version of the latest code, and it&amp;nbsp;generates the COP reset vector and code&amp;nbsp;as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Apr 2010 02:20:35 GMT</pubDate>
    <dc:creator>GaryOlmstead</dc:creator>
    <dc:date>2010-04-17T02:20:35Z</dc:date>
    <item>
      <title>PE doesn't add COP to vector table</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/PE-doesn-t-add-COP-to-vector-table/m-p/192461#M6955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi --&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using CW 8.2.3 and PE and 9S12A32.&amp;nbsp; I added the watchdog bean; but no vector was added&amp;nbsp;in the vector table.&amp;nbsp; The OnWatchDog event is permanently grayed out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The CPU bean doesn't have a COP event, but does have an OnReset event which is listed with the other reset events.&amp;nbsp; I enabled this event, still nothing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I changed the COP bean box called Watchdog Action to "Non maskable interrupt" and got an error saying that COP can't generate an NMI.&amp;nbsp; The only choice it accepts is Reset CPU, but it still does not change the vector table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I don't see anybody else complaining about this, I assume I have missed a check box someplace, but I'll be darned if I can find it.&amp;nbsp; Any directions would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 01:20:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/PE-doesn-t-add-COP-to-vector-table/m-p/192461#M6955</guid>
      <dc:creator>GaryOlmstead</dc:creator>
      <dc:date>2010-04-16T01:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: PE doesn't add COP to vector table</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/PE-doesn-t-add-COP-to-vector-table/m-p/192462#M6956</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 unsure of the version of codeWarrior you are using.&lt;/P&gt;&lt;P&gt;We do not have V8.2.3 for HCS12 MCU.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway I did some tests on my V4.7 installation and here is How I can get an interrupt associated with Watchdog&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; - Add your Watchdog Bean to your project&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;- In the Bean inspector for the watchdog bean&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Configure the Watchdog Period in the Properties tab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - In the Events tab &amp;nbsp;double click on the red X in front of OnWatchdog. You get a green mark instead of the red X&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you generate code now you will see that vector entry 2 (address 0xFFFA) is now initialized with _COP_EntryPoint a dedicated interrupt function.&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>Fri, 16 Apr 2010 13:35:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/PE-doesn-t-add-COP-to-vector-table/m-p/192462#M6956</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2010-04-16T13:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: PE doesn't add COP to vector table</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/PE-doesn-t-add-COP-to-vector-table/m-p/192463#M6957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops, sorry.&amp;nbsp; You're right, of course.&amp;nbsp; I have been time sharing between this project and one with&amp;nbsp;a DSP56858, and got my CW versions crossed up.&amp;nbsp; I am not sure what version I have here.&amp;nbsp; I thought it was 4.6, but Help About lists numbers from&amp;nbsp; 3.1 to 5.5.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, i tried double clicking on the red X, and nothing happens.&amp;nbsp; It works just fine on the BeforeNewSpeed and AfterNewSpeed choices.&amp;nbsp; As does clicking on the&amp;nbsp;circular arrow to the right of the choice.&amp;nbsp; But their "don't generate code" labels are not grayed out, they are black.&amp;nbsp; The OnWatchDog&amp;nbsp;"don't generate code" label &lt;STRONG&gt;is&lt;/STRONG&gt; grayed out.&amp;nbsp; And it doesn't have a&amp;nbsp;circular arrow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am pretty sure I have an unlimited license for this version, so I have not upgraded it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Apr 2010 22:16:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/PE-doesn-t-add-COP-to-vector-table/m-p/192463#M6957</guid>
      <dc:creator>GaryOlmstead</dc:creator>
      <dc:date>2010-04-16T22:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: PE doesn't add COP to vector table</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/PE-doesn-t-add-COP-to-vector-table/m-p/192464#M6958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I downloaded the free version of the latest code, and it&amp;nbsp;generates the COP reset vector and code&amp;nbsp;as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gary&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Apr 2010 02:20:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/PE-doesn-t-add-COP-to-vector-table/m-p/192464#M6958</guid>
      <dc:creator>GaryOlmstead</dc:creator>
      <dc:date>2010-04-17T02:20:35Z</dc:date>
    </item>
  </channel>
</rss>

