<?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: Unrequest break on interrupt in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unrequest-break-on-interrupt/m-p/137926#M2116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Then you probably have an issue in the interrupt code itself.&lt;/DIV&gt;&lt;DIV&gt;Is there anything written on the right hand side of the status bar when the application stops?&lt;/DIV&gt;&lt;DIV&gt;Is there anything written to the command window when the application stops?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Which is the source and assembly line highlighted on the screen when the application stops (actually I would also need to know which are the 2-3 previous instructions listed in the assembly window)?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2007 13:44:51 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2007-06-26T13:44:51Z</dc:date>
    <item>
      <title>Unrequest break on interrupt</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unrequest-break-on-interrupt/m-p/137923#M2113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi guys, I'm using&amp;nbsp;the CodeWarrior for HCS08 and debug with P&amp;amp;E BDM Multilink, my problem is that when&amp;nbsp;debbugin&amp;nbsp;my application&amp;nbsp;the debbuger stop execution&amp;nbsp;on interrupt vector ( SCI in my case ) and haven't breakpoint in this ISR !. Exists a way to eliminate this behavior?&lt;/DIV&gt;&lt;DIV&gt;Thanks in advance !&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2007 22:27:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unrequest-break-on-interrupt/m-p/137923#M2113</guid>
      <dc:creator>Richard777</dc:creator>
      <dc:date>2007-06-22T22:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unrequest break on interrupt</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unrequest-break-on-interrupt/m-p/137924#M2114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;A couple of questions here.&lt;/DIV&gt;&lt;DIV&gt;Did you associate a function with the SCI interrupt? What is stored in&amp;nbsp;the vector table as SCI interrupt handler?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You may need to associate a function there, which is handling the interrupt (or you need to disable the SCI interrupt if you do not need it).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 14:51:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unrequest-break-on-interrupt/m-p/137924#M2114</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-06-25T14:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unrequest break on interrupt</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unrequest-break-on-interrupt/m-p/137925#M2115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;gt;Did you associate a function with the SCI interrupt? What is stored in&amp;nbsp;the vector table as SCI interrupt &amp;gt;handler?&lt;/DIV&gt;&lt;DIV&gt;Yes I do, Transmit, Received and Error SCI interrupts handler are enabled and implemented.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks !&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2007 21:13:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unrequest-break-on-interrupt/m-p/137925#M2115</guid>
      <dc:creator>Richard777</dc:creator>
      <dc:date>2007-06-25T21:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unrequest break on interrupt</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unrequest-break-on-interrupt/m-p/137926#M2116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Then you probably have an issue in the interrupt code itself.&lt;/DIV&gt;&lt;DIV&gt;Is there anything written on the right hand side of the status bar when the application stops?&lt;/DIV&gt;&lt;DIV&gt;Is there anything written to the command window when the application stops?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Which is the source and assembly line highlighted on the screen when the application stops (actually I would also need to know which are the 2-3 previous instructions listed in the assembly window)?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 13:44:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Unrequest-break-on-interrupt/m-p/137926#M2116</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2007-06-26T13:44:51Z</dc:date>
    </item>
  </channel>
</rss>

