<?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: Debugging problem CodeWarrior 5.7 in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Debugging-problem-CodeWarrior-4-6/m-p/167142#M4983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;You are right: Always when it "loses",&amp;nbsp;the assembly steps are&amp;nbsp;between 0x8000 - 0xBFFF! What can I do?&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Nov 2007 22:17:13 GMT</pubDate>
    <dc:creator>chhg</dc:creator>
    <dc:date>2007-11-27T22:17:13Z</dc:date>
    <item>
      <title>Debugging problem CodeWarrior 4.6</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Debugging-problem-CodeWarrior-4-6/m-p/167138#M4979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I am using CodeWarrior 4.6 with BDI1000 on HC12A4. The debugger can download an run my abs file without problem and all works fine. But when I set break points and/or step over&amp;nbsp;functions, the current C-code-line can not be found mostly and I have to reset the device.&lt;/DIV&gt;&lt;DIV&gt;Does somebody know something about this stepping problem?&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 20:42:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Debugging-problem-CodeWarrior-4-6/m-p/167138#M4979</guid>
      <dc:creator>chhg</dc:creator>
      <dc:date>2007-11-26T20:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem CodeWarrior 4.6</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Debugging-problem-CodeWarrior-4-6/m-p/167139#M4980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;It sounds like you're not getting debugging symbols for your program, especially if the code downloads fine. Sorry, I have to ask the obvious because I don't know your exact setup.&lt;BR /&gt;&lt;BR /&gt;Does it single-step fine through the code? Or does the debugger lose it after a while even when you do that?&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 23:38:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Debugging-problem-CodeWarrior-4-6/m-p/167139#M4980</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2007-11-26T23:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem CodeWarrior 4.6</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Debugging-problem-CodeWarrior-4-6/m-p/167140#M4981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;The compiler setup are:&lt;/DIV&gt;&lt;DIV&gt;-Cc -Cf -CpDPAGE -CpPPAGE -D_DEBUG -F2 -Mb -One -TD4LD4LLD4 -W2 -WmsgSd3303&lt;/DIV&gt;&lt;DIV&gt;In "Smart Slider" is the "Debug Complexity" around the center (~45%).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Sometimes it does single-step fine, but there is no rule, when the debugger lose it. It&amp;nbsp;loses not always at the same location, when I jump into a function or over it, but mostly by loosing the procedur.&lt;/DIV&gt;&lt;DIV&gt;Thanks Christian&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 00:38:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Debugging-problem-CodeWarrior-4-6/m-p/167140#M4981</guid>
      <dc:creator>chhg</dc:creator>
      <dc:date>2007-11-27T00:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem CodeWarrior 4.6</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Debugging-problem-CodeWarrior-4-6/m-p/167141#M4982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I would check if all the interrupt handlers you have do either not set PPAGE/DPAGE,&lt;BR /&gt;or they do properlty back it up before modifying.&lt;BR /&gt;The descriptions sounds like if PPAGE would get corrupted by an interrupt,&lt;BR /&gt;do you "loose" the target when you are stepping in the 0x8000..0xBFFF PPAGE area?&lt;BR /&gt;Maybe try to assembly single step and try to catch the case where it just jumps away.&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 16:16:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Debugging-problem-CodeWarrior-4-6/m-p/167141#M4982</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2007-11-27T16:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging problem CodeWarrior 5.7</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Debugging-problem-CodeWarrior-4-6/m-p/167142#M4983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;You are right: Always when it "loses",&amp;nbsp;the assembly steps are&amp;nbsp;between 0x8000 - 0xBFFF! What can I do?&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 22:17:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Debugging-problem-CodeWarrior-4-6/m-p/167142#M4983</guid>
      <dc:creator>chhg</dc:creator>
      <dc:date>2007-11-27T22:17:13Z</dc:date>
    </item>
  </channel>
</rss>

