Location:
Search - fat fs
Search list
Description: 一个小型的FAT文件系统源码-a small FAT file system source code
Platform: |
Size: 52224 |
Author: 李啸天 |
Hits:
Description: UCOS文件系统源代码。支持多种硬件系统,如:SMC, RAM,IDE,CF卡等。使用FAT文件系统,效率很高。但似乎不支持Flash的驱动。-UCOS file system source code. Support for multiple hardware systems, such as : SMC, RAM, IDE, and CF cards. The use of the FAT file system, high efficiency. But it seems not to support Flash drive.
Platform: |
Size: 622592 |
Author: 黄勇 |
Hits:
Description: UCOS-II文件系统使用手册.
It describes the functionality and user API of μC/FS FAT File System.-UCOS-II file system user manual. It describes the functionality and user API of μC/FS FAT File System.
Platform: |
Size: 622592 |
Author: aeron |
Hits:
Description: 一中常用的flash芯片,16*8M.使用该芯片和主控芯片搭成文件系统.可以将引导代码烧录其中. -used in a flash chips, 16* 8M. The use of the chip and chip-dominated swings file system. can be guided code copying them.
Platform: |
Size: 565248 |
Author: liuyong |
Hits:
Description: ucos下的FAT文件系统源码。
config.h
dir.C
disk.C
FAT.C
Fat.h
FDT.C
file.C
floppy.c
floppy.h
format.C
format.h
Harddisk.c
HardDisk.h
INCLUDES.H
OS_CFG.H
OSFile.c
OSFile.h
RWSec.C
Test.c-OUT of the FAT file system source code. Config.h dir.C disk.C FAT.C Fat.h FDT.C file.C floppy.c floppy.h format.C format.h Harddisk . c HardDisk.h INCLUDES.H OS_CFG.H OSFile.c OS File.h RWSec.C Test.c
Platform: |
Size: 41984 |
Author: 易宏宇 |
Hits:
Description: 开发工具:ads1.2 或 gcc for linux
说明:可以供阅读嵌入式fs时参考。内含flash file system驱动原理介绍,以及uclinux和usos2下的各种文件系统实现(yaffs2,ffs,cf card,sd card,fat等),主要是周立功和优龙的代码。-Tools : ads1.2 or gcc for linux : can be read for Embedded fs reference. Intron flash file system driver on principle, Basis and usos2 and the various documents System (yaffs2, ffs. cf card, sd card, fat, etc.), Zhou, who is the main priority and Lung code.
Platform: |
Size: 5876736 |
Author: kvb |
Hits:
Description: fs_lib,arm9的fat文件系统,支持nor,nandflash,很有参考和实用价值-fs_lib, arm9 the fat file system, support nor, nandflash, useful reference and practical value
Platform: |
Size: 50176 |
Author: name |
Hits:
Description: 本书详细介绍当前几大热点ARM嵌入式系统软件模块的c/c++以及UCOSii的编程方法和技巧及其在AM7上的实现。分为5个压缩软件包,每个压缩软件包介绍一种模块的编程方法和技巧。第1个压缩软件包演示了FAT文件系统的基础知识,以及兼容FAT12、FAT16和FAT32的文件系统模块ZLG/FS的源码分析。第2个压缩软件包演示了USB模块驱动程序的设计思想及实现过程。第3个压缩软件包演示了CF卡和IDE硬盘及相应软件模块ZLG/CF的设计思想及实现过程。第4个压缩软件包演示了TCP/IP及相应软件模块ZLG/IP的设计思想及实现过程。第5个压缩软件包演示了GUI模块ZLG/GUI的设计思想和实现过程。
这些模块是在NXP公司的通用ARM微控制器LPC2200系列上调式通过的,可以很容易地移植到基于其他处理器核的嵌入式系统上。
-err
Platform: |
Size: 8759296 |
Author: 刘金周 |
Hits:
Description: FAT16很有参考价值的文件系统,代码免费开放。
Platform: |
Size: 634880 |
Author: 刘畅达 |
Hits:
Description: uC/FS API函数源文件(sd卡的FAT驱动)-uC/FS API function source file (sd card FAT drive)
Platform: |
Size: 13312 |
Author: yehailong |
Hits:
Description: 这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试.
用法很简单, 如下
FILE *fp // 文件指针
unsigned char temp[24]="3.wav" // 文件明需要放在数组里
while(!initialize_media()) // 初始化sd卡
{
Uart_Printf("sd initializing....\n")
}
Uart_Printf("sd ready\n")
fp=fopen(temp, READ) // 打开文件就可以用了, 函数和标准c中的一样,所以不能加载stdio.h
if(!fp)
{
Uart_Printf("open file wrong\n")
while(1)
}
Uart_Printf("open file successed\n") -This code for fat system under 2410, use a sd card
Platform: |
Size: 28672 |
Author: 罗德强 |
Hits:
Description: The Fat Fs module is a middleware that written in ANSI C. There is no platform dependence, so long as the compiler is in compliance with ANSI C. However it handles the system portable FAT structures. You must take the endian into consideration. It must be changed for your platform first or the compiler will abort with an error.
Platform: |
Size: 25600 |
Author: 747 |
Hits:
Description: 我改写的在TFT上显示SD卡中BMP文件的程序,使用了一个日本人写的FAT FS-I have rewritten in TFT display BMP files in the SD card procedures, the use of a Japanese writing FAT FS
Platform: |
Size: 89088 |
Author: 刘靖 |
Hits:
Description: Keil 基于44B0的Mp3播放 44b0+UCOSII+FATFS+UC/FS+MP3Decoder+IDE硬盘驱动-Keil-based 44B0 of the Mp3 player 44b0+ UCOSII+ FATFS+ UC/FS+ MP3Decoder+ IDE hard disk drive
Platform: |
Size: 3374080 |
Author: 高帅虎 |
Hits:
Description: fatfs文件系统,移植很简单,非常好用,比周立功的好用多了,希望大家喜欢。-This is a fat file system,it can be easily used,fatfs is much more useful than ZLG/FS. I hope you can enjoy the FATFS.
Platform: |
Size: 311296 |
Author: ken |
Hits:
Description: Fat Fs system using R8C microcontroller
Platform: |
Size: 58368 |
Author: Madhan |
Hits:
Description: Before I knew about about fatsort I wrote this code to copy files to my iriver e150 which has a stupid fat fs. It uses QProcess::waitForFinished()
Platform: |
Size: 2048 |
Author: mattSmith |
Hits:
Description: Atmel At91SAM9G10平台FAT file system的porting.-Atmel At91SAM9G10 platform FAT file system for porting.
Platform: |
Size: 381952 |
Author: alex |
Hits:
Description: FAT FS ON MMC WITH AVR MEGA32
Platform: |
Size: 292864 |
Author: AK |
Hits:
Description: 嵌入式FAT文件系统免费源码下载
本版本代码完全兼容FAT16/FAT32文件系统总共两种格式,兼容长文件名,
兼容文字编码GB2312/UNICODE汉字编码(文件名完全支持中文),
实现了支持子目录,实现了支持文件的读取,写入,删除,创建等文件系统常用功能。
总之,本文件系统代码全部使用C代码编写,可以移植去各种单片机平台上面实现文件系统模块。
版本:
1.最新_1_目录下的文件名和目录名不可以相同,即改进了建文件和目录的判断算法.
2.最新_2_长文件名生成短文件名,用了其目录项的位置生成,位置在seek_space时获得,建文件和目录的速度加快
3.最新_3_移动指时(f_seek)要与写的缓冲区相对齐,否则设置了多扇区的缓冲区的指针移动写有点问题.
4.(2017-09-26)最新_4_FILE_open_status检查用的是文件目录项的位置来判断,用首簇号和DISK_ID,如果是空文件的话(首簇号是0)判断有点问题(Embedded FAT file system free source code download
This version of the code is fully compatible with the FAT16/FAT32 file system, a total of two formats, compatible with long filenames,
Compatible text encoding GB2312/UNICODE Chinese character encoding (file name fully supported in Chinese),
Support subdirectories are implemented, and common functions of file system such as reading, writing, deleting, creating and supporting files are realized.)
Platform: |
Size: 2433024 |
Author: 路漫漫
|
Hits: