搜索资源列表
在STM32上的SDIO接口的SD卡文件系统
- 一个跑在STM32上的SDIO接口的SD卡文件系统DOSFAT,是别的地方下的试了一下可用
基于DM6437的SD卡文件系统
- 本程序,是基于TIDM6437平台的,主要实现的功能为:能够通过MCBSP0的复用成SPI模式,进行对SD卡的操作,并能成功创建BMP文件!!
UCOSFS_SYS.rar
- 本资料包括建立在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.
SD.rar
- SD卡驱动,包括底层驱动以及fat16的文件系统。,The driver of SD card with fat16 file system
sd_card.rar
- SD卡+文件系统读写,通过文件系统,你可以在你的嵌入式系统上建立文件,进行文件的各种操作,例如文件读写,文件显示,文件创建等,SD card file system, show write read display dell,how to write the sd programe! if you want to use the sd card in productor,this is a example
FAT32insd
- SD卡上的FAT32文件系统源代码,能够在任何单片机上使用,轻松使用sd卡-SD card FAT32 file system source code, can be in any single-chip microcomputer use, easy to use sd card
LPC2312_MP3Player
- 用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.
SDFAT16
- sd卡的读写操作程序,基于fat16文件系统-sd card read and write operating procedures, based on the fat16 file system
061215115325
- sd卡的功能描述,详细地描述了sd的协议和文件系统的编成-sd card function descr iption, a detailed descr iption of the sd of the agreement and file system compiled
sd_ucfs_proteus
- sd卡在proteus上的仿真,加上了ucfs文件系统,整个keil(keil-arm)工程已经建立好,直接可以编译,proteus也是直接可以执行看结果。文件系统可以直接用ultraiso软件打开image.mmc 看到写入的数据。对想学习文件系统和sd卡的人是个入门的好例子。-on the sd card proteus simulation, coupled with the ucfs file system, the entire keil (keil-arm) project has
SD
- sd卡读写成功,能建立文件,fat32系统,速率为100k-sd card reader successfully able to create the file, fat32 system, rate of 100k
SDcode
- 嵌入式 SD卡的相关代码,包括相关的文件系统的东西。-Embedded SD card-related code, including file systems related things.
FAT_FILE_SD
- SD卡文件系统实现,应用于工业数据频繁采集的场合。-SD card file system implementation, frequently used in industrial data collection occasions.
File_SD_OS1
- SD卡读图片显示,基于周立功smart2200开发板,挂ucos-II,有文件系统,我的课程实验,下载即可运行,附带说明。-SD card read picture show, based on ZLG smart2200 development board, hang ucos-II, a file system, my test program, download to run, with instructions.
sd-reader_FAT
- SD卡读卡器开发项目,实现了FAT文件系统。项目中使用的为AVR单片机,包括硬件原理图和整套软件源代码。软件包括sd卡底层驱动代码+FAT文件系统代码+应用层代码。是不是好东东,大家看了就知道。-SD card reader development project, to achieve the FAT file system. Project AVR microcontroller for use, including the hardware schematics and software
SD_FAT
- sd卡文件系统结构介绍,与使用。支持FAT12,FAT16,FAT32等。-sd card file system structure descr iption, and use. Support FAT12, FAT16, FAT32 and so on.
V1.0
- SD卡协议,最通用的V1.0版本的协议,包括物理接口,文件系统,安全验证三部分,很全的资料。-SD card agreement, the most common V1.0 version of the protocol, including physical interfaces, file systems, secure authentication of three parts, it is full of information.
SD卡FATFS
- 基于STM32F407ZG的SD卡文件系统FATFS利用SDIO端口的移植。网上找不到所以自己写了个·-fatfs file system working on stm32f407zg with SDIO
V4-107a_FatFS文件系统例程(SD卡)
- 基于STM32的文件系统FatFS移植程序,已验证可用(STM32 based file system FatFS transplant program, has been verified available)
dsp28335通过SPI通信接口向SD卡写文件
- 该程序在TMS320F28335上运行成功,编译器是ccs6.0,通过spi通信将数据按照fat文件格式写入sd卡,并可以在电脑上查看