CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sd interface file

搜索资源列表

  1. ucfs_sam7x_mmc(test_ok_final)

    0下载:
  2. 功能:在AT91SAM7-EK 板上实现用串口(DBGU)操作mmc /sd 上的ucfs文件系统,支持fat文件格式。实现了文件(夹)建立,读写,删除,格式化,容量显示等基本功能,有需要的朋友可以继续添加新功能 。实现了ucos接口,要用到其他的存储介质更容易。因为有现成的ucfs接口驱动。详细情况见文件包中的说明 。 不是高手,做的不好的地方请大家谅解。-functions : In AT91SAM7-EK board realized using serial (DBGU) Opera
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:565.38kb
    • 提供者:moise_yc
  1. STM32_SDIO_FAT

    0下载:
  2. 基于STM32的SDIO 接口SD卡文件系统。FAT的。完整工程代码。keil MDK 3.22A以上版本打开。有问题给我e-mail:66194052@163.com-STM32 based on the SDIO interface SD card file system. FAT' s. Complete engineering codes. keil MDK 3.22A or later to open. There are problems to me e-mail: 66194
  3. 所属分类:uCOS

    • 发布日期:2017-05-19
    • 文件大小:5.25mb
    • 提供者:李家庆
  1. file-manager

    0下载:
  2. 利用stm32实现了SD卡文件管理器,在触摸屏上进行操作。程序界面使用UCGUI制作,请自行添加stm32的库文件(太大不方便上传)。-The stm32 SD card file manager, operate on the touch screen. The program interface use UCGUI making stm32 library file (too inconvenient Upload), please add their own.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-06
    • 文件大小:1.3mb
    • 提供者:杨南风
  1. STM32_DOSFAT

    0下载:
  2. 一个跑在STM32上的SDIO接口的SD卡文件系统DOSFAT-STM32 on a run in the SDIO interface SD card file system DOSFAT
  3. 所属分类:SCM

    • 发布日期:2017-05-10
    • 文件大小:2.08mb
    • 提供者:j
  1. SimpleMP3Player

    0下载:
  2. 源文件下载(使用开发工具RealView MDK,STM32F103V100开发板,其它STM32开发板只需稍作修改即可使用)本程序介绍了一个简整个硬件和软件框架。其中包括文件系统和SD卡和USB接口的应用。-Download source files [using the development tools, RealView MDK, STM32F103V100 development board, other STM32 development board can be used only
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-01
    • 文件大小:324.98kb
    • 提供者:章敏
  1. spi_contrl_sdcard_fat16

    0下载:
  2. SPI接口控制 SD卡 并实现FAT16文件系统spi_contrl_sdcard_fat16.rar-SPI interface SD card and FAT16 file system to achieve spi_contrl_sdcard_fat16.rar
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:93.45kb
    • 提供者:gdgn_526345
  1. 081027FinalReport

    0下载:
  2. - programmer device for AVR ATmega8 - interface with a device and SD card reader for let this device read a code file from it.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-13
    • 文件大小:2.92mb
    • 提供者:sallum
  1. 51-sd

    1下载:
  2. 介绍51 单片机与SD 卡的接口设计原理, 以及FAT32 文件系统的设计和应用程序控制SD 卡读写操作的实现。-Introduced 51 single-chip interface and SD card design principle, as well as the FAT32 file system design and application control the operation of SD card reader to achieve.
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:335.56kb
    • 提供者:martain
  1. STM32_SD_SPI_Driver

    1下载:
  2. SD卡底层驱动,使用STM32的SPI接口与SD卡通讯,采用SPI方式. 文件系统中TFF.C和TFF.H文件不需要改动,只需要改动SD卡操作函数即可即可。 -SD card low level drivers, use the STM32' s SPI communications interface and SD card using SPI mode. File system TFF.C and TFF.H file without changes, just need to c
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:27.44kb
    • 提供者:YOUKI1234
  1. sdcard_mass_storage_controller.tar

    0下载:
  2. The "sd card controller" is a Secure Digital Card Host Controller, which main focus is to provide fast and simple interface to SD/SDHC cards. One of the main goal with this project is that the controller should be usable as a system disk contain a fi
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:2.18mb
    • 提供者:zhong
  1. SD-Card

    0下载:
  2. 完整的fat16文件系统 包括建立目录, 文件,删除目录,文件,追加文件,修改文件。。同时做了一个模拟dos的终端仿真用于测试文件系统-completely fat16 File system connect creat dir file and delte file dir append data to a file modify file and create a hypertrm interface
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:270.74kb
    • 提供者:liujianwei
  1. SD

    0下载:
  2. stm32板上的SD卡的使用,通过SPI接口控制SD卡,不涉及文件系统,只是简单的实现底层读写接口,编译环境为IAR。-stm32 board SD card, SD card through the SPI interface to control the file system does not involve simply the realization of the underlying reader interface, IAR compiler environment.
  3. 所属分类:SCM

    • 发布日期:2017-11-16
    • 文件大小:543.35kb
    • 提供者:黄大侠
  1. TFT240320-demo

    1下载:
  2. TFT LCD code demo HARDWARE AVR mega8,16,32 BL-TFT240320PLUS. An interface can be 8/16 bit mode. TFT LCD arduino shield. SD card File APPLICATION main.c main program. scan SD card and display BMP file on lcd. readm
  3. 所属分类:技术管理

    • 发布日期:2013-03-01
    • 文件大小:118.65kb
    • 提供者:Sindzas
  1. usbPsdioPsdPfatfs(ok)2Pfile_creat

    0下载:
  2. 基于stm32Vet6的usb读写sd,sd的接口是利用sdio模式。产品采集的数据以txt文本的形式存储于sd卡,用户可以首次定义文件名后,后续的文件名自动更新区分之前的。-Based stm32Vet6 USB read and write SD sd interface use SDIO mode. Product data collected by to txt text in the form of storage on the sd card, the user can define
  3. 所属分类:SCM

    • 发布日期:2017-11-20
    • 文件大小:4.66mb
    • 提供者:李静
  1. sdio_fatfs

    0下载:
  2. stm32fF103上面的SD卡SDIO接口机文件系统-stm32fF103 above machine SDIO interface SD card file system
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1.28mb
    • 提供者:赵江
  1. USB-Demo_U-disk

    0下载:
  2. Keil例程,使用LM3S9B96的USB接口实现SD卡读卡器的功能,例程主要部分是SD卡文件系统和USB Device驱动。-Keil routines, use the USB interface of LM3S9B96 to serve as a SD card reader , the main part of the routine are SD card file system and USB Device Driver.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-08
    • 文件大小:950.15kb
    • 提供者:Tanbin
  1. FAT32_SD-Interface-C-function

    0下载:
  2. 在SD卡上实现FAT32文件系统,C实现,可程序结构清晰,简单易懂。里面还有一篇介绍FAT32文件系统的文档,学习代码之前,请耐心将pdf文档研读一遍,这样能达到事半功倍的效果-mplemented on the SD card FAT32 file system, C realized, program structure clear, simple and understandable. There is also a descr iption of the document FAT32 f
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:1.63mb
    • 提供者:jinchaowen
  1. Sd-card

    0下载:
  2. MSP430 SD Card. Interface with spi. Int, Write, Read Sd card. You can use Winhex to file sector begin of the data of file.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:21.79kb
    • 提供者:Tuan
  1. stm32SPI SD

    2下载:
  2. 项目用到的STM32F103芯片SPI接口的SD卡读取与改写存储,带文件操作FAT32操作系统,绝对可以用。(The STM32F103 chip SPI interface of the project uses the SD card reading and rewriting storage, and the file operates the FAT32 operating system, which is absolutely available.)
  3. 所属分类:单片机开发

    • 发布日期:2018-01-09
    • 文件大小:6.52mb
    • 提供者:xiegao12
  1. DSP2812 SPI接口控制SD卡读写操作

    0下载:
  2. 本程序是DSP通过SPI接口访问FAT32文件系统(This procedure is DSP access to FAT32 file system through SPI interface.)
  3. 所属分类:通讯编程

    • 发布日期:2018-05-03
    • 文件大小:89kb
    • 提供者:Alex_Xing
« 12 3 »
搜珍网 www.dssz.com