<?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: PCAN-View Problem in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/PCAN-View-Problem/m-p/539882#M6687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Tue Nov 05 06:56:46 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: mahalinr&lt;/STRONG&gt;&lt;BR /&gt;Can you please tell me how to add my original linker files which I used in LPC Expresso and place it in eclipse cdt and make the Program to run.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, can't do that. I'm using LPCXpresso and would strongly recommend to use LPCXpresso V6 with managed linker scripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your linker script is complete nonsense since it is for a STM32F103RGT6 (96k RAM, 1MB Flash).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Obviously you are not very familiar with this stuff, so I don't know why you don't use LPCXpresso.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Changing IDE isn't making things easier (at least for people which are trying to help you in a LPCXpresso forum).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 21:55:08 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T21:55:08Z</dc:date>
    <item>
      <title>PCAN-View Problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/PCAN-View-Problem/m-p/539879#M6684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mahalinr on Tue Nov 05 03:32:15 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using LPC11c14 microcontroller and I am trying to implement CAN-Open Pogram in ECLIPSE CDT KEPLER Version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The program is compiling and debugging perfectly but when I connect PCAN-View , it displays a blank screen as my file is not able to show the data for my Program.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Herewith I have attached my main Prog along with my screenshot of my PCAN Output.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to get the output in PCAN&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338163"&gt;main_4.c.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:55:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/PCAN-View-Problem/m-p/539879#M6684</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: PCAN-View Problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/PCAN-View-Problem/m-p/539880#M6685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Tue Nov 05 04:48:07 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Use Debugger to verify that test message is sent. Scope CANH and CANL also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That's showing within 5 minutes if you have a problem with your LPC11Cxx or your PCAN... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your main.c isn't helping us to see what's happening. It's just the old NXP sample without CAN-RAM reservation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No one knows what your Compiler is generating from this...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:55:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/PCAN-View-Problem/m-p/539880#M6685</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: PCAN-View Problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/PCAN-View-Problem/m-p/539881#M6686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mahalinr on Tue Nov 05 05:54:00 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried out your solution and it doesn't send the message.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that I am using linker file &lt;/SPAN&gt;&lt;STRONG&gt;stm32f103-flash.ld&lt;/STRONG&gt;&lt;SPAN&gt; , as my original linker file is not working in Eclipse CDT Kepler version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Herewith I am attaching the linker file for further reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After seeing this file,you will say that this file belongs to Cortex-M3 family,but I have modified the RAM and ROM addressing to make it run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please tell me how to add my original linker files which I used in LPC Expresso and place it in eclipse cdt and make the Program to run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thx in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:55:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/PCAN-View-Problem/m-p/539881#M6686</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: PCAN-View Problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/PCAN-View-Problem/m-p/539882#M6687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Tue Nov 05 06:56:46 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: mahalinr&lt;/STRONG&gt;&lt;BR /&gt;Can you please tell me how to add my original linker files which I used in LPC Expresso and place it in eclipse cdt and make the Program to run.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, can't do that. I'm using LPCXpresso and would strongly recommend to use LPCXpresso V6 with managed linker scripts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your linker script is complete nonsense since it is for a STM32F103RGT6 (96k RAM, 1MB Flash).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Obviously you are not very familiar with this stuff, so I don't know why you don't use LPCXpresso.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Changing IDE isn't making things easier (at least for people which are trying to help you in a LPCXpresso forum).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:55:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/PCAN-View-Problem/m-p/539882#M6687</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: PCAN-View Problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/PCAN-View-Problem/m-p/539883#M6688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mahalinr on Tue Nov 05 07:06:01 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The thing is I am in a situation that I have to work only under eclipse cdt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even I have tried with LPC Expresso and I know it works really well&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:55:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/PCAN-View-Problem/m-p/539883#M6688</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:55:09Z</dc:date>
    </item>
  </channel>
</rss>

