<?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 Problem getting started with MPC56xxS Software Graphics Library in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/Problem-getting-started-with-MPC56xxS-Software-Graphics-Library/m-p/265505#M223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to flash some of the MPC56xxS Software Graphics Library (LibsV2_0R46) Lab exercises on my 5606S board, and I keep getting an error 18.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I removed the QSPI section from the LCF file, and the project compiles fine then, but programming fails with "Programming address $&amp;nbsp;&amp;nbsp; Error - out of memory".&lt;/P&gt;&lt;P&gt;The erase works fine too. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A different (small) application flashes fine, so the board and processor are okay.&lt;/P&gt;&lt;P&gt;I'm using CW MPC56xx 2.9.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any hint as to what might be the cause for this?&amp;nbsp; I'm sure there's a simple explanation...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Feb 2014 22:31:59 GMT</pubDate>
    <dc:creator>fieroluke</dc:creator>
    <dc:date>2014-02-27T22:31:59Z</dc:date>
    <item>
      <title>Problem getting started with MPC56xxS Software Graphics Library</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Problem-getting-started-with-MPC56xxS-Software-Graphics-Library/m-p/265505#M223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to flash some of the MPC56xxS Software Graphics Library (LibsV2_0R46) Lab exercises on my 5606S board, and I keep getting an error 18.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I removed the QSPI section from the LCF file, and the project compiles fine then, but programming fails with "Programming address $&amp;nbsp;&amp;nbsp; Error - out of memory".&lt;/P&gt;&lt;P&gt;The erase works fine too. &lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A different (small) application flashes fine, so the board and processor are okay.&lt;/P&gt;&lt;P&gt;I'm using CW MPC56xx 2.9.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any hint as to what might be the cause for this?&amp;nbsp; I'm sure there's a simple explanation...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 22:31:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Problem-getting-started-with-MPC56xxS-Software-Graphics-Library/m-p/265505#M223</guid>
      <dc:creator>fieroluke</dc:creator>
      <dc:date>2014-02-27T22:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem getting started with MPC56xxS Software Graphics Library</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Problem-getting-started-with-MPC56xxS-Software-Graphics-Library/m-p/265506#M224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There can be several reasons for “Error 18”. I have already met the following:&lt;/P&gt;&lt;P&gt;- your license for CodeWarrior was limited – check the restricted C-code and data size of your license.&lt;/P&gt;&lt;P&gt;- s-record file contains records that does not belong to flash – check the linker file if everything is ok.&lt;/P&gt;&lt;P&gt;- censored device. This is not your case for sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 12:21:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Problem-getting-started-with-MPC56xxS-Software-Graphics-Library/m-p/265506#M224</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2014-02-28T12:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem getting started with MPC56xxS Software Graphics Library</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Problem-getting-started-with-MPC56xxS-Software-Graphics-Library/m-p/265507#M225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, you are correct!&lt;/P&gt;&lt;P&gt;Turns out the license was indeed limited - at least the flash utility was, it's the 128K version.&lt;/P&gt;&lt;P&gt;I had assumed that a demo that only contained the lib and not much else would be within the 128K limit. It was not.&lt;/P&gt;&lt;P&gt;In any case, the error message was a bit misleading, a "feature not licensed" or "file exceeds 128K" would have been more meaningful than "error 18 - out of memory". Oh well.&lt;/P&gt;&lt;P&gt;I have to get the unlimited version now...&lt;/P&gt;&lt;P&gt;anyway, thanks again for your quick help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 18:51:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Problem-getting-started-with-MPC56xxS-Software-Graphics-Library/m-p/265507#M225</guid>
      <dc:creator>fieroluke</dc:creator>
      <dc:date>2014-02-28T18:51:28Z</dc:date>
    </item>
  </channel>
</rss>

