<?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 Re: LPCXpresso v4.0.5 - Debugging (no symbols) problems in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-v4-0-5-Debugging-no-symbols-problems/m-p/558011#M14822</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Fri Aug 05 11:31:39 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 Your project is running here without problems (V4.0.6) :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 Are you aware that P2.10 is your ISP pin and therefore shouldn't be used for anything else? So does this problem occur if you use another output ? Is there anything connected to P2.10 ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:14:55 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:14:55Z</dc:date>
    <item>
      <title>LPCXpresso v4.0.5 - Debugging (no symbols) problems</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-v4-0-5-Debugging-no-symbols-problems/m-p/558008#M14819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jaf on Wed Aug 03 15:10:06 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Recently purchased 1769 MCU and I've found Im unable to debug due to missing symbols only on new projects that use the CMSIS v1 or v2 libraries.&amp;nbsp; The debugger/program runs but the breakpoints will not fire.&amp;nbsp; I like to think I know Eclipse CDT very well and well rehearsed in the compiling and linking process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Importing the example projects, I can run and debug without any problems.&amp;nbsp; This issue only involves creating a new project via Quickstart Wizard.&amp;nbsp; If I create a function that invokes a CMSIS library function (ignoring any NULL checks here) the problem occurs.&amp;nbsp;&amp;nbsp; Everything compiles and links okay, it just will not debug and stop at a breakpoint.&amp;nbsp; It's seems to be due to symbols not being found.&amp;nbsp; I've also ensured my program and the CMSIS library is compiled with -O0 -g3 -Wall&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
#include &amp;lt;LPC17xx.h&amp;gt;

LPC_GPIO_TypeDef* gpio(void) {
&amp;nbsp;&amp;nbsp; LPC_GPIO_TypeDef *gpio = LPC_GPIO0; 
&amp;nbsp;&amp;nbsp; return gpio;
}
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Now, if I comment out the above two lines and just return NULL and still leave the include header, my program will debug and all breakpoints will fire.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried for days comparing my project's settings with the examples provided but to no avail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:14:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-v4-0-5-Debugging-no-symbols-problems/m-p/558008#M14819</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso v4.0.5 - Debugging (no symbols) problems</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-v4-0-5-Debugging-no-symbols-problems/m-p/558009#M14820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Wed Aug 03 15:51:42 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Please export the whole project :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:14:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-v4-0-5-Debugging-no-symbols-problems/m-p/558009#M14820</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso v4.0.5 - Debugging (no symbols) problems</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-v4-0-5-Debugging-no-symbols-problems/m-p/558010#M14821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jaf on Fri Aug 05 11:13:38 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;See example attached.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again, ignore the lack of error checking as this is just to demonstrate the problem.&amp;nbsp; There are occasions when I can get it working by say, changing &lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca" style="border:1px solid black;background-color:#cacaca;"&gt; &lt;PRE&gt;
gpio_dir(GPIO_2, GPIO_OUT, 1&amp;lt;&amp;lt;10); 

to

gpio_dir(GPIO_2, GPIO_OUT, 1&amp;lt;&amp;lt;3);
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Still very strange.&amp;nbsp; When attempting to Debug I get no breakpoints firing and occasionally get a new tab reporting No source available at "" or it just jumps to cr_startup_lpc176x.c file still with no breakpoints but in a running state.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:14:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-v4-0-5-Debugging-no-symbols-problems/m-p/558010#M14821</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso v4.0.5 - Debugging (no symbols) problems</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-v4-0-5-Debugging-no-symbols-problems/m-p/558011#M14822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Fri Aug 05 11:31:39 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;#1 Your project is running here without problems (V4.0.6) :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#2 Are you aware that P2.10 is your ISP pin and therefore shouldn't be used for anything else? So does this problem occur if you use another output ? Is there anything connected to P2.10 ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:14:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-v4-0-5-Debugging-no-symbols-problems/m-p/558011#M14822</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso v4.0.5 - Debugging (no symbols) problems</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-v4-0-5-Debugging-no-symbols-problems/m-p/558012#M14823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by jaf on Fri Aug 05 14:15:41 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Oh, I didn't know that.&amp;nbsp; I can't see that documented.&amp;nbsp; I've changed the code and it works.&amp;nbsp; Still strange how it doesn't breakpoint as that statement shouldn't have executed to cause it to fail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, many thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jaf&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:14:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-v4-0-5-Debugging-no-symbols-problems/m-p/558012#M14823</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso v4.0.5 - Debugging (no symbols) problems</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-v4-0-5-Debugging-no-symbols-problems/m-p/558013#M14824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Fri Aug 05 14:36:26 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: jaf&lt;/STRONG&gt;&lt;BR /&gt;... I can't see that documented...&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See user manual UM10360, LPC17xx User manual Rev. 2 — 19 August 2010 Chapter 32 :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: jaf&lt;/STRONG&gt;&lt;BR /&gt;...Still strange how it doesn't breakpoint as that statement shouldn't have executed to cause it to fail...&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If ISP pin is low and a reset occurs (after flashing your program, LC-link is also resetting the target) a debug session is trying to debug the bootloader :eek: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Result: No breakpoints, no symbols :mad:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:14:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-v4-0-5-Debugging-no-symbols-problems/m-p/558013#M14824</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:14:57Z</dc:date>
    </item>
  </channel>
</rss>

