搜索资源列表

  1. 430_source_code

    0下载:
  2. 5个430系列微控制器源代码,开发环境:IAR embeded system,希望对大家有所帮助: 430 and PCF8576是430与PCF8576接口源代码; 430 and SD是430与sd卡接口源代码; 430com是430与pc通讯源代码; 430tcp_ip是430tcp-ip通讯源代码; 430usb是430与usb通讯源代码; 430OLED是430与oled屏通讯源代码; 谢谢!-fi
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:610304
    • 提供者:郭刚
  1. atmega8L-SDcard

    0下载:
  2. atmega8L最小系统读写SD卡的程序。-atmega8L minimum system writable SD card procedures.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:
  1. 1121993034

    0下载:
  2. SD卡简单实现文件系统,是别人发给我的,觉得很有必要放大这里和大家一起共享,希望对你有帮助,谢谢.-SD card to achieve a simple file system, others are sent to me. feels that it is necessary to enlarge, and here we share together, and I hope to help you, thank you.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-09
    • 文件大小:31744
    • 提供者:
  1. linux_2.4.18_mmc

    0下载:
  2. linux2.4.18 SD卡的驱动程序-linux2.4.18 SD Card Driver
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:61440
    • 提供者:lusterzhang
  1. 51-SD

    0下载:
  2. 51模拟SPI读写SD卡(包括Fat和Fat32文件系统)源代码-51 simulated SPI writable SD card (including Fat and hotfix file system) source code
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-09
    • 文件大小:205824
    • 提供者:顾剑杰
  1. loadfromSDCard

    0下载:
  2. SPG290 上SD卡读取写入程序源代码,可直接编译通过.-SPG290 on the SD Card Reader into the source code can be directly translated through.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-09
    • 文件大小:2048000
    • 提供者:
  1. SPI_MMC_FAT

    0下载:
  2. 基于SPI方式的MMC卡的FAT代码,可修改用于SD卡的管理.-MMC card FAT code can be modified for the SD card management.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-09
    • 文件大小:9216
    • 提供者:zhou
  1. SD_RD_WR

    0下载:
  2. ARM7微处理器环境下,实现对SD卡进行读写程序-ARM7 microprocessor environment, the realization of SD cards reading and writing procedures
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-09
    • 文件大小:25600
    • 提供者:左开中
  1. avr_spi_sd

    0下载:
  2. sd卡的开发原程序,AVR单片机SPI模式下读写sd卡.-sd card of the original procedure, AVR SPI mode literacy sd card.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:5120
    • 提供者:xiaozhu
  1. hello_led_0

    0下载:
  2. 一个sd卡读写的源程序,这个程序是基于altera的嵌入式处理器nios的。不包含文件系统,代码简单明了,强烈推荐-A sd card reader of the source, this procedure is based on altera s Nios embedded processor. Does not contain a file system, the code is simple and clear, strongl
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:肖卫华
  1. SDMMC_pxa270

    0下载:
  2. 自制PDA系列之sd卡驱动(处理器PXA270,sd插槽SCDA1A0100)-homemade PDA series sd card driver (PXA270 processor, sd slot SCDA1A0100)
  3. 所属分类:Windows CE

    • 发布日期:2024-05-09
    • 文件大小:378880
    • 提供者:张神
  1. sdcarpdf

    0下载:
  2. 我找了很久的sd卡内部电路全部资料,英文PDF格式,-find me a long time sd card internal circuit all the information in English in PDF format.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:5961728
    • 提供者:周铭
  1. SDTests

    0下载:
  2. 来自网上好心人的好东东,关于SD卡读写的,内附protel原理图-online goodhearted people from the good Eastern, on the SD Card Reader, containing the diagram protel
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-09
    • 文件大小:147456
    • 提供者:Lee
  1. SD_card_driver

    0下载:
  2. 适用与S3C2410A和S3C2440A的SD卡驱动程序,Linux平台。-apply S3C2410A and S3C2440A SD card driver, the Linux platform.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-09
    • 文件大小:17408
    • 提供者:庄先生
  1. SDCardreadwrite

    0下载:
  2. 一个SD卡读写程序 硬件平台:atmega8L 最小系统 硬spi(sd 卡的初始化采用了io 口模拟时序,因为在实验中发现要使 用较低的速率才能稳定的初始化) 软件开发平台:ICC-AVR version 6.31a 硬件配置:atmega8L 内部8m 时钟 sandisk 128m sd 卡-an SD Card Reader procedures hardware platforms : atmega8L
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:41984
    • 提供者:问问问
  1. 20070103142205875

    1下载:
  2. 这个是在LINUX下编写的SD卡的读写..注意区别系统的不同-this is the preparation of the LINUX SD card write .. attention to the distinction between different systems
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:83968
    • 提供者:汤佩
  1. zlgSD

    0下载:
  2. ZLG是SD卡读写程序,里头有详细的函数说明,大家一起用.谢谢.-ZLG SD Card Reader is a procedure, he got the detailed function that we used together. Thank you.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:19456
    • 提供者:wangjun
  1. ARM_FileSystem

    0下载:
  2. ARM下面带文件操作的SD卡读写程序,主控为LPC2100系列-ARM document with the following operating procedures SD Card Reader, prosecuting for the LPC2100 series
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:178176
    • 提供者:4966985
  1. SD____12345

    0下载:
  2. SD卡规范协议,sd卡介绍,SD开发参考,一个不错的资料-SD card standard agreement, sd card, the reference SD development, a good information
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:689152
    • 提供者:szt
  1. SD_FAT16

    0下载:
  2. sd卡 fat16文件系统 spi模式十分详细读写操作 -sd card spi fat16 file system model is very detailed literacy operation
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-09
    • 文件大小:100352
    • 提供者:David
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »

源码中国 www.ymcn.org