<?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: Question about interrupts while being stopped in the debugger</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Question-about-interrupts-while-being-stopped-in-the-debugger/m-p/161172#M4454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the SerialMonitor, which uses the SCI0 port. Does this still apply?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Aug 2011 23:35:14 GMT</pubDate>
    <dc:creator>AirDragon</dc:creator>
    <dc:date>2011-08-23T23:35:14Z</dc:date>
    <item>
      <title>Question about interrupts while being stopped in the debugger</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Question-about-interrupts-while-being-stopped-in-the-debugger/m-p/161170#M4452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CodeWarrior SE, version&amp;nbsp;5.9.0 Build 5294&lt;/P&gt;&lt;P&gt;MC9S12DG256&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found this a bit odd a few minutes ago, I stopped my robot in the debugger for awhile to check on some variable values. I look up, and notice that the thing is still running!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For those who don't know, my "robot" is the AirDragon, a beginner's custom quadrotor craft that uses a 9S12 as its MCU (keep thinking that its overkill as the days go by).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a routine that is interrupt driven, for the curious this routine carries out the attitude (pitch and role) control procedure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This brings me to my question:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When stopped in the debugger, does the MCU still service and run through the interrupts (provided that it isn't stopped in an interrupt to begin with)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 09:10:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Question-about-interrupts-while-being-stopped-in-the-debugger/m-p/161170#M4452</guid>
      <dc:creator>AirDragon</dc:creator>
      <dc:date>2011-08-23T09:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Question about interrupts while being stopped in the debugger</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Question-about-interrupts-while-being-stopped-in-the-debugger/m-p/161171#M4453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, MCU isn't servicing interrupts when stopped in debugger. But your robot&amp;nbsp;could get reset and run while it is stopped, debugger probably won't notice that.&amp;nbsp;BDM cable is good antenna to receive some noise&amp;nbsp;through /RESET wire and pursue voltage supervisor that voltage dropped too much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 12:40:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Question-about-interrupts-while-being-stopped-in-the-debugger/m-p/161171#M4453</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2011-08-23T12:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Question about interrupts while being stopped in the debugger</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Question-about-interrupts-while-being-stopped-in-the-debugger/m-p/161172#M4454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the SerialMonitor, which uses the SCI0 port. Does this still apply?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2011 23:35:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Question-about-interrupts-while-being-stopped-in-the-debugger/m-p/161172#M4454</guid>
      <dc:creator>AirDragon</dc:creator>
      <dc:date>2011-08-23T23:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Question about interrupts while being stopped in the debugger</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Question-about-interrupts-while-being-stopped-in-the-debugger/m-p/161173#M4455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hm, I don't know how is this particular serial monitor implemented. I think when stopped from debugger, MCU should be looping inside serial monitor's SCI interrupt handler untill you command debugger to continue executing your code. I bit should be set not allowing other interrupts to be processed.&lt;/P&gt;&lt;P&gt;On reset behaviour should be similar to what you have using BDM, target probably should run at full speed, unless it is made to wait on reset for serial commands from debugger.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 00:24:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Question-about-interrupts-while-being-stopped-in-the-debugger/m-p/161173#M4455</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2011-08-24T00:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Question about interrupts while being stopped in the debugger</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Question-about-interrupts-while-being-stopped-in-the-debugger/m-p/161174#M4456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got the serial monitor from EVBplus, so it's likely to have some interesting implemenataions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess I'll make a simple program to blink an LED or something, to figure out what its doing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2011 04:38:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Question-about-interrupts-while-being-stopped-in-the-debugger/m-p/161174#M4456</guid>
      <dc:creator>AirDragon</dc:creator>
      <dc:date>2011-08-24T04:38:08Z</dc:date>
    </item>
  </channel>
</rss>

