<?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>LPC MicrocontrollersのトピックRe: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558860#M15697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by run on Fri Nov 29 12:26:36 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I started a project from scratch,&amp;nbsp; but I am receiving the same error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:45:37 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:45:37Z</dc:date>
    <item>
      <title>How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558857#M15694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by run on Fri Nov 29 02:46:38 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just received the LPC4330-Xpresso board, I tested with Keil IDE and it is working fine, but I prefer to use LPC-Xpresso IDE, I am already familiar with Eclipse and it is one of m favorite environment, but I got some problem to get it work, I can upload the code but when I am trying to debug it I am receiving the following error :&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;
No source available for "0x1a007500" 
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this a setting problem? How can I fix this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558857#M15694</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558858#M15695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Fri Nov 29 05:56:20 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;This means that the debugger cannot find any source that was compiled and linked to that address. This could be for several reasons:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- you have no debug information in your executable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- you have linked with a library that does not have matching source&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- the program has crashed by jumping to a location where there really is no code (i.e. perhaps you have accidentally overflowed the stack and corrupted a return address&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- you are missing the LPCXpresso startup code that correctly sets up the processor. Startup code is Tools (Keil, LPCXpresso, etc )and linker script dependent&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suggest you use a Wizard to create a basic example and make sure that works, and then compare it with your non-working example to see what is different&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558858#M15695</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558859#M15696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by run on Fri Nov 29 06:00:02 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used the blinking example from the LPCopen website. I tested only on Windows 7. Does LPC-Xplorer support Ubuntu 64bit or 32bit?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558859#M15696</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558860#M15697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by run on Fri Nov 29 12:26:36 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I started a project from scratch,&amp;nbsp; but I am receiving the same error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558860#M15697</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558861#M15698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Fri Nov 29 13:12:32 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Exactly which board are you using? I guess it it the NGX Xplorer 4330 board. If so, try one of the examples for this board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also make sure you read this FAQ&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Flpc18-lpc43-support" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/lpc18-lpc43-support&lt;/A&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558861#M15698</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558862#M15699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by run on Fri Nov 29 13:27:32 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an LPC4330-Xpresso board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tested the blinking example, I tried in Keil and it is working, I tried the same in LPC-Xpresso and I am getting the error above.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558862#M15699</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558863#M15700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Fri Nov 29 14:29:45 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Try one of the example supplied in the lpcxpresso Examples directory. Use the import project button in the QuickStart view.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I know, there is no LPCXpresso 4330 board. Do you mean the Xplorer board, or something else?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558863#M15700</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558864#M15701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by run on Sat Nov 30 03:20:06 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes it is Xplorer. I imported from zip file but I am getting the same error. I tested under Ubuntu as well, where I got the same error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558864#M15701</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558865#M15702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Sat Nov 30 10:13:27 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using a uLink-ME, then you will be connecting via CMSIS-DAP. CMSIS-DAP&amp;nbsp; support in LPCXpresso does not currently support connections via JTAG (which are the default with LPC43 parts).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please can you switch the launch configuration to use SWD instead of JTAG - and see if you can then connect?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Flaunch-configuration-menu" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/launch-configuration-menu&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that I would have expected you to see the error documented in the following FAQ when using JTAG…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fcmsis-dap-redlinkapi-unsupported-settings" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/cmsis-dap-redlinkapi-unsupported-settings&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are still encountering problems, please post your debug log…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Fdebug-log" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/debug-log&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558865#M15702</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558866#M15703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by run on Sat Nov 30 16:22:26 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using SW from the beginning, here is the log&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;
LPCXpresso RedlinkMulti Driver v6.0 (Sep 17 2013 18:02:04 - crt_emu_cm_redlink build 244)
Found chip XML file in C:/Users/run/workspacelpc/ngx_xplorer_4330_periph_blinky/Debug/LPC4330.xml
Emu(0): Conn&amp;amp;Reset. DpID: 2BA01477. CpuID: 410FC240. Info: (null)
Debug protocol: SWD. RTCK: Disabled. Vector catch: Disabled.
Loaded LPC18_43_SPIFI_16MB_64KB.cfx: LPC18/43 16MB(64KB) SPIFI @0x14000000 (Oct 10 2013 14:07:22)&amp;nbsp; External Flash Device on SPI
Connected: was_reset=true. was_stopped=false
v LPCXpresso Free License - Download limit is 256K
Writing 7640 bytes to 14000000 in Flash (assumed clock: unknown)
Erased/Wrote page&amp;nbsp; 0-0 with 7640 bytes in 2072msec
Flash write Done
================== SCRIPT OUT ==================
Boot from FLASH image pc/sp reset script
PC = 0x1400044D
SP = 0x10020000
XPSR = 0x81000000
VTOR = 0x1A000000
================== END SCRIPT ==================
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558866#M15703</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558867#M15704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by run on Mon Dec 09 11:37:33 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody know what is the problem? PC dependent, or Debugger dependent, or this is a new bug?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558867#M15704</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558868#M15705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bavarian on Tue Dec 10 04:40:27 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Here are my test results. I took the following components:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;nbsp; LPCXpresso 6.1.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;nbsp; ULINK ME Vers. 5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;nbsp; LPC4330&amp;nbsp; Xplorer board&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;nbsp; Blinky example from LPCOpen v2.02 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;+&amp;nbsp; I imported the whole folder "lpcopen_v2_02_lpcxpresso_ngx_xplorer_4330_0" into the workspace&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+&amp;nbsp; I compiled it, got the error message that JTAG is not supported, switched in the Debug configuration to SWD communication and then it worked fine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+&amp;nbsp; I could provoke the error message &amp;lt;No source available for "0x10400042"&amp;gt; by using an LPC1830 Xplorer board instead of using a LPC4330.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So from my point of view I don't see a problem or a bug. For sure it does not depend on Windows or Linux versions of the tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP Support Team&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;LPCXpresso RedlinkMulti Driver v6.0 (Sep 17 2013 18:02:04 - crt_emu_cm_redlink build 244)
Found chip XML file in C:/Users/dep00717/Documents/LPCXpresso_6.1.0_164/workspace-2/ngx_xplorer_4330_periph_blinky/Debug/LPC4330.xml
Emu(0): Conn&amp;amp;Reset. DpID: 2BA01477. CpuID: 410FC240. Info: (null)
Debug protocol: SWD. RTCK: Disabled. Vector catch: Disabled.
Loaded LPC18_43_SPIFI_16MB_64KB.cfx: LPC18/43 16MB(64KB) SPIFI @0x14000000 (Oct 10 2013 14:07:22)&amp;nbsp; External Flash Device on SPI
Connected: was_reset=true. was_stopped=false
v LPCXpresso Free License - Download limit is 256K
Writing 7640 bytes to 14000000 in Flash (assumed clock: unknown)
Erased/Wrote page&amp;nbsp; 0-0 with 7640 bytes in 1964msec
Flash write Done
================== SCRIPT OUT ==================
Boot from FLASH image pc/sp reset script
PC = 0x1400044D
SP = 0x10020000
XPSR = 0x01000000
VTOR = 0x14000000
================== END SCRIPT ==================

Stopped: Breakpoint #1&amp;nbsp; &amp;lt;-- stopped in main() &lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558868#M15705</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558869#M15706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by run on Tue Dec 10 04:52:14 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your reply, I tested under Ubuntu and Windows 7 64Bit. I am getting the same error in both operating system. Are you using 60Bit OS or 32Bit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558869#M15706</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558870#M15707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bavarian on Tue Dec 10 11:00:11 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Why do you think that the OS has something to do with this error?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Your LPCXpresso works fine on both systems, you get on both systems the same error --&amp;gt; the error must be somewhere else !!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, my OS is Windows 7&amp;nbsp; 64-bit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you do it the same way I did?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;nbsp; downloaded LPCOpen v2.02&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;nbsp; imported the whole example folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;nbsp; etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I attached the folder exactly the way I used it for a succesful compilation and debug run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP Support Team&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558870#M15707</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558871#M15708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by run on Tue Dec 10 12:50:31 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No this gives me the same error. I will try with an other PC. I assumed that there is no problem with the board and debugger because it is working with Keil.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558871#M15708</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558872#M15709</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 Dec 10 13:27:21 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Daft questions...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Are you debugging the Debug or Release build?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Does the program run? Just run it after you get the message.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558872#M15709</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558873#M15710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by run on Wed Dec 11 04:43:16 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created a video to show what am I doing, but unfortunately the system doesn't allow me to upload. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558873#M15710</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558874#M15711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lpcxpresso-support on Wed Dec 11 06:03:00 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Based on the reference that you see to the address 0x1Axxxxxx, please check the actual chip that is fitted to your NGX board. I suspect that you actually have an LPC4337 rather than an LPC4330. The LPC4337 has internal flash in the previously mentioned address range.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is the case, as a simple test of downloading, import the examples in &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\nxp\LPCXpresso_6.1.2_177\lpcxpresso\Examples\NXP\LPC4000\LPC43xx\NGX_LPC4337-Xplorer.zip&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and build, then debug the LPC4337-Xplorer_LedToggle project. Does this work?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And for your future reference, you may find this FAQ (and the additional FAQs that it links to) useful:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Ffaq%2Flpcxpresso%2Flpc18-lpc43-support" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/faq/lpcxpresso/lpc18-lpc43-support&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPCXpresso Support&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558874#M15711</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558875#M15712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by run on Wed Dec 11 11:04:25 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much for your support, it seems I ordered lpc4330 and received lpc4337 board.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558875#M15712</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I upload the code and debug using LPC-Xpresso and ULINK-ME</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558876#M15713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by ragavendran on Sat Mar 19 03:36:24 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi.,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello we are doing our final project we are facing a problem and kindly help me out with the solution asap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How to upload a program to arm cortex m3(lpc 1313) from lpc xpresso ide v8.0.0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:45:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-can-I-upload-the-code-and-debug-using-LPC-Xpresso-and-ULINK/m-p/558876#M15713</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:45:47Z</dc:date>
    </item>
  </channel>
</rss>

