<?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 ILLEGAL BP? - s08JM60 in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ILLEGAL-BP-s08JM60/m-p/168549#M11039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I ordered some samples of the s08JM60, slapped them on a QFP to DIP adapter board I have and hooked it up to the bdm of my wiztronics universal bdm.&amp;nbsp; I thought I would try a simple blink led, but once the debugger starts to run, the command window will say ILLEGAL_BP, then it will say RUNNING.&amp;nbsp; It will flip back and forth a few times and then the debugger stops.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have CodeWarrior 6.1 and 6.2 installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can be causing this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;p/n added to subject.&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by NLFSJ on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-04-01&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;03:38 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2009 08:00:50 GMT</pubDate>
    <dc:creator>trav</dc:creator>
    <dc:date>2009-04-01T08:00:50Z</dc:date>
    <item>
      <title>ILLEGAL BP? - s08JM60</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ILLEGAL-BP-s08JM60/m-p/168549#M11039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I ordered some samples of the s08JM60, slapped them on a QFP to DIP adapter board I have and hooked it up to the bdm of my wiztronics universal bdm.&amp;nbsp; I thought I would try a simple blink led, but once the debugger starts to run, the command window will say ILLEGAL_BP, then it will say RUNNING.&amp;nbsp; It will flip back and forth a few times and then the debugger stops.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have CodeWarrior 6.1 and 6.2 installed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can be causing this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;p/n added to subject.&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by NLFSJ on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-04-01&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;03:38 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 08:00:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/ILLEGAL-BP-s08JM60/m-p/168549#M11039</guid>
      <dc:creator>trav</dc:creator>
      <dc:date>2009-04-01T08:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: ILLEGAL BP? - s08JM60</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ILLEGAL-BP-s08JM60/m-p/168550#M11040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear trav,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you disabling the watchdog?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; SOPT1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = SOPT1_STOPE_MASK; // disable COP &amp;amp; enable STOP instruction&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;COP resets give the symptoms you describe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by pgo on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-04-03&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;04:56 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2009 12:56:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/ILLEGAL-BP-s08JM60/m-p/168550#M11040</guid>
      <dc:creator>pgo</dc:creator>
      <dc:date>2009-04-03T12:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: ILLEGAL BP? - s08JM60</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ILLEGAL-BP-s08JM60/m-p/168551#M11041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this was my problem.&amp;nbsp; I didn't think it was, because I thought I had set it up right, but had not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Travis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 09:07:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/ILLEGAL-BP-s08JM60/m-p/168551#M11041</guid>
      <dc:creator>trav</dc:creator>
      <dc:date>2009-04-09T09:07:50Z</dc:date>
    </item>
  </channel>
</rss>

