<?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: Codewarrior 5.9.0 stop debugger on exception 0x700 instead of continuing execution to exception handler in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-5-9-0-stop-debugger-on-exception-0x700-instead-of/m-p/305250#M6669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer. Could you just clarify what you mean by "non-fetching instruction", please? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Apr 2014 12:02:30 GMT</pubDate>
    <dc:creator>stefanoesposito</dc:creator>
    <dc:date>2014-04-10T12:02:30Z</dc:date>
    <item>
      <title>Codewarrior 5.9.0 stop debugger on exception 0x700 instead of continuing execution to exception handler</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-5-9-0-stop-debugger-on-exception-0x700-instead-of/m-p/305248#M6667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on a fault injection campaign and I'm interested in processing the 0x700 (invalid opcode) exception through my ISR, but Codewarrior is just showing a dialog and stops the debug session. My system features an MPC7448 processor and I'm using a CodeWarrior USB TAP. How can I stop this from happening and have the exception handler properly executed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 16:47:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-5-9-0-stop-debugger-on-exception-0x700-instead-of/m-p/305248#M6667</guid>
      <dc:creator>stefanoesposito</dc:creator>
      <dc:date>2014-03-27T16:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Codewarrior 5.9.0 stop debugger on exception 0x700 instead of continuing execution to exception handler</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-5-9-0-stop-debugger-on-exception-0x700-instead-of/m-p/305249#M6668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For MPC7448 target, the CodeWarrior Debugger places a Hardware breakpoint at the exception address(0x00000700 or 0xFFF00700, depending on MSR[IP]) When the chip hit a breakpoint address, it will treat the Program exception as part of breaking handling process, it is import that a valid non-fetching instruction located at this Exception vector points, and it resides in valid memory.&amp;nbsp; Also, the target code must not alter the MSR[IP] while it is running if you expect to hit a breakpoint. Please check your debug environment to meet this debug environment.&lt;/P&gt;&lt;P&gt;In addition, please put "writereg SP 0x0000000F" in CodeWarrior initialization file to interpret EABI stack frames. These stack frames include pointers, and if the debugger reads invalid stack frames then it will not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 11:41:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-5-9-0-stop-debugger-on-exception-0x700-instead-of/m-p/305249#M6668</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2014-04-10T11:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Codewarrior 5.9.0 stop debugger on exception 0x700 instead of continuing execution to exception handler</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-5-9-0-stop-debugger-on-exception-0x700-instead-of/m-p/305250#M6669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer. Could you just clarify what you mean by "non-fetching instruction", please? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 12:02:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-5-9-0-stop-debugger-on-exception-0x700-instead-of/m-p/305250#M6669</guid>
      <dc:creator>stefanoesposito</dc:creator>
      <dc:date>2014-04-10T12:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Codewarrior 5.9.0 stop debugger on exception 0x700 instead of continuing execution to exception handler</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-5-9-0-stop-debugger-on-exception-0x700-instead-of/m-p/305251#M6670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've just checked my board initialization file, and besides writereg SP 0x0000000F, I've also found the instruction writemem.l 0x700 0x48000000, is this what you meant by non-fetching instruction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 14:32:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-5-9-0-stop-debugger-on-exception-0x700-instead-of/m-p/305251#M6670</guid>
      <dc:creator>stefanoesposito</dc:creator>
      <dc:date>2014-04-10T14:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Codewarrior 5.9.0 stop debugger on exception 0x700 instead of continuing execution to exception handler</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-5-9-0-stop-debugger-on-exception-0x700-instead-of/m-p/305252#M6671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the infinite loop at program exception prevents taking the exception again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 10:35:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Codewarrior-5-9-0-stop-debugger-on-exception-0x700-instead-of/m-p/305252#M6671</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2014-05-06T10:35:20Z</dc:date>
    </item>
  </channel>
</rss>

