<?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>LPCXpresso IDEのトピックRe: 'SIGINT' Breakpoints - How to Remove from Debugger?</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-Breakpoints-How-to-Remove-from-Debugger/m-p/528511#M982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Wed Mar 21 16:17:40 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I suspect that you are seeing the problem described here....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=2979&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the short term, remove the usage of WFI, or else if you have the systick interrupt going off regularly enough - this will prevent the debugger's polling from timing out. [Thus you won't see the problem with any of the systick examples.]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We hope to issue a new release with the WFI issue fixed shortly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:00:53 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:00:53Z</dc:date>
    <item>
      <title>'SIGINT' Breakpoints - How to Remove from Debugger?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-Breakpoints-How-to-Remove-from-Debugger/m-p/528509#M980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ajacks504 on Wed Mar 21 06:35:08 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to run the "blinky" example on the LPC1114/302 dev board.&amp;nbsp; The code is running fine, but I'm having trouble figuring out how to configure the debugger.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Blinky uses the timer system to wake up, ans issues a WFI between wakeups.&amp;nbsp; I don't have ANY breakpoints set, but every time that debug, I get a breakpoint hit at the WFI because of a 'SIGINT' debugger signal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone please tell me how to remove this "signal" or breakpoint from the debugger settings so that the code will just free run?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried the "resume without signal" option, but it still stops at each WFI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be greatly appreciated, please see the attached screenshot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:00:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-Breakpoints-How-to-Remove-from-Debugger/m-p/528509#M980</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: 'SIGINT' Breakpoints - How to Remove from Debugger?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-Breakpoints-How-to-Remove-from-Debugger/m-p/528510#M981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ajacks504 on Wed Mar 21 12:53:44 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe this will help people see what I'm asking about.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just don't want to get "automatic" breakpoints everytime an interrupt happens, how do I do that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:00:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-Breakpoints-How-to-Remove-from-Debugger/m-p/528510#M981</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: 'SIGINT' Breakpoints - How to Remove from Debugger?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-Breakpoints-How-to-Remove-from-Debugger/m-p/528511#M982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Wed Mar 21 16:17:40 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I suspect that you are seeing the problem described here....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=2979&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the short term, remove the usage of WFI, or else if you have the systick interrupt going off regularly enough - this will prevent the debugger's polling from timing out. [Thus you won't see the problem with any of the systick examples.]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We hope to issue a new release with the WFI issue fixed shortly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:00:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-Breakpoints-How-to-Remove-from-Debugger/m-p/528511#M982</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: 'SIGINT' Breakpoints - How to Remove from Debugger?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-Breakpoints-How-to-Remove-from-Debugger/m-p/528512#M983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by stuartreynolds on Thu Apr 05 10:32:51 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm also running into this. Is there a solution yet?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:00:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-Breakpoints-How-to-Remove-from-Debugger/m-p/528512#M983</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: 'SIGINT' Breakpoints - How to Remove from Debugger?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-Breakpoints-How-to-Remove-from-Debugger/m-p/528513#M984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Thu Apr 05 12:58:29 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes. &lt;/SPAN&gt;&lt;A href="http://http://knowledgebase.nxp.com/showthread.php?t=3070"&gt;v4.2.2&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:00:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/SIGINT-Breakpoints-How-to-Remove-from-Debugger/m-p/528513#M984</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:00:54Z</dc:date>
    </item>
  </channel>
</rss>

