<?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中的主题 Implementing small HTTP and File server with TWR-MCF51CN128</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Implementing-small-HTTP-and-File-server-with-TWR-MCF51CN128/m-p/264683#M7932</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I've been trying to setup a HTTP Fileserver with the TWR-MCF51CN128.&lt;/P&gt;&lt;P&gt;What I need to do is show a simple graphic user interface in the home page with data collected with the MCU, plus a button to download a .txt file with raw data inside.&lt;/P&gt;&lt;P&gt;I started with the security_webserver example project, but it uses the Trivial File System, which is read-only, and i need to update the .txt file in real time.&lt;/P&gt;&lt;P&gt;So tried to replace the TFS with the MFS, but apparently it's libraries are too heavy and wont fit in the MCF51CN's 128KB Flash Memory.&lt;/P&gt;&lt;P&gt;I've been trying to reduce the code size here and there, but apparentrly it isn't enough and I wouldn't like to have such a small margin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So, my question is: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there a way to implement a smaller, writable file system so that it will fit the&amp;nbsp; MCF51CN's 128KB Flash Memory?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance to any clue to how to solve this problem. And I apologize for my english. Also, Im kind of new working with MCU's so it's very likely i've been missing something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: Im using MQX 3.8&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Feb 2014 15:03:12 GMT</pubDate>
    <dc:creator>maurodivito</dc:creator>
    <dc:date>2014-02-27T15:03:12Z</dc:date>
    <item>
      <title>Implementing small HTTP and File server with TWR-MCF51CN128</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Implementing-small-HTTP-and-File-server-with-TWR-MCF51CN128/m-p/264683#M7932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I've been trying to setup a HTTP Fileserver with the TWR-MCF51CN128.&lt;/P&gt;&lt;P&gt;What I need to do is show a simple graphic user interface in the home page with data collected with the MCU, plus a button to download a .txt file with raw data inside.&lt;/P&gt;&lt;P&gt;I started with the security_webserver example project, but it uses the Trivial File System, which is read-only, and i need to update the .txt file in real time.&lt;/P&gt;&lt;P&gt;So tried to replace the TFS with the MFS, but apparently it's libraries are too heavy and wont fit in the MCF51CN's 128KB Flash Memory.&lt;/P&gt;&lt;P&gt;I've been trying to reduce the code size here and there, but apparentrly it isn't enough and I wouldn't like to have such a small margin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So, my question is: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there a way to implement a smaller, writable file system so that it will fit the&amp;nbsp; MCF51CN's 128KB Flash Memory?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance to any clue to how to solve this problem. And I apologize for my english. Also, Im kind of new working with MCU's so it's very likely i've been missing something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: Im using MQX 3.8&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 15:03:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Implementing-small-HTTP-and-File-server-with-TWR-MCF51CN128/m-p/264683#M7932</guid>
      <dc:creator>maurodivito</dc:creator>
      <dc:date>2014-02-27T15:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing small HTTP and File server with TWR-MCF51CN128</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Implementing-small-HTTP-and-File-server-with-TWR-MCF51CN128/m-p/264684#M7933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mauro,&lt;/P&gt;&lt;P&gt;To be honest it would be best to move to a Kinetis K60 device.&amp;nbsp; Yes is cost a little more but provides many more resources including much much more RAM and much more performance.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=K60_100&amp;amp;nodeId=01624698C9DE2DDDAF" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=K60_100&amp;amp;nodeId=01624698C9DE2DDDAF"&gt;K60_100: Kinetis K60 Ethernet Crypto 100 MHz MCUs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The MCF51CN128 has only 24KBytes RAM and its support within MQX has been deprecated as of MQX4.0.&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>Tue, 04 Mar 2014 15:51:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Implementing-small-HTTP-and-File-server-with-TWR-MCF51CN128/m-p/264684#M7933</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2014-03-04T15:51:21Z</dc:date>
    </item>
  </channel>
</rss>

