<?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: Viewing external RAM as lwmem in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Viewing-external-RAM-as-lwmem/m-p/338741#M10908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kelly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, at this moment there is not possible to use TAD in order to see the external memory in the "MQX Lightweight Memory Blocks" window like you need. Sorry for any inconvenience that may cause.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt; Sol &lt;BR /&gt; &lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Feb 2015 00:36:33 GMT</pubDate>
    <dc:creator>soledad</dc:creator>
    <dc:date>2015-02-27T00:36:33Z</dc:date>
    <item>
      <title>Viewing external RAM as lwmem</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Viewing-external-RAM-as-lwmem/m-p/338740#M10907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using lwmem in my Kinetis project and I have external SRAM.&amp;nbsp; It is a K61 with internal SRAM at 0x1FFF0000-0x2000FFFF and External SRAM at 0xA0000000-0xA003FFFF.&amp;nbsp; Is there a way to set up MQX so the TAD can see the external memory in the "MQX Lightweight Memory Blocks" window?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 20:43:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Viewing-external-RAM-as-lwmem/m-p/338740#M10907</guid>
      <dc:creator>kecart</dc:creator>
      <dc:date>2015-02-25T20:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing external RAM as lwmem</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Viewing-external-RAM-as-lwmem/m-p/338741#M10908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kelly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, at this moment there is not possible to use TAD in order to see the external memory in the "MQX Lightweight Memory Blocks" window like you need. Sorry for any inconvenience that may cause.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt; Sol &lt;BR /&gt; &lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 00:36:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Viewing-external-RAM-as-lwmem/m-p/338741#M10908</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-02-27T00:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing external RAM as lwmem</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Viewing-external-RAM-as-lwmem/m-p/338742#M10909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kelly,&lt;/P&gt;&lt;P&gt;Not sure if this does the trick for you but I think it does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the following MQX application example as my starting point.&lt;/P&gt;&lt;P&gt;C:\Freescale\Freescale_MQX_4_1_1_GA\mqx\examples\test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did this on the TWR-K60F120 tower hardware.&lt;/P&gt;&lt;P&gt;Attached is modified linker script.&amp;nbsp; It shortened the default heap size and creates/left space for defining other lwmem pools (my example has them size 0x200).&amp;nbsp; You could define this memory anywhere as far as I can tell.&lt;/P&gt;&lt;P&gt;Attached it my test.c that created 4 additional lwmem pool that can be seem in the "MQX Light Memory Pools" TAD tab.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ScreenHunter_113 Feb. 27 17.01.gif"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/50892i0A87AEC7057670A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="ScreenHunter_113 Feb. 27 17.01.gif" alt="ScreenHunter_113 Feb. 27 17.01.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 23:03:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Viewing-external-RAM-as-lwmem/m-p/338742#M10909</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2015-02-27T23:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing external RAM as lwmem</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Viewing-external-RAM-as-lwmem/m-p/338743#M10910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/51091iF322CE4C846C008D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 19:52:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Viewing-external-RAM-as-lwmem/m-p/338743#M10910</guid>
      <dc:creator>kecart</dc:creator>
      <dc:date>2015-03-05T19:52:50Z</dc:date>
    </item>
  </channel>
</rss>

