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

搜索资源列表

  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. SDCard

    0下载:
  2. SD卡详细中文资料。非常适合初学者编写SD卡驱动-Chinese data SD card details. Very suitable for beginners to prepare SD card driver
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:316356
    • 提供者:李成龙
  1. sd-file-system

    1下载:
  2. 本程序是采用KEIL开发的,利用STM32F系列单片机为SD卡上创造文件系统,可以进行读文件、写文件、创建和删除操作。是嵌入式数据采集系统的首选。-This procedure is used KEIL developed using STM32F Microcontroller for SD cards to create the file system, can read files, write documents, create and delete operations. Embedd
  3. 所属分类:SCM

    • 发布日期:2016-11-04
    • 文件大小:8374740
    • 提供者:wl
  1. Based-on-ARM7-LPC2478-and-SD-card-readers-voice-pl

    0下载:
  2. 该代码为C语言所编写的,开发环境为Keil uv2或Keil uv3。代码所实现的功能是:将自然界的声音转换成数字代码,然后通过ARM7将数据以*.mp3格式存入SD卡中,并可以回放。所需的硬件平台是NXP公司的ARM7(LPC2478)开发板一块,另外SD卡带有文件系统,是本人移植的。-The code is written in C language, development environment for Keil uv2 or Keil uv3. Code implemented fun
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-23
    • 文件大小:504380
    • 提供者:菜香闻
  1. SD

    1下载:
  2. SD卡MP3播放(带文件系统)源程序,绝对的高质量,51环境下的操作系统-SD card MP3 player (with the file system) source code, absolute quality, operating under 51 ~ ~ ~ ~
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-02-27
    • 文件大小:82034
    • 提供者:李小龙
  1. s3c2410-sd

    0下载:
  2. s3c2410 SD卡驱动程序,给大家-s3c2410 sd driver
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:8297
    • 提供者:吴东林
  1. ourdev_471759

    0下载:
  2. 用AVR做的数码相框原程序,可以直接读写SD卡。-Digital Photo Frame with AVR to do the original program, you can read and write directly to SD card.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-03
    • 文件大小:25286
    • 提供者:何佳城
  1. SD_Driver

    0下载:
  2. SD卡驱动程序,C语言编写,对SD卡进行读写-SD card driver, C language, on the SD card reader
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:31133
    • 提供者:david
  1. AVRSDCardreader

    0下载:
  2. AVR单片机读写SD卡的源代码,ICC-AVR调试通过-AVR microcontroller source code to read and write SD card, ICC-AVR debugging through
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:85213
    • 提供者:谢克
  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. SDcard_MCS51

    0下载:
  2.  SD卡有两个可选的通讯协议:SD模式和SPI模式。SD模式是SD卡标准的读写方式,但是在选用SD模式时,往往需要选择带有SD卡控制器接口的MCU,或者必须加入额外的SD卡控制单元以支持SD卡的读写。然而,AT89C52单片机没有集成SD卡控制器接口,若选用SD模式通讯就无形中增加了产品的硬件成本。在SD卡数据读写时间要求不是很严格的情况下,选用SPI模式可以说是一种最佳的解决方案。因为在SPI模式下,通过四条线就可以完成所有的数据交换,并且目前市场上很多MCU都集成有现成的SPI接口电路,采用
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:35721
    • 提供者:
  1. SDcardAT89C51

    0下载:
  2. SD卡在现在的日常生活与工作中使用非常广泛,时下已经成为最为通用的数据存储卡。在诸如MP3、数码相机等设备上也都采用SD卡作为其存储设备。SD卡之所以得到如此广泛的使用,是因为它价格低廉、存储容量大、使用方便、通用性与安全性强等优点。既然它有着这么多优点,那么如果将它加入到单片机应用开发系统中来,将使系统变得更加出色。这就要求对SD卡的硬件与读写时序进行研究。对于SD卡的硬件结构,在官方的文档上有很详细的介绍,如SD卡内的存储器结构、存储单元组织方式等内容。要实现对它的读写,最核心的是它的时序,
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-31
    • 文件大小:53825
    • 提供者:
  1. DSP-SD

    0下载:
  2. DSP之SD卡与文件系统彻底研究,希望对大家有帮助。-DSP of the SD card and the file system a thorough study, we want to help.
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:1200452
    • 提供者:chiyu
  1. ARM-SD

    0下载:
  2. 基于ARM和SD卡的微动数据采集系统数据存储技术研究,希望对大家有帮助!-Based on ARM and micro SD card data acquisition system data storage technology, we want to help!
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:420509
    • 提供者:chiyu
  1. C51-SD

    0下载:
  2. 51单片机与SD卡接口设计,希望对大家有帮助!-51 and SD card interface design, we want to help!
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:323195
    • 提供者:chiyu
  1. AVR_Mega16-SD

    0下载:
  2. 用AVR_Mega16显示SD卡内的BMP格式图片和汉字库,希望对大家有帮助!-SD card with AVR_Mega16 show the BMP format pictures and Chinese character library, we want to help!
  3. 所属分类:Communication

    • 发布日期:2017-04-04
    • 文件大小:597294
    • 提供者:chiyu
  1. sdcard

    0下载:
  2. 基于stm32的读取sd卡的官方源代码 基于stm32的读取sd卡的官方源代码-stm32 guangfang yuan dai ma stm32 guangfang yuan dai ma stm32 guangfang yuan dai ma
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:15406
    • 提供者:gongyun
  1. 128SD

    0下载:
  2. 利用avr单片机,读写SD卡的任意扇区,可以移植到任意AVR单片机上,也可以利用这个思路移植到51单片机上-Using avr microcontroller, SD card reader any sector, can be transferred to any AVR microcontroller, you can also use this idea transplanted to 51 SCM
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:32169
    • 提供者:Feng
  1. SD_4_DATA

    0下载:
  2. SD卡驱动程序,包括文件SD_MEM.C和SD_MEM.H,同时还有SD卡协议的相关文档-SD card driver, including file SD_MEM.C and SD_MEM.H, along with SD Card protocol documentation
  3. 所属分类:SCM

    • 发布日期:2017-05-06
    • 文件大小:1250673
    • 提供者:zhan
  1. sd_readCard

    0下载:
  2. SD卡读卡器原理图和程序,源代码是用C语言编写的。-SD card reader schematic and procedures, source code is written using C language.
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:297259
    • 提供者:jank
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com