<?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 Message RAM in CAN controller on LPC54618 in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Message-RAM-in-CAN-controller-on-LPC54618/m-p/750242#M30218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the LPCXpresso54618 demo board with CAN FD kit.&lt;/P&gt;&lt;P&gt;Do I have to instruct the linker not to use the RAM area I dedicated to the CAN controller?&lt;/P&gt;&lt;P&gt;How is this done?&lt;/P&gt;&lt;P&gt;I cannot find any hint in the provided CAN example software.&lt;/P&gt;&lt;P&gt;In the demo the message RAM starts at 0x2001000.&lt;/P&gt;&lt;P&gt;The memory configuration tells the linker to use the whole 160kB RAM area.&lt;/P&gt;&lt;P&gt;Is this correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Carsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jan 2018 16:37:00 GMT</pubDate>
    <dc:creator>carstenhoffmann</dc:creator>
    <dc:date>2018-01-23T16:37:00Z</dc:date>
    <item>
      <title>Message RAM in CAN controller on LPC54618</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Message-RAM-in-CAN-controller-on-LPC54618/m-p/750242#M30218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the LPCXpresso54618 demo board with CAN FD kit.&lt;/P&gt;&lt;P&gt;Do I have to instruct the linker not to use the RAM area I dedicated to the CAN controller?&lt;/P&gt;&lt;P&gt;How is this done?&lt;/P&gt;&lt;P&gt;I cannot find any hint in the provided CAN example software.&lt;/P&gt;&lt;P&gt;In the demo the message RAM starts at 0x2001000.&lt;/P&gt;&lt;P&gt;The memory configuration tells the linker to use the whole 160kB RAM area.&lt;/P&gt;&lt;P&gt;Is this correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Carsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 16:37:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Message-RAM-in-CAN-controller-on-LPC54618/m-p/750242#M30218</guid>
      <dc:creator>carstenhoffmann</dc:creator>
      <dc:date>2018-01-23T16:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Message RAM in CAN controller on LPC54618</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Message-RAM-in-CAN-controller-on-LPC54618/m-p/750243#M30219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Carsten,&lt;/P&gt;&lt;P&gt;please also have a look at Norbert and my findings here:&amp;nbsp;&lt;A href="https://community.nxp.com/thread/464785"&gt;https://community.nxp.com/thread/464785&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(sorry, can't help you if you are using MCUExpresso, using Keil on my end)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 05:33:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Message-RAM-in-CAN-controller-on-LPC54618/m-p/750243#M30219</guid>
      <dc:creator>carstengroen</dc:creator>
      <dc:date>2018-01-24T05:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Message RAM in CAN controller on LPC54618</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Message-RAM-in-CAN-controller-on-LPC54618/m-p/750244#M30220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Carsten,&lt;/P&gt;&lt;P&gt;I noticed the other thread. Still not solved...&lt;/P&gt;&lt;P&gt;Could there be a correlation between both subjects?&lt;/P&gt;&lt;P&gt;Do you instruct your linker not to use the CAN message RAM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 12:27:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Message-RAM-in-CAN-controller-on-LPC54618/m-p/750244#M30220</guid>
      <dc:creator>carstenhoffmann</dc:creator>
      <dc:date>2018-01-24T12:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Message RAM in CAN controller on LPC54618</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Message-RAM-in-CAN-controller-on-LPC54618/m-p/750245#M30221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carsten,&lt;/P&gt;&lt;P&gt;I use a scatter file for the linker which basically tells the linker to keep away from the memory I have allocated (using the "at" attribute) for the CAN ROM API.&lt;/P&gt;&lt;P&gt;I'm sorry, I don't know the details of the MCUExpresso!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 14:44:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Message-RAM-in-CAN-controller-on-LPC54618/m-p/750245#M30221</guid>
      <dc:creator>carstengroen</dc:creator>
      <dc:date>2018-01-24T14:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Message RAM in CAN controller on LPC54618</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Message-RAM-in-CAN-controller-on-LPC54618/m-p/750246#M30222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Carsten,&lt;/P&gt;&lt;P&gt;since this is a beginner's question maybe somebody else can help doing this with MCUXpresso.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 16:03:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Message-RAM-in-CAN-controller-on-LPC54618/m-p/750246#M30222</guid>
      <dc:creator>carstenhoffmann</dc:creator>
      <dc:date>2018-01-25T16:03:51Z</dc:date>
    </item>
  </channel>
</rss>

