<?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: Processor Expert is generating a .lcf file that is failing.   How do I fix it? in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Processor-Expert-is-generating-a-lcf-file-that-is-failing-How-do/m-p/235398#M1246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can fix the linker file by hand and disable the linker file generation. See point 8 in &lt;A href="http://mcuoneclipse.com/2012/03/10/usb-or-not-cdc-with-processor-expert/" title="http://mcuoneclipse.com/2012/03/10/usb-or-not-cdc-with-processor-expert/"&gt;USB or not: CDC with Processor Expert | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Nov 2013 20:04:35 GMT</pubDate>
    <dc:creator>BlackNight</dc:creator>
    <dc:date>2013-11-28T20:04:35Z</dc:date>
    <item>
      <title>Processor Expert is generating a .lcf file that is failing.   How do I fix it?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Processor-Expert-is-generating-a-lcf-file-that-is-failing-How-do/m-p/235396#M1244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am generating a "Bareboard" project using Processor Expert.&lt;/P&gt;&lt;P&gt;(This will be&amp;nbsp; a bootloader program, and this is why it is bareboard)&lt;/P&gt;&lt;P&gt;I have configured the system, and am generating the project (as is - no user code yet) using the FLASH configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the linker warning:&lt;/P&gt;&lt;P&gt;&amp;gt;Segment m_data have to begin at address aligned to 512&lt;/P&gt;&lt;P&gt;&amp;gt;Please align ORIGIN of m_data segment to 512&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The relevant part of the .lcf file is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KEEP_SECTION { .vectortable }&lt;/P&gt;&lt;P&gt;KEEP_SECTION { .cfmconfig }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MEMORY {&lt;/P&gt;&lt;P&gt;&amp;nbsp; m_interrupts (RX) : ORIGIN = 0x1FFF0000, LENGTH = 0x000001E0&lt;/P&gt;&lt;P&gt;&amp;nbsp; m_text&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RX) : ORIGIN = 0x20000000, LENGTH = 0x00010000&lt;/P&gt;&lt;P&gt;&amp;nbsp; m_data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (RW) : ORIGIN = 0x1FFF01E0, LENGTH = 0x0000FE20&lt;/P&gt;&lt;P&gt;&amp;nbsp; m_cfmprotrom&amp;nbsp; (RX) : ORIGIN = 0x00000400, LENGTH = 0x00000010&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I just ignore this warning?&amp;nbsp; (I don't expect so)&lt;/P&gt;&lt;P&gt;If not, how can I correct this situation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot just modify the .lcf file, as it is generated - as seen in the header section..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using CW 10.5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 19:49:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Processor-Expert-is-generating-a-lcf-file-that-is-failing-How-do/m-p/235396#M1244</guid>
      <dc:creator>Symbolic</dc:creator>
      <dc:date>2013-11-28T19:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Expert is generating a .lcf file that is failing.   How do I fix it?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Processor-Expert-is-generating-a-lcf-file-that-is-failing-How-do/m-p/235397#M1245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am seeing this issue when generating the project for the RAM configuration also, it is not limited to the FLASH configuration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 19:55:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Processor-Expert-is-generating-a-lcf-file-that-is-failing-How-do/m-p/235397#M1245</guid>
      <dc:creator>Symbolic</dc:creator>
      <dc:date>2013-11-28T19:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Expert is generating a .lcf file that is failing.   How do I fix it?</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Processor-Expert-is-generating-a-lcf-file-that-is-failing-How-do/m-p/235398#M1246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can fix the linker file by hand and disable the linker file generation. See point 8 in &lt;A href="http://mcuoneclipse.com/2012/03/10/usb-or-not-cdc-with-processor-expert/" title="http://mcuoneclipse.com/2012/03/10/usb-or-not-cdc-with-processor-expert/"&gt;USB or not: CDC with Processor Expert | MCU on Eclipse&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 20:04:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Processor-Expert-is-generating-a-lcf-file-that-is-failing-How-do/m-p/235398#M1246</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2013-11-28T20:04:35Z</dc:date>
    </item>
  </channel>
</rss>

