大家好,整理了一个FAT文件系统的开源设计,
原网络的地址如下,下面是我做的一些中文解释。大家可以到原网站获取更多的信息。
http://elm-chan.org/fsw/ff/00index_e.html
英文原文:FatFs is a generic file system module to implement the FAT file system to small embedded systems. The FatFs is written in compliance with ANSI C, therefore it is independent of hardware architecture. It can be incorporated into cheap microcontrollers, such as 8051, PIC, AVR, SH, Z80, H8, ARM and etc..., without any change.
中文译文:
FatFs是一个通用的文件系统模块,以小的嵌入式系统的FAT文件系统。 FatFs的编程遵守的ANSI C格式语法标准,因此,它是具有独立于硬件架构。 在不做任何改变就可以被移植到常用的微控制器中,如8051, PIC, AVR, SH, Z80, H8, ARM等。
FatFs 特点
应用接口
FatFs /微型FatFs模块提供下列功能。
Disk I/O Interface
disk_initialize -初始化的磁盘驱动器
代码下载:
The FatFs/Tiny-FatFs module is a free software and is opened for education, research and development. You can use, modify and/or republish it for personal, non-profit or commercial use without any restriction under your responsibility.
用户217360 2009-7-31 12:33