搜索资源列表
FAT和硬盘结构
- 基于flash的FAT32/FAT16文件系统说明,和硬盘结构的详细解说-Based on the MTV flash file system that drives the structure and the detailed explanation
uCFSBook
- 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 s
MP3-project
- 编译后直接运行的MP3播放器全部C语言源代码 一个包含FAT文件系统、系统引导 Boot、FLASH Driver等内容的,可以编译后直接运行的MP3播放器的全部C语言源代码, 适合小型嵌入式系统研究。 -compiled directly running the MP3 player all C language source code contains a FAT file system. boot Boot, FLASH Driver and other content.
flashfat16
- ARM芯片44B0读写NAND FLASH 芯片K9F2808以及格式化为FAT文件系统源程序-ARM chip 44B0 literacy NAND Flash chips K9F2808 and formatted for the FAT file system source
cj_256
- 雷电游戏,B发弹,V暂停,C发闪光灯,光标键为方向控制.-Lightning games, B rounds, V suspension, C-fat flash, the cursor keys as a direction control.
file_system_driver(based_uclinux_ucos2)
- 开发工具: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
new_V117
- 最早的mp3原代码,包括fat/flash的底层实现-earliest mp3 original code, including fat / flash realizing the bottom
fat
- :因为NAND Flash 的容量很大,性价比,NAND Flash 在单片机系统中的应用已经很普遍。NAND Flash 可以存储很多数据,为了方便数据的管理,可以采用FAT文件系统对数据进行管理。本文深入讨论了如何在NAND Flash 中建立FAT文件系统。
FATNANDFlash
- 内容描述: 1)FAT文件系统在NAND储存器上的改进运用 2)基于K9F2808UOC的FATl6文件系统 3)基于NAND Flash的FAT文件系统的实现 4)一种基于FAT文件系统的NAND Flash坏块处理方法-Descr iption: 1) FAT file system on NAND memory to improve the use of 2) K9F2808UOC-based file system 3 of FATl6) NAND Flash based
flashfilesd
- SD Flash file system for AVR
HFAT32_v1.1
- HFAT32是我依据FAT标准,按照自己的理解写出来的一个FAT文件系统 特性: 1.HFAT32 是一个小型的嵌入式FAT文件系统,可以方便地在nand flash,RAM和SD Card等 存储设备上创建FAT文件系统和操作它. 2.目前支持FAT16/32,支持长文件名.等等... -FAT based HFAT32 is my standard, according to their own understanding of written in a FAT
flash_fat16
- Nand flash FAT16 文件系统源代码 -Nand flash FAT16 file system source code
flashfat16
- Flash驱动,Fat文件系统的。其实本人也不太清楚具体是什么。。。Sorry-Flash drives, Fat file system. In fact, I am not too sure what is specific. . . Sorry
UDisk
- VC++操作U盘的实例附相关资料,这些资料主要有:Fat文件系统相关资料、U盘文件系统概述、USB项目报告、FAT百皮书、玩ARM7板,开发U盘、用PDIUSBD12和K9F5608U0A设计USB移动闪存以及一个底层实现的U盘程序实例,这些资料都非常好,VC++下开发U盘应用不可多得的好资料。-VC++ examples of operation of U-laws related to disk data mainly: Fat file system data, U disk file s
SCFS2.3
- The Numonyx™ Sector-based Compact File System (SCFS) is an embedded file system that manages Numonyx NAND flash memories, MultiMediaCard™ (MMC) devices and Secure Digital (SD) cards with the File Allocation Table (FAT) file system for
the_Microsoft_Flash_File_System
- 介绍基于windows fat构建flash文件系统的相关要素。-the Microsoft Flash File System
FatFs_R0.08.dev2_April_4-2010
- FatFs R0.08.dev2 April 4, 2010 by Mr.ChaN from Electronic Lives Mfg. http://elm-chan.org This functions are intended for high level data access to MMC/SD/SD HC Flash memory cards formated using the FAT12, FAT16 or FAT32 standards-FatFs R0.08.dev2 A
fat_arm
- arm fat 的实现,有相应的文档,还有对flash的操作。-arm fat realization of a corresponding document, as well as on the flash operation.
FAT-FilesystemDriver
- FAT32 fileSystem implementation on serial spi flash with ARM Cortex M3 LPC1769 microprocessor
Cheap_Flash_FS(普通版)(SPI_Flash版)--嵌入式SPI_FLASH文件系统免费源码,请下载
- Cheap_Flash_FS(普通版)(SPI_Flash版)--嵌入式SPI_FLASH文件系统免费源码,请下载 本代码通过仿真了一个华邦SPI_FLASH的功能,仿真了一个SPI_FLASH的4K sector erase和256 bytes page program 和read data(512 byte)的华帮SPI_FLASH(型号W25Q128BV 16MB) 向上层提供一个扇区读写的转换驱动接口函数. 支持SPI_FLASH片上预分配功能(就是擦一次,写多个扇区的功能)