<?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: KDSK 1.3 Filesystem Middleware in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDSK-1-3-Filesystem-Middleware/m-p/392036#M1173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;The MFS is documented here:&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.3.0\doc\filesystem\mqx_mfs &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For FATFS I found online documents here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://letrungthang.blogspot.com/2011/09/freertos-and-implementation-of-fat-file.html" title="http://letrungthang.blogspot.com/2011/09/freertos-and-implementation-of-fat-file.html"&gt;Thang Le: FreeRTOS and Implementation of FAT file system FatFs on SD card&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2015/07/29/frdm-k64f-data-logger-using-fatfs-with-ksdk-1-2-0/" title="http://mcuoneclipse.com/2015/07/29/frdm-k64f-data-logger-using-fatfs-with-ksdk-1-2-0/"&gt;FRDM K64F Data Logger using FatFs with KSDK 1.2.0 | MCU on Eclipse&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://elm-chan.org/fsw/ff/00index_e.html" title="http://elm-chan.org/fsw/ff/00index_e.html"&gt;FatFs - Generic FAT File System Module&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;A bit old but...&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/training/online-academy/using-the-portable-open-fat-file-system-fatfs-with-codewarrior-v10-and-processor-expert-development-tools:WBNR_FTF11_ENT_F0345" title="http://www.freescale.com/training/online-academy/using-the-portable-open-fat-file-system-fatfs-with-codewarrior-v10-and-processor-expert-development-tools:WBNR_FTF11_ENT_F0345"&gt;Using the Portable Open FAT File System (FatF|Freescale&amp;nbsp; &lt;/A&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>Tue, 13 Oct 2015 15:29:14 GMT</pubDate>
    <dc:creator>DavidS</dc:creator>
    <dc:date>2015-10-13T15:29:14Z</dc:date>
    <item>
      <title>KDSK 1.3 Filesystem Middleware</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDSK-1-3-Filesystem-Middleware/m-p/392035#M1172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KDSK 1.3 includes fatfs and mfs file system middleware.&amp;nbsp; I need to decide which to use but can't find documentation for the filesystem.&amp;nbsp; Can someone point me to the Filesystem docs or explain the difference between the MFS and FATFS?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 23:25:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDSK-1-3-Filesystem-Middleware/m-p/392035#M1172</guid>
      <dc:creator>tomtalkington</dc:creator>
      <dc:date>2015-10-12T23:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: KDSK 1.3 Filesystem Middleware</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDSK-1-3-Filesystem-Middleware/m-p/392036#M1173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;The MFS is documented here:&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.3.0\doc\filesystem\mqx_mfs &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For FATFS I found online documents here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://letrungthang.blogspot.com/2011/09/freertos-and-implementation-of-fat-file.html" title="http://letrungthang.blogspot.com/2011/09/freertos-and-implementation-of-fat-file.html"&gt;Thang Le: FreeRTOS and Implementation of FAT file system FatFs on SD card&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://mcuoneclipse.com/2015/07/29/frdm-k64f-data-logger-using-fatfs-with-ksdk-1-2-0/" title="http://mcuoneclipse.com/2015/07/29/frdm-k64f-data-logger-using-fatfs-with-ksdk-1-2-0/"&gt;FRDM K64F Data Logger using FatFs with KSDK 1.2.0 | MCU on Eclipse&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://elm-chan.org/fsw/ff/00index_e.html" title="http://elm-chan.org/fsw/ff/00index_e.html"&gt;FatFs - Generic FAT File System Module&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;A bit old but...&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/training/online-academy/using-the-portable-open-fat-file-system-fatfs-with-codewarrior-v10-and-processor-expert-development-tools:WBNR_FTF11_ENT_F0345" title="http://www.freescale.com/training/online-academy/using-the-portable-open-fat-file-system-fatfs-with-codewarrior-v10-and-processor-expert-development-tools:WBNR_FTF11_ENT_F0345"&gt;Using the Portable Open FAT File System (FatF|Freescale&amp;nbsp; &lt;/A&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>Tue, 13 Oct 2015 15:29:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KDSK-1-3-Filesystem-Middleware/m-p/392036#M1173</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2015-10-13T15:29:14Z</dc:date>
    </item>
  </channel>
</rss>

