<?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>MQX Software Solutions中的主题 Re: RAM available</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/RAM-available/m-p/169166#M1788</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my firmware the user can assign different applications to the three communication channels provided by the MCF52259.&lt;/P&gt;&lt;P&gt;I am trying to determine how much memory each application uses so I can ensure that I won't be running out of memory.&lt;/P&gt;&lt;P&gt;This is not as easy as it seems since the TCP/IP tasks allocate blocks as they go.&lt;/P&gt;&lt;P&gt;The TAD provides a listing of memory use and lists the owner as free for available memory.&lt;/P&gt;&lt;P&gt;Sometimes the "free" owner is listed several times. Is the sum of all free equal to the actual memory available?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish I could find a way of copying the table into an excell spreadsheet for analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2012 23:10:51 GMT</pubDate>
    <dc:creator>drummer</dc:creator>
    <dc:date>2012-03-19T23:10:51Z</dc:date>
    <item>
      <title>RAM available</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/RAM-available/m-p/169164#M1786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to know if there is a place in TAD to see how much RAM is still available to use for new tasks?&lt;/P&gt;&lt;P&gt;Running MCF52259 with MQX 3.4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 08:51:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/RAM-available/m-p/169164#M1786</guid>
      <dc:creator>MQXuser</dc:creator>
      <dc:date>2010-01-21T08:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: RAM available</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/RAM-available/m-p/169165#M1787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, MQX -&amp;gt; Memory Blocks or Lightweight Memory Blocks (Owner == Free).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PetrM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2010 18:44:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/RAM-available/m-p/169165#M1787</guid>
      <dc:creator>PetrM</dc:creator>
      <dc:date>2010-01-21T18:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: RAM available</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/RAM-available/m-p/169166#M1788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my firmware the user can assign different applications to the three communication channels provided by the MCF52259.&lt;/P&gt;&lt;P&gt;I am trying to determine how much memory each application uses so I can ensure that I won't be running out of memory.&lt;/P&gt;&lt;P&gt;This is not as easy as it seems since the TCP/IP tasks allocate blocks as they go.&lt;/P&gt;&lt;P&gt;The TAD provides a listing of memory use and lists the owner as free for available memory.&lt;/P&gt;&lt;P&gt;Sometimes the "free" owner is listed several times. Is the sum of all free equal to the actual memory available?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wish I could find a way of copying the table into an excell spreadsheet for analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 23:10:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/RAM-available/m-p/169166#M1788</guid>
      <dc:creator>drummer</dc:creator>
      <dc:date>2012-03-19T23:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: RAM available</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/RAM-available/m-p/169167#M1789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes, you need to sum all free blocks to get overall free memory.&lt;/P&gt;&lt;P&gt;There are also functions in mem_util.c (_mem_get_highwater...) that could help you to find out the maximum amount of memory ever used.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;PetrM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 20:09:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/RAM-available/m-p/169167#M1789</guid>
      <dc:creator>PetrM</dc:creator>
      <dc:date>2012-04-04T20:09:27Z</dc:date>
    </item>
  </channel>
</rss>

