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

搜索资源列表

  1. AVR+SD

    0下载:
  2. AVR的SD卡接口程序 包含: SD卡初始化(SPI-MODE) 从SD卡读一个扇区
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1723
    • 提供者:choiceman
  1. sd_IP

    0下载:
  2. SD card controller can just read data using 1 bit SD mode. I have written this core for NIOS2 CPU, Cyclone, but I think it can works with other FPGA or CPLD. Better case for this core is SD clock = 20 MHz and CPU clock = 100 MHz (or in the rati
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8911
    • 提供者:tuya
  1. sd_reader.rar

    0下载:
  2. SD卡读卡器模块的VHDL及软件驱动代码,可作为外设挂接在Avalon总线上。支持以SD模式、4线模式读取。在24MHz时钟驱动下读取速率可达8MByte/s,SD card reader module and software drivers VHDL code, can be articulated as a peripheral bus in Avalon. To support the SD model, 4-wire mode read. Driven by the 24MHz clo
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-21
    • 文件大小:18282
    • 提供者:ctqy
  1. 9mc8051_core.rar

    0下载:
  2. 51单片机模拟SPI或者SD模式读写SD卡分析报告,51 single-chip analog SD or SPI mode of SD card to read and write an analytical report
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:394118
    • 提供者:sss
  1. Verilog-to-do-SD-card

    1下载:
  2. 本文档内是基于Verilog HDL的SD卡SPI模式下的读写程序,内有详细的注释,且通俗易懂。-This document is based on Verilog HDL in the SD card in SPI mode to read and write procedures, which are detailed notes, and easy to understand.
  3. 所属分类:File Formats

    • 发布日期:2015-07-28
    • 文件大小:8192
    • 提供者:快乐天使
  1. MCS51_SD_SPI_driver

    0下载:
  2. SD卡在SPI模式在的全套完整驱动,适用于8051兼容单片机-SD cards in SPI mode of the complete driver for 8051-compliant single-chip
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:24082
    • 提供者:zhangruibin
  1. STM32F10x_SD_SDIO

    0下载:
  2. STM32 SD卡 SDIO方式 已审查版-STM32 SD Card SDIO mode has been censored
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:17387
    • 提供者:胡晓帅
  1. spi_sd

    0下载:
  2. spi 模式 读sd卡,文章很经典,且经过测试,适于初学者入门-sd card spi mode of reading, the article is very classic, and tested, suitable for beginners and entry-
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:504190
    • 提供者:yingjie
  1. sdhc

    0下载:
  2. 没有谁会编写低速模式的下的SDHC驱动,但是众多在低速模式下支持SD/TF/MMC卡的设备正在为不能识别SDHC而苦恼。这是目前唯一能够找到的能够识别SDHC的低速模式下的驱动。经过了上百张不同SD/MMC/TF卡的验证。-No one prepared under low-speed mode SDHC driver, but many in the low-speed mode support SD/TF/MMC card device is not recognized by SDHC a
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:17686
    • 提供者:陈俊
  1. SD_Read_SD_MOD

    0下载:
  2. 用SD模式读SD卡的代码,写功能尚未实现,希望能给您一点帮助!-SD mode with SD card code reading and writing function has not yet been achieved, I hope to give you a little help!
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:25815
    • 提供者:棋棋赢
  1. STM32_fatfs_shell_SDHC

    0下载:
  2. 实现了FATFS+SDHC+SD2.0+SD1.1+Shell+DataFlash。这样功能整合网上绝对没有。大约20 的代码是出自本人。 操作方法: 上电后,发字符串!s0! 进入dataflash shell模式,发字符串close则退出shell模式 发字符串!s1! 进入SD卡shell 模式,发字符串close则退出shell模式 支持MMC(没测试),SD1.0 SD2.0(普通与SDHC) 源码已经在Keil4中运行过,基于STM32F103平台 源码
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-17
    • 文件大小:4741577
    • 提供者:BertonHe
  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. FAT-SD-card-information

    2下载:
  2. 全面透析SD卡与FAT相关资料 包括:4.5万字透视FAT32系统;SD存取介质;SD卡的SPI模式(中文);CSD寄存器解析;基于SPI协议的SD卡读写-FAT SD card with full dialysis-related information, including: 4.5 million characters perspective FAT32 system SD access to media SD card SPI mode (in Chinese) CSD re
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2014-01-31
    • 文件大小:2045479
    • 提供者:张成
  1. SDCard-SPI-mode-

    0下载:
  2. SD卡的SPI方式读写的总结,SD卡有SD模式和SPI模式两种-The SD card s SPI Mode of reading and writing summary, SD card has SD mode and SPI model two kinds
  3. 所属分类:软件工程

    • 发布日期:2017-03-03
    • 文件大小:11234
    • 提供者:天乐
  1. sd-1

    1下载:
  2. SD卡在SD模式下的识别,采用S3C44B0X与W86L388D-SD card in SD mode identification, the use of S3C44B0X and W86L388D
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2013-08-18
    • 文件大小:1187
    • 提供者:林龙
  1. SD-

    0下载:
  2. SD卡使用手册,主要介绍SD的原理及其工作模式,并有一些程序实例-SD card using the manual introduces the principles of SD mode, and there are some instances
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:277581
    • 提供者:肖明
  1. SD

    0下载:
  2. sd卡官方资料,SD卡(Secure Digital Memory Card)是一种为满足安全性、容量、性能和使用环境等各方面的需求而设计的一种新型存储器件,SD卡允许在两种模式下工作,即SD模式和SPI模式,本 系统采用SPI模式。-Official data sd card, SD card (Secure Digital Memory Card) is to meet the security, capacity, performance and use of environmental
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-03
    • 文件大小:1094981
    • 提供者:gaoz
  1. sd-model-reader-program

    0下载:
  2. 这是一个基于SD模式读写SD卡的程序,代码完善,功能齐全。-This is a SD card reader SD mode programs, code, complete functions.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-15
    • 文件大小:383202
    • 提供者:chenyizhong
  1. SD SPI模式verilog外加modelsim仿真结果

    1下载:
  2. SD卡的SPI模式verilog代码,外加modelsim仿真结果。(SD card's SPI mode Verilog code, plus the simulation results of modelsim.)
  3. 所属分类:其他

    • 发布日期:2021-04-11
    • 文件大小:59392
    • 提供者:qwer.123
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com