<?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 Debug runs immediately after downloading in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-runs-immediately-after-downloading/m-p/584000#M26103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by JGold on Tue Sep 14 07:03:39 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having a problem on some of my boards.&amp;nbsp; The one in particular was working fine, then after chaning code and downloading, the code runs immediately in the debugger.&amp;nbsp; When I try to stop the execution, it fails to show the stepping code.&amp;nbsp; I have two boards that did this right after assembly.&amp;nbsp; This board was running fine, then the problem started.&amp;nbsp; I can not find a way to return it to the previous working state.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH]181[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 00:04:32 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T00:04:32Z</dc:date>
    <item>
      <title>Debug runs immediately after downloading</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-runs-immediately-after-downloading/m-p/584000#M26103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by JGold on Tue Sep 14 07:03:39 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having a problem on some of my boards.&amp;nbsp; The one in particular was working fine, then after chaning code and downloading, the code runs immediately in the debugger.&amp;nbsp; When I try to stop the execution, it fails to show the stepping code.&amp;nbsp; I have two boards that did this right after assembly.&amp;nbsp; This board was running fine, then the problem started.&amp;nbsp; I can not find a way to return it to the previous working state.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH]181[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:04:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-runs-immediately-after-downloading/m-p/584000#M26103</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Debug runs immediately after downloading</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-runs-immediately-after-downloading/m-p/584001#M26104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Tue Sep 14 07:25:12 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hit the Suspend (Pause) button and you'll see where it is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My guess is that you have hit an exception somewhere before the breakpoint on main().&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:04:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-runs-immediately-after-downloading/m-p/584001#M26104</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Debug runs immediately after downloading</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-runs-immediately-after-downloading/m-p/584002#M26105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by JGold on Tue Sep 14 07:31:02 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what I get when I hit PAUSE:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH]182[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:04:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-runs-immediately-after-downloading/m-p/584002#M26105</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Debug runs immediately after downloading</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-runs-immediately-after-downloading/m-p/584003#M26106</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 Tue Sep 14 07:39:43 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like you might have a stack problem. I suggest that you change the initial breakpoint to be the Reset Handler and then step through your code to see where it is going wrong. See:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://lpcxpresso.code-red-tech.com/LPCXpresso/node/48&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You might also like to read this article too:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://lpcxpresso.code-red-tech.com/LPCXpresso/node/52&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:04:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-runs-immediately-after-downloading/m-p/584003#M26106</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Debug runs immediately after downloading</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-runs-immediately-after-downloading/m-p/584004#M26107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by JGold on Tue Sep 14 07:58:50 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the suggestion, but it still does it.&amp;nbsp; If I hit the RESET button to reset the debug session, it runs immediately.&amp;nbsp; Upon stopping, it gives no information.&amp;nbsp; It does not even stop at the "[SIZE=2][B]ResetISR" [/B]that I set as the stop point.&amp;nbsp; The other board does.&amp;nbsp; [/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2][/SIZE] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2]Could it be a JTAG problem?&amp;nbsp; It seems to be related to hardware, not software since I have a good working board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:04:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-runs-immediately-after-downloading/m-p/584004#M26107</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Debug runs immediately after downloading</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-runs-immediately-after-downloading/m-p/584005#M26108</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 Tue Sep 14 08:13:01 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You are right - it sounds like a hardware problem. However, given that no errors are reported, I don't think it is the debug connection (SWD - not JTAG!). You should check power.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 00:04:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-runs-immediately-after-downloading/m-p/584005#M26108</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T00:04:36Z</dc:date>
    </item>
  </channel>
</rss>

