KDSK 1.3 includes fatfs and mfs file system middleware. I need to decide which to use but can't find documentation for the filesystem. Can someone point me to the Filesystem docs or explain the difference between the MFS and FATFS?
Thanks,
Tom
Solved! Go to Solution.
Hi Tom,
The MFS is documented here:
C:\Freescale\KSDK_1.3.0\doc\filesystem\mqx_mfs
For FATFS I found online documents here:
Thang Le: FreeRTOS and Implementation of FAT file system FatFs on SD card
FRDM K64F Data Logger using FatFs with KSDK 1.2.0 | MCU on Eclipse
FatFs - Generic FAT File System Module
A bit old but...
Using the Portable Open FAT File System (FatF|Freescale
Regards,
David
Hi Tom,
The MFS is documented here:
C:\Freescale\KSDK_1.3.0\doc\filesystem\mqx_mfs
For FATFS I found online documents here:
Thang Le: FreeRTOS and Implementation of FAT file system FatFs on SD card
FRDM K64F Data Logger using FatFs with KSDK 1.2.0 | MCU on Eclipse
FatFs - Generic FAT File System Module
A bit old but...
Using the Portable Open FAT File System (FatF|Freescale
Regards,
David