<?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: MFS file system limitation in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MFS-file-system-limitation/m-p/237569#M11368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi netra,&lt;/P&gt;&lt;P&gt;my personal recommendation would be to use the latest Freescale MQX release, currently it is in version 4.0.1. Another general recommendation, always check return values (error codes) from MQX API functions. The error code may give some clue on what is going on. Try to mount the file system to a ramdisk. That would help to identify at least if a problem is in the RTCS application code or in the MFS application code (write to external flash).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 May 2013 12:12:41 GMT</pubDate>
    <dc:creator>Martin_</dc:creator>
    <dc:date>2013-05-22T12:12:41Z</dc:date>
    <item>
      <title>MFS file system limitation</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MFS-file-system-limitation/m-p/237568#M11367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to download 50 kb file through ftp .Ftp is getting corrupted .&lt;/P&gt;&lt;P&gt;Can anyone one tell me why?&lt;/P&gt;&lt;P&gt;I am using mqx 3.5 and mcf52259.&lt;/P&gt;&lt;P&gt;I have mounted file system on external flash .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 12:42:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MFS-file-system-limitation/m-p/237568#M11367</guid>
      <dc:creator>netra</dc:creator>
      <dc:date>2013-05-14T12:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: MFS file system limitation</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MFS-file-system-limitation/m-p/237569#M11368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi netra,&lt;/P&gt;&lt;P&gt;my personal recommendation would be to use the latest Freescale MQX release, currently it is in version 4.0.1. Another general recommendation, always check return values (error codes) from MQX API functions. The error code may give some clue on what is going on. Try to mount the file system to a ramdisk. That would help to identify at least if a problem is in the RTCS application code or in the MFS application code (write to external flash).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 12:12:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MFS-file-system-limitation/m-p/237569#M11368</guid>
      <dc:creator>Martin_</dc:creator>
      <dc:date>2013-05-22T12:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: MFS file system limitation</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MFS-file-system-limitation/m-p/237570#M11369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply. I am not getting any error but the content of file extracted through ftp is not having the content expected it has to be when total size of all the&amp;nbsp; files present in file system&amp;nbsp; is more than 60kb . Data present in file is incomplete.&lt;/P&gt;&lt;P&gt;e.g I have written in the file "MFS file system" but on extracting the file the content is only "MFS file".&lt;/P&gt;&lt;P&gt;As soon as I delete any other file and size is reduced and is less than 60kb .&lt;/P&gt;&lt;P&gt;I am receiving complete data that I am writing . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 04:26:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MFS-file-system-limitation/m-p/237570#M11369</guid>
      <dc:creator>netra</dc:creator>
      <dc:date>2013-05-28T04:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: MFS file system limitation</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MFS-file-system-limitation/m-p/237571#M11370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi netra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on 802.3 ethernet, there is CRC-32 calculated by the transmitting node and then again by the receiving node on each frame. If they don't match, the frame is discarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on FTP protocol, TCP is used, so the reception of all transmit frames is guaranteed by the TCP protocol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore, the issue sounds to me like a programming error. Over FTP, the data, that is sent, is also received. So, I guess the data corruption in payload occurs somewhere else. Either on server or client side. Maybe you can use a network protocol analyzer tool, like Wireshark, to capture FTP packets and check if they have expected data payload. If possible, try to minimize your application (disable some modules and tasks, like usb, or graphics etc) and see if it has positive effect. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 May 2013 05:33:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MFS-file-system-limitation/m-p/237571#M11370</guid>
      <dc:creator>Martin_</dc:creator>
      <dc:date>2013-05-28T05:33:52Z</dc:date>
    </item>
  </channel>
</rss>

