<?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: LPC11C14 CAN-Example ? in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532318#M3012</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 Mon Oct 04 09:32:00 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, it's a custom board. I've copied nearly everything from one of my 3 different LPC1343 boards (all working).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course I've checked everthing obvious like pullups, supply voltage, reset pin, crystal and ISP pin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Since there are no other problems except debugging I'm quite sure that it's no hardware problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My debug connection is done via simple GND / SWDIO /SWCLK connection (also working with several 1768 / 1343 boards).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Didn't change debug configuration from imported sample (attached project).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:11:16 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:11:16Z</dc:date>
    <item>
      <title>LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532307#M3001</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 Tue Sep 28 22:45:06 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Just working with my first LPC11C14 board and looking for a simple CAN example (Init / RX / TX) with ROM functions. Found a Keil sample, but I'm not sure if it's working without Keil Compiler.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone confirm that LPCXpresso is working with LPC11C14 and give me a hint where to start?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Zero&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532307#M3001</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532308#M3002</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 Wed Sep 29 05:24:32 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The LPCXpresso IDE does contain support for creating projects for and debugging on LPC11C14.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With regards to example code, generally where this is provided for another toolchain it will normally port across to LPCXpresso fairly easily.&amp;nbsp; Simply create a new project within LPCXpresso IDE, then copy the required source files across.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A few things to watch:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Sometimes, depending upon the original project, you may need to produce your own linker script, rather than use the default, managed linker script created automatically by LPCXpresso. Details of how to go about doing this can be found at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/OwnLinkScripts&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]There are sometimes slight changes required to sources due to "extensions to the C language" used by source code. A typical example is how packed structures are written. More details at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/PackedStructs&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[*]Some NXP example code targeted at other toolchains (in the past at least) has used an older version of CMSIS than the LPCXpresso CMSIS library projects make use of. This can occasionally mean that slight code changes are required (or you can simply use the older sources provided by the example rather than the LPCXpresso CMSIS library projects). More information on CMSIS in LPCXpresso at:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/LIST]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;A href="http://"&gt;http://support.code-red-tech.com/CodeRedWiki/Support4CMSIS&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;[/INDENT]Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532308#M3002</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532309#M3003</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 Mon Oct 04 05:03:43 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all thanks for the reply. Although my ported CAN sample is working, I'm not able to debug . &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I decided to switch back to a simple example without CAN to find the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Used LPCXpresso1114_blinky to start with and made just a few changes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-MCU settings: LPC11C14/301&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Added SysTick and Uart&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Renamed a copy of all .ld scripts &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-MCU Linker-Target: "Manage linker script" off, linker script: "LPCXpresso1114_blinky.ld"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Changed includes in LPCXpresso1114_blinky.ld to new .ld files&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Changed "Memory" of "RamLoc8" (to exclude CAN Ram) in new lpcxpresso1114_blinky_mem.ld:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from&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;RamLoc8 (rwx) : ORIGIN = 0x10000000, LENGTH = 0x2000 //8k&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;SPAN&gt;to&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;
RamLoc8 (rwx) : ORIGIN = 0x100000B9, LENGTH = 0x1F47 //8k -CAN
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Result:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After starting a debug session, LPC-Link is downloading and but doesn't&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Stop on startup at: main" like usual (and enabled in Debug Configurations).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After "Suspend" Debugger stops somewhere in while(1) loop, but obviously parts like Uart and SysTick are not working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After power cycle everything is working (without debugger), so I think it's a problem with something in Debugger or Debug configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH]199[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Zero&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532309#M3003</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532310#M3004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by whitecoe on Mon Oct 04 05:20:52 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Not tested this out, but I can well imagine that having ORIGIN ad LENGTH for your RamLoc8 region that are not multiples of 4-bytes could well cause problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532310#M3004</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532311#M3005</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 Mon Oct 04 05:34:25 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Good idea, tested this earlier:&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;RamLoc8 (rwx) : ORIGIN = 0x10000100, LENGTH = 0x1F00 /* 8k */&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Same result.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532311#M3005</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532312#M3006</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 Mon Oct 04 06:01:58 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you set the initial breakpoint to stop at ResetISR and then single step from there, to see where it is going wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532312#M3006</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532313#M3007</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 Mon Oct 04 06:23:19 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;That's my problem, breakpoints don't break. Even if I change to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Stop on startup at: ResetISR,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;no break.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532313#M3007</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532314#M3008</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 Mon Oct 04 06:46:30 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Just made a test with LPC1343 and&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;RamLoc8 (rwx) : ORIGIN = 0x10000100, LENGTH = 0x1F00 /* 8k */&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No problems at all. So I think it's a LPC11Cxx ISR Debugger problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532314#M3008</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532315#M3009</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 Mon Oct 04 07:03:48 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you confirm that it works if you DON'T change the Ram definition.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532315#M3009</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532316#M3010</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 Mon Oct 04 07:20:11 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;No, whatever I tried, debugging isn't working for LPC11C14 although downloading and running after power cycle is working even with managed linker script.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532316#M3010</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532317#M3011</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 Mon Oct 04 07:33:53 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven't heard of any other reports of debugging problem with an LPC11Cxx.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have a custom board? Is the debug correctly configured?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532317#M3011</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532318#M3012</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 Mon Oct 04 09:32:00 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, it's a custom board. I've copied nearly everything from one of my 3 different LPC1343 boards (all working).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course I've checked everthing obvious like pullups, supply voltage, reset pin, crystal and ISP pin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Since there are no other problems except debugging I'm quite sure that it's no hardware problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My debug connection is done via simple GND / SWDIO /SWCLK connection (also working with several 1768 / 1343 boards).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Didn't change debug configuration from imported sample (attached project).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532318#M3012</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532319#M3013</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 Mon Oct 04 23:55:19 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have built and downloaded your application to the LPC11C14 board we have here (an IAR board). The application downloads and breaks on main() as expected. I can run/break/single step and view memory/peripherals/registers etc etc. i.e. the debugger works and is fully functional when connected to an LPC11C14.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NXP have also confirmed to us that they have had no problems when debugging an LPC11Cxx part.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore, I can only conclude that you have a problem with your custom board.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532319#M3013</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532320#M3014</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 Tue Oct 05 00:34:54 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your support, so it's time to throw this board away and redraw / make a new board tomorrow and report the result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Zero&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532320#M3014</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532321#M3015</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 Tue Oct 05 03:18:18 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry to say: You're wrong :). My board is working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And even more sorry to say: I'm wrong, too :mad:.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The winner is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://www.flickr.com/photos/58892165@N08/5406195518/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RESET :eek:!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As mentioned before my SWD-connector just uses SWCLK, SWDIO and GND. That's not enough for LPC11C14 (and so I think it's the same for all LPC11xx) .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's necessary to connect Reset (LPCXpresso J4/11) :o. After downloading this 1/4 second reset is important to start debugging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've thought a simple 3-wire SWD connection is enough (and it was enough for LPC1343 &amp;amp; LPC1768), but for LPC11C14 a SWD-Reset is indispensable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Zero&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532321#M3015</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532322#M3016</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 Tue Oct 05 22:59:28 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Now back to the initial question:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This sample uses LPC11Cxx on-Chip drivers to transmit &amp;amp; echo CAN messages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just add a CAN-transceiver &amp;amp; LED and this sample should work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tested it with 11-bit CAN messages from 83 kbit/s to 1000 kbit/s.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH]206[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: This sample does not exclude CAN On-Chip RAM address 0x1000 0050 to 0x1000 008B to avoid disabling "Managed Linker Script".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532322#M3016</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532323#M3017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_USA on Wed Oct 06 08:32:46 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Zero&lt;/STRONG&gt;&lt;BR /&gt;Just working with my first LPC11C14 board and looking for a simple CAN example (Init / RX / TX) with ROM functions. Found a Keil sample, but I'm not sure if it's working without Keil Compiler.&lt;BR /&gt;Can anyone confirm that LPCXpresso is working with LPC11C14 and give me a hint where to start?&lt;BR /&gt; &lt;BR /&gt;Thanks,&lt;BR /&gt;Zero&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Although there is no LPC11C1x LPCXpresso board today, LPCXpresso has been tested with the LPC11C1x products and the LPC-Link debugger works well with other vendors' boards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached three CAN samples- a very basic one using the CAN peripheral directly, a version using the LPC11C1x on-chip CAN drivers, and an openCAN sample using the on-chip openCAN drivers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532323#M3017</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532324#M3018</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 Oct 06 19:04:17 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply.Obviously these projects base an the same source I've used (Sample Code Bundle for LPC11Cxx Peripherals using Keil's MDK-ARM):&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://ics.nxp.com/support/documents/microcontrollers/?scope=LPC11C14&amp;amp;sort=date&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: There's a little typo in canopen_onchip project, so it's not compiling:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Properties -&amp;gt; C/C++ Build -&amp;gt; Tool Settings -&amp;gt; Settings -&amp;gt; MCU C Compiler -&amp;gt; Directories -&amp;gt; Include paths&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;D:/projects/lpcxpresso/samples/lpc11xx/canopen_onchip/cmsis&lt;BR /&gt;D:/projects/lpcxpresso/samples/lpc11xx/canopen_onchip/config&lt;BR /&gt;D:/projects/lpcxpresso/samples/lpc11xx/canopen_onchip/driver&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;of course should be relative:&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;../cmsis&lt;BR /&gt;../config&lt;BR /&gt;../driver&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've also noticed that CAN On-Chip RAM address 0x1000 0050 to 0x1000 008B isn't excluded (still not sure if that could cause problems).&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: &lt;/STRONG&gt;&lt;BR /&gt;Although there is no LPC11C1x LPCXpresso board today...&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does that mean there will be something like that ... tomorrow?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, is it to late to add a wish-list?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Zero&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532324#M3018</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532325#M3019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by DaveNadler on Sun Nov 14 11:21:56 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: NXP_USA&lt;/STRONG&gt;&lt;BR /&gt;Although there is no LPC11C1x LPCXpresso board today, LPCXpresso has been tested with the LPC11C1x products and the LPC-Link debugger works well with other vendors' boards.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you provide instructions for using the LPClink&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;with the "IAR KickStart Kit for LPC11C14" board ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully this is pretty straight-forward ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards, Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532325#M3019</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: LPC11C14 CAN-Example ?</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532326#M3020</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 Sun Nov 14 11:33:29 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Just connect SWCLK, SWDIO, RESET &amp;amp; GND from LPC-Link (J4) :).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:11:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC11C14-CAN-Example/m-p/532326#M3020</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:11:21Z</dc:date>
    </item>
  </channel>
</rss>

