<?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: Debug Not Stop at main()</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-Not-Stop-at-main/m-p/575273#M22225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sachinbarkul on Fri May 04 21:24:14 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for Reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found that debeg stop in [B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]void[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [B]HardFault_Handler[/B]([/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]void[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]) in startup code c file when [SIZE=3]pause button pressed, but same code can work ok on onther same board.with out any change.[/SIZE][/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2] &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 01:07:36 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:07:36Z</dc:date>
    <item>
      <title>Debug Not Stop at main()</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-Not-Stop-at-main/m-p/575271#M22223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sachinbarkul on Fri May 04 00:03:30 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;following Message appears in Debug window&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC1769 Dev1 Debug (2) [C/C++ MCU Application] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; MCU GDB Debugger (5/4/12 12:27 PM) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Thread [1] (Running) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; arm-none-eabi-gdb (5/4/12 12:27 PM) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; D:\SACHIN B\LPC1769 backup\LPC1769\LPC1769 Dev1\Debug\LPC1769 Dev1.axf (5/4/12 12:27 PM)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:07:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-Not-Stop-at-main/m-p/575271#M22223</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Not Stop at main()</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-Not-Stop-at-main/m-p/575272#M22224</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 Fri May 04 03:05:48 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;That probably means your application has crashed (probably faulted) before it got to main -it crashed in the startup code. You can hit the 'pause' button to find it where it is, and you can debug your startup code by following this FAQ&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/InitialBP&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:07:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-Not-Stop-at-main/m-p/575272#M22224</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Not Stop at main()</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-Not-Stop-at-main/m-p/575273#M22225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sachinbarkul on Fri May 04 21:24:14 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for Reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found that debeg stop in [B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]void[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] [B]HardFault_Handler[/B]([/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]void[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]) in startup code c file when [SIZE=3]pause button pressed, but same code can work ok on onther same board.with out any change.[/SIZE][/SIZE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2] &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 01:07:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-Not-Stop-at-main/m-p/575273#M22225</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Not Stop at main()</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-Not-Stop-at-main/m-p/575274#M22226</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 Sun May 06 09:05:53 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Try putting the MCU on your board into ISP mode before attempting to connect through the debugger...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/DebugAccessChip&lt;/A&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>Thu, 16 Jun 2016 01:07:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-Not-Stop-at-main/m-p/575274#M22226</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:07:37Z</dc:date>
    </item>
  </channel>
</rss>

