<?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: Debug problem: No source available in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-problem-No-source-available/m-p/595708#M31489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by serge on Thu Nov 21 04:21:04 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;1. try not to use GPIO P0.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Put a 10k resistor pull-up on this pin (never leave it floating)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. In case you really need to use this pin make sure the connected electronics don't pull this line low during boot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Make sure you can put a jumper between GND and this pin to be able to boot into ISP without affecting the other electronics.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;READ THE UM!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 21:35:57 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T21:35:57Z</dc:date>
    <item>
      <title>Debug problem: No source available</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-problem-No-source-available/m-p/595701#M31482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hjetschko on Tue Jan 29 22:09:40 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I use a fairly new device: LPC1112FD20. I could debug for a while and now when I try to debug then the debug window only says: No source available for "(gdb[0].proc[42000].threadGroup[i1],gdb[0].proc[42000].OSthread[1]).thread[1].frame[0]" . I have checked under my debug configuration that Build configuration is set to Debug. I have tried multiple programmers and they all do the same thing. Please let me know what I am missing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:35:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-problem-No-source-available/m-p/595701#M31482</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Debug problem: No source available</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-problem-No-source-available/m-p/595702#M31483</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 Wed Jan 30 00:50:18 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the address that it is reporting (where is the PC)? Any error messages?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The debugger will give this message if the PC is outside of your application - probably becuase you have corrupted the stack or your have jumped off to a random pointer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:35:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-problem-No-source-available/m-p/595702#M31483</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Debug problem: No source available</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-problem-No-source-available/m-p/595703#M31484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hjetschko on Wed Jan 30 14:16:45 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for helping me with this. I cleaned my project and the CMSIS project and it is still doing the same. At one stage is did give me an address: No source available for "0x1fff0f60". Does this message mean the source in not available on the LPC1112 or on my PC? I thought that my code should not have an effect until it starts executing main. I put breakpoints at the start of main and in the SystemInit function in system_LPC11xx.c but it never gets there which tells me that no initialization code is running before the micro jumps to a wrong address.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:35:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-problem-No-source-available/m-p/595703#M31484</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Debug problem: No source available</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-problem-No-source-available/m-p/595704#M31485</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 Jan 30 15:24:39 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Your UM (10398) is describing this region (0x1FFF 0000 - 0x1FFF 4000) as 'BOOT ROM' ;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So probably you are in ISP mode and should check your hardware (=ISP pin) :eek: Therefore you never reach a SystemInit or main ;)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:35:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-problem-No-source-available/m-p/595704#M31485</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Debug problem: No source available</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-problem-No-source-available/m-p/595705#M31486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by milhoci on Wed Jan 30 16:15:05 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Put a pull-up resistor on pin 0.1. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Milhoci&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:35:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-problem-No-source-available/m-p/595705#M31486</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Debug problem: No source available</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-problem-No-source-available/m-p/595706#M31487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hjetschko on Wed Jan 30 21:21:09 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The electronics connected to PIO0_1 did pull it down, I fixed this and now it working again. Thank you for the help, brilliant support!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:35:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-problem-No-source-available/m-p/595706#M31487</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Debug problem: No source available</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-problem-No-source-available/m-p/595707#M31488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Irappa on Mon Nov 18 04:13:42 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you tell me how you fixed this problem. i am also getting same. please help me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Irappa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:35:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-problem-No-source-available/m-p/595707#M31488</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Debug problem: No source available</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-problem-No-source-available/m-p/595708#M31489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by serge on Thu Nov 21 04:21:04 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;1. try not to use GPIO P0.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Put a 10k resistor pull-up on this pin (never leave it floating)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. In case you really need to use this pin make sure the connected electronics don't pull this line low during boot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Make sure you can put a jumper between GND and this pin to be able to boot into ISP without affecting the other electronics.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;READ THE UM!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:35:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Debug-problem-No-source-available/m-p/595708#M31489</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:35:57Z</dc:date>
    </item>
  </channel>
</rss>

