Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - fat16
Search - fat16 - List
ARMSYS实验二十四:FAT16文件系统的移植与应用 描述:对Nandflash进行格式化,完成文件系统初 始化,并利用FAT16提供的API函数进行文件操作。 另有:flash_tools,观察nandflash扇区内容的工具-Experimental ARMSYS 24: FAT16 file system and application of transplantation Description: on the NANDFLASH format, the completion of the file system initialization, and use the API provided FAT16 file operations function. Otherwise: flash_tools, to observe the contents of the NANDFLASH sector tools
Update : 2024-05-06 Size : 1024 Publisher : minilin

DL : 0
文件系统,9600,fat16,fat32 ,还不错哦-File System, 9600, fat16, fat32, oh well
Update : 2024-05-06 Size : 58368 Publisher : 刘苑新

U盘读写协议:我开发U盘的重要参考代码。 bulk_only传输协议,FAT16文件系统.-U disk read and write an agreement: I developed an important reference U disk code. bulk_only Transfer Protocol, FAT16 file system.
Update : 2024-05-06 Size : 16384 Publisher : 杨尚元

文本结构 硬盘的物理结构 磁盘引导原理 FAT32和FAT16的文件系统格式,FAT表和目录表等信息。是熟悉FAT文件系统结构的很好教材。-Hard copy of the structure of the physical structure of the disk to guide the principle of FAT32 and FAT16 file system format, FAT table and directory information table. Is familiar with the FAT file system structure of a good textbook.
Update : 2024-05-06 Size : 649216 Publisher : twofish

FAT16文件系统源码,很详细,值得参考!-FAT16 file system source code, very detailed, it is also useful!
Update : 2024-05-06 Size : 100352 Publisher : guo

周立功公司开发的一个文件系统源码,支持FAT12,FAT16,FAT32.但暂不支持长文件名.-Week Ligong developed a file system source code, support for FAT12, FAT16, FAT32. But not support long file names.
Update : 2024-05-06 Size : 93184 Publisher : 艰苦

这款MP3播放器以at89c51snd1c为核心,以硬盘为存储介质,液晶屏为双行显示,每行显示7.5个汉字,这块液晶屏以ST7920作为主控制器,内部集成8129个汉字,液晶屏在这个播放器中用来显示歌曲名称以及一些播放状态 支持FAT16,一个分区,不支持FAT32,USB1.1,速度有点慢希望大家能在这个平台上继续完善,并将成果公开。-This MP3 player to at89c51snd1c as the core, the hard disk as storage medium, for dual-line LCD display, each line shows 7.5 Chinese characters, this LCD screen to ST7920 as a main controller, the internal integration of 8129 Chinese characters, the LCD screen in the The player used to display the song name as well as some players state support FAT16, a partition, do not support FAT32, USB1.1, the speed a bit slow in the hope that we can continue to improve the platform, and the results of the open.
Update : 2024-05-06 Size : 630784 Publisher : 林志强

Nand flash FAT16 文件系统源代码 -Nand flash FAT16 file system source code
Update : 2024-05-06 Size : 864256 Publisher : ycd

好东西啊,研究文件系统的必须,给各位有福的朋友们了。-Ah good thing to study the file system must be to you Blessed are the friends.
Update : 2024-05-06 Size : 3072 Publisher : weicon

基于MSP430的FAT16文件系统,主要用于访问SD卡-MSP430 Based on the FAT16 file system, mainly used to access the SD card
Update : 2024-05-06 Size : 23552 Publisher : michaelpan

本资料包括建立在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
Update : 2024-05-06 Size : 1565696 Publisher : 乔木

Code to access MMC/SD cards with FAT16/FAT32 file system on an Atmel AVR8. Code contains SDHC support (disabled)
Update : 2024-05-06 Size : 277504 Publisher : gryph

在s3c44b0下利用SD卡进行WAV文件(FAT16格式)播放的源程序-At S3C44B0 use WAV files to SD card (FAT16 format) playback source
Update : 2024-05-06 Size : 69632 Publisher : czm

用philips lpc2312+DSP实现MP3播放,LCD显示,24C02关机数据,SD卡读写,FAT16/32文件系统.-With philips lpc2312+ DSP implementation MP3 player, LCD display, 24C02 shutdown data, SD card reader, FAT16/32 file system.
Update : 2024-05-06 Size : 56320 Publisher : 张易

windows FAT文件系统的格式文档,中文,很有用的
Update : 2024-05-06 Size : 649216 Publisher : 进则群

DL : 0
CH375 主机文件系统接口(支持FAT12/FAT16) MCS-51单片机C语言的U盘文件读写示例程序-CH375 host file system interface (support FAT12/FAT16) MCS-51 single-chip U of C language sample programs to read and write disk files
Update : 2024-05-06 Size : 17408 Publisher : 林立生

DL : 0
describe functionality reading FAT16
Update : 2024-05-06 Size : 43008 Publisher : hhakan

fat16 biblioteca spi mmc
Update : 2024-05-06 Size : 10240 Publisher : emerson gomes

SCMFAT16
DL : 0
SD卡系统纯源代码模板,提供建立SD文件系统的程序编译系统模式-SD card system of pure source code templates to provide the establishment of procedures for SD file system model compiler system
Update : 2024-05-06 Size : 6144 Publisher : 任勇

fat16, fat32 library source program
Update : 2024-05-06 Size : 693248 Publisher : an sang woo
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 34 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.