<?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>MQX Software SolutionsのトピックDebugger halts in dummy function :-(</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Debugger-halts-in-dummy-function/m-p/160458#M1172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have written a piece of code using MQX where i scan the analog input&amp;nbsp;samples every 125ms. I take total of ten samples and every one second i convert the sample monitored. When i run this code the debugger halts in some dummy function as shown the screen&amp;nbsp; and it stays there for ever&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sai Bhargavi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/files/community_files/MQXGEN/739_error.jpg" rel="nofollow" target="_self"&gt;error.JPG&lt;/A&gt;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by t.dowe on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-12-09&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;03:07 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2009 15:01:11 GMT</pubDate>
    <dc:creator>saibhargavi</dc:creator>
    <dc:date>2009-12-09T15:01:11Z</dc:date>
    <item>
      <title>Debugger halts in dummy function :-(</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Debugger-halts-in-dummy-function/m-p/160458#M1172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have written a piece of code using MQX where i scan the analog input&amp;nbsp;samples every 125ms. I take total of ten samples and every one second i convert the sample monitored. When i run this code the debugger halts in some dummy function as shown the screen&amp;nbsp; and it stays there for ever&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sai Bhargavi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/files/community_files/MQXGEN/739_error.jpg" rel="nofollow" target="_self"&gt;error.JPG&lt;/A&gt;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by t.dowe on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-12-09&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;03:07 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 15:01:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Debugger-halts-in-dummy-function/m-p/160458#M1172</guid>
      <dc:creator>saibhargavi</dc:creator>
      <dc:date>2009-12-09T15:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger halts in dummy function :-(</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Debugger-halts-in-dummy-function/m-p/160459#M1173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like you have a spurious interrupt occuring. Usually, for debugging purposes most interrupt routines in the default vector table catch an unexpected interrupt and trap the thread of execution in a spin forever loop so that you can realize the bogus interrupt happened and you can look for it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;---Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 23:02:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Debugger-halts-in-dummy-function/m-p/160459#M1173</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2009-12-09T23:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Debugger halts in dummy function :-(</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Debugger-halts-in-dummy-function/m-p/160460#M1174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;i've seen this too running the debugger, but in my case this happens because there aren't a ready task, for example: i was using two tasks but each one has a "big" delay&amp;nbsp; and&amp;nbsp; while the delay is happening MQX send the ProgrmaCounter to some DummyFunction written in asm. After the delay is happened returns to the first ready task.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 23:59:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Debugger-halts-in-dummy-function/m-p/160460#M1174</guid>
      <dc:creator>Jairo</dc:creator>
      <dc:date>2009-12-11T23:59:10Z</dc:date>
    </item>
  </channel>
</rss>

