CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sd卡 文件系统

搜索资源列表

  1. 在STM32上的SDIO接口的SD卡文件系统

    3下载:
  2. 一个跑在STM32上的SDIO接口的SD卡文件系统DOSFAT,是别的地方下的试了一下可用
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2009-09-28
    • 文件大小:2175847
    • 提供者:sipower
  1. 基于DM6437的SD卡文件系统

    0下载:
  2. 本程序,是基于TIDM6437平台的,主要实现的功能为:能够通过MCBSP0的复用成SPI模式,进行对SD卡的操作,并能成功创建BMP文件!!
  3. 所属分类:DSP编程

    • 发布日期:2011-09-07
    • 文件大小:480401
    • 提供者:lypeng1987
  1. UCOSFS_SYS.rar

    1下载:
  2. 本资料包括建立在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.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2013-08-02
    • 文件大小:1565512
    • 提供者:乔木
  1. SD.rar

    0下载:
  2. SD卡驱动,包括底层驱动以及fat16的文件系统。,The driver of SD card with fat16 file system
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:730217
    • 提供者:zhoufen
  1. sd_card.rar

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:534560
    • 提供者:zsm
  1. FAT32insd

    1下载:
  2. SD卡上的FAT32文件系统源代码,能够在任何单片机上使用,轻松使用sd卡-SD card FAT32 file system source code, can be in any single-chip microcomputer use, easy to use sd card
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:152967
    • 提供者:齐晓华
  1. LPC2312_MP3Player

    1下载:
  2. 用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.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-08
    • 文件大小:56079
    • 提供者:张易
  1. SDFAT16

    0下载:
  2. sd卡的读写操作程序,基于fat16文件系统-sd card read and write operating procedures, based on the fat16 file system
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:102647
    • 提供者:jingxin
  1. 061215115325

    0下载:
  2. sd卡的功能描述,详细地描述了sd的协议和文件系统的编成-sd card function descr iption, a detailed descr iption of the sd of the agreement and file system compiled
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:312471
    • 提供者:zf
  1. sd_ucfs_proteus

    0下载:
  2. 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
  3. 所属分类:SCM

    • 发布日期:2017-03-25
    • 文件大小:612086
    • 提供者:李焕
  1. SD

    0下载:
  2. sd卡读写成功,能建立文件,fat32系统,速率为100k-sd card reader successfully able to create the file, fat32 system, rate of 100k
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-27
    • 文件大小:65777
    • 提供者:yao
  1. SDcode

    0下载:
  2. 嵌入式 SD卡的相关代码,包括相关的文件系统的东西。-Embedded SD card-related code, including file systems related things.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-28
    • 文件大小:207623
    • 提供者:杨昊民
  1. FAT_FILE_SD

    0下载:
  2. SD卡文件系统实现,应用于工业数据频繁采集的场合。-SD card file system implementation, frequently used in industrial data collection occasions.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:349478
    • 提供者:孙文才
  1. File_SD_OS1

    1下载:
  2. 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.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-10
    • 文件大小:2194577
    • 提供者:陈晓
  1. sd-reader_FAT

    0下载:
  2. 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
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:690873
    • 提供者:Davinci
  1. SD_FAT

    0下载:
  2. sd卡文件系统结构介绍,与使用。支持FAT12,FAT16,FAT32等。-sd card file system structure descr iption, and use. Support FAT12, FAT16, FAT32 and so on.
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:12271
    • 提供者:umen
  1. V1.0

    2下载:
  2. 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.
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:684868
    • 提供者:成荣
  1. SD卡FATFS

    1下载:
  2. 基于STM32F407ZG的SD卡文件系统FATFS利用SDIO端口的移植。网上找不到所以自己写了个·-fatfs file system working on stm32f407zg with SDIO
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2013-07-29
    • 文件大小:57615030
    • 提供者:neo
  1. V4-107a_FatFS文件系统例程(SD卡)

    0下载:
  2. 基于STM32的文件系统FatFS移植程序,已验证可用(STM32 based file system FatFS transplant program, has been verified available)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-19
    • 文件大小:3251200
    • 提供者:fenghua2010@
  1. dsp28335通过SPI通信接口向SD卡写文件

    2下载:
  2. 该程序在TMS320F28335上运行成功,编译器是ccs6.0,通过spi通信将数据按照fat文件格式写入sd卡,并可以在电脑上查看
  3. 所属分类:嵌入式/单片机编程

« 12 3 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com