Welcome![Sign In][Sign Up]
Location:
Search - fat32

Search list

[BooksMP3_PLAYER_with_HCSD_driver

Description: MP3源码 内有SD2.0 驱动 FAT32 驱动 -MP3 source, there are SD2.0 drive FAT32 drive
Platform: | Size: 385024 | Author: linweibin | Hits:

[SCMFATFs

Description: 基于pic24的fat系统,支持fat16,fat32-Based on the PIC24 s fat systems to support fat16, fat32
Platform: | Size: 196608 | Author: jeans | Hits:

[SCMFAT32insd

Description: SD卡上的FAT32文件系统源代码,能够在任何单片机上使用,轻松使用sd卡-SD card FAT32 file system source code, can be in any single-chip microcomputer use, easy to use sd card
Platform: | Size: 152576 | Author: 齐晓华 | Hits:

[SCMSD_driver_for_s3c2440

Description: 基于S3C2440处理器的sd卡驱动程序,其中还包括了用于测试的fat32文件系统-S3C2440 processor based on the sd card driver, including for testing fat32 file system
Platform: | Size: 351232 | Author: 王义 | Hits:

[SCMC51_UsbHost_SL811_Fat32

Description: SL811 usb host 读写U盘或移动硬盘的数据。含文件系统。fat32格式-SL811 usb host to read and write U disk or mobile hard disk data. Containing file system. fat32 format
Platform: | Size: 48486400 | Author: sayou678 | Hits:

[OtherFAT32

Description: FAT32文件系统函数库单片机C语言建系文件用-FAT32 file system Singlechip C language library lines of documents.
Platform: | Size: 2048 | Author: zbobo | Hits:

[Embeded-SCM Developmsp430F2xxReadSDandFAT32FileSystem

Description: msp430F2xx单片机读写SD卡,采用fat32文件系统-Singlechip msp430F2xx read and write SD card, using fat32 file system
Platform: | Size: 19456 | Author: 张卫 | Hits:

[Embeded-SCM DevelopUCOSFS_SYS

Description: 本资料包括建立在SD卡和NANDFLASH上的文件系统,具体如下: SD卡:FAT32 NANDFLASH:FAT16 SD&NAND:整合的文件系统,SD(FAT32)的盘符是"ide",NANDFLASH(FAT16)的盘符是"FLASH" uc/FS基本使用方法: 1. FS_Init(),在调用uc/FS功能前需要进行初始化 2. FS_IoCtl(),对媒质进行格式化(SD卡用电脑格式化,所以未给出格式化参数) 3. _write_file, 1)FS_FOpen(),建立文件或打开已有文件,返回文件结构指针 2)FS_FWrite(),数据写入文件 3)FS_FClose(),关闭文件 4. _dump_file,1)1)FS_FOpen(),建立文件或打开已有文件,返回文件结构指针 2)FS_FRead(),读出文件数据 3)FS_FClose(),关闭文件 5. FS_Exit(),关闭文件系统. 具体文件系统应用接口见fs_api.h-本资料包括建立在SD卡和NANDFLASH上的文件系统,具体如下: SD卡:FAT32 NANDFLASH:FAT16 SD&NAND:整合的文件系统,SD(FAT32)的盘符是"ide",NANDFLASH(FAT16)的盘符是"FLASH" uc/FS基本使用方法: 1. FS_Init(),在调用uc/FS功能前需要进行初始化 2. FS_IoCtl(),对媒质进行格式化(SD卡用电脑格式化,所以未给出格式化参数) 3. _write_file, 1)FS_FOpen(),建立文件或打开已有文件,返回文件结构指针 2)FS_FWrite(),数据写入文件 3)FS_FClose(),关闭文件 4. _dump_file,1)1)FS_FOpen(),建立文件或打开已有文件,返回文件结构指针 2)FS_FRead(),读出文件数据 3)FS_FClose(),关闭文件 5. FS_Exit(),关闭文件系统. 具体文件系统应用接口见fs_api.h
Platform: | Size: 1565696 | Author: 乔木 | Hits:

[Othersd-reader_source_20081121

Description: Code to access MMC/SD cards with FAT16/FAT32 file system on an Atmel AVR8. Code contains SDHC support (disabled)
Platform: | Size: 277504 | Author: gryph | Hits:

[Windows DevelopFAT32_manual_cn

Description: FAT32文件系统结构微软官方手册,中文版的哟-fat32 manual for windows, microsoft published ,simple chinese edition
Platform: | Size: 300032 | Author: Yang | Hits:

[MiddleWareFAT16

Description: 文件系统功能概论 1)本文件系统兼容FAT16/FAT32文件系统格式,支持长文件名,多级子目录,多盘操作,读写,创建删除文件等等功能。 2)本文件系统采用C代码编写,可以方便的移植于计算机应用平台,一般只需要额外编写磁盘的读写驱动,就可使用文件系统所有的功能。 3)具有文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读取文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。 4)支持同时打开最多达254个文件;并且最大可打开文件数可由编译宏MaximumFCB设定。 5)支持多任务文件操作的功能:文件可同时同时被多个任务打开,但只有其中第一个打开文件的任务可以得到文件的完全读写权限,以实现文件在多任务环境下的并发操作的保护。 如需商业使用,请与作者联系啊:qq:292942278,e-mail:tony_yang123@sina.com.cn demo代码只支持FAT16 -Introduction to File System features 1) The file system compatible format FAT16/FAT32 file system to support long file names, multi-level subdirectory, many disk operations, read and write, create delete files and so on function. 2) The file system used to prepare C code can be easily transplanted into the computer application platform, which generally required to prepare additional disk drives to read and write, you can use all the functions of the file system. 3) has the file buffer functions: 1) read documents, read the location of the buffer zone in the document can be directly read from the file buffer, do not need to read physical disk file buffer size can be used to compile macro EnableFileBuf, TotalFileBUFsQTYeachFCB, FileBUFSize to control . 4) supported at the same time open up to 254 documents and the largest number of documents can be opened by the macro compiler MaximumFCB settings. 5) Supporting file operations mission many features: documents can
Platform: | Size: 689152 | Author: 6756 | Hits:

[Embeded-SCM DevelopFAT32

Description: FAT32文件系统规格书对有一定基础的学习者很有借鉴意义-program design practice and guidance on a basis of a very useful reference learners significance books of practice
Platform: | Size: 297984 | Author: ren | Hits:

[Other Embeded programMCC_FAT32

Description: FAT32 file access for PIC
Platform: | Size: 6144 | Author: winai | Hits:

[uCOSmmc_sd

Description: SD/MMC卡文件读写系统(FAT32),是一个大系统的一部分,但已包括完整的FAT32文件系统各个部分。-SD/MMC card read and write file system (FAT32), is a big part of the system, but have included a complete all parts of FAT32 file system.
Platform: | Size: 10240 | Author: 郑杰 | Hits:

[USB developfat

Description: FAT32文件系统资料,适合做USB接口开发的人参考-FAT32 file system information, suitable USB interface make the development of reference person
Platform: | Size: 1061888 | Author: udb yun | Hits:

[SCMAVR_SDcard_FAT32

Description: AVR 单片机上实现SD卡的读写,支持FAT16、FAT32文件系统,文件和目录的创建删除等文件功能全部实现-AVR single-chip implementation on SD card reader, support for FAT16, FAT32 file system, files and directories to create the delete function and other documents of all implementation
Platform: | Size: 268288 | Author: shanghongwei | Hits:

[Embeded-SCM Developmcb2470_sd_file

Description: lpc2470 SD卡程序 MCI FAT32-lpc2470 SD file
Platform: | Size: 104448 | Author: | Hits:

[SCMMCS_51_SD

Description: MCS51单片机读写SD卡,FAT32文件系统-MCS51 single-chip microcomputer to read and write SD card, FAT32 file system
Platform: | Size: 204800 | Author: velidar | Hits:

[ARM-PowerPC-ColdFire-MIPSFS_FAT32

Description: FAT32文件系统 基于LPC2200,前后台环境,可自己修改适配于各种RTOS。 验证环境: 搭载LPC2200的SmartARM2200开发板,使用该板上的SPI总线利用该程序读写SD卡 由于试验的SD卡比较特殊,1簇仅1扇区,所以不排除该程序对于非该情况的出错可能-FAT32 file system based on the LPC2200, the environment around Taiwan, can modify their own adaptation in a variety of RTOS. Verification environment: SmartARM2200 with the LPC2200 development board, using the on-board SPI bus of the use of the program to read and write SD card SD card as a result of testing is rather special, 1 cluster only 1 sector, so the program does not exclude the situation for non- error may
Platform: | Size: 783360 | Author: Freeman | Hits:

[SCMSDandFat32FileSystem

Description: 提供Sd卡驱动(spi模式)程序,和FAT32文件系统的支持.-Sd card driver provided (spi mode) procedures, and FAT32 file system support.
Platform: | Size: 71680 | Author: 程开考 | Hits:
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »

CodeBus www.codebus.net