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

搜索资源列表

  1. SD_Spec_V1.10_PartE1_20060303

    0下载:
  2. SD卡规范(PartE1)定义SDIO特性,包含:Bluetooth(Type-A/B)、Camera、GPS、PHS、Wireless LAN...等。 -SD card standard (PartE1) definition SDIO characteristics, including : Bluetooth (Type-A / B), Camera, GPS, PHS, Wireless LAN ... and so on.
  3. 所属分类:其它文档

    • 发布日期:2015-06-11
    • 文件大小:332262
    • 提供者:remote
  1. CEWifiDriverAR6000-21374

    0下载:
  2. Atheros无线芯片AR-6000系列wince 6驱动源代码(这东西我也没用过别问我,我是搜别的wince资源搜到的) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. readme: Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Wi
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:533345
    • 提供者:bd
  1. STRATA

    1下载:
  2. for sdio or sd card source code under pxa270
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:17700
    • 提供者:李茂瓏
  1. SD_standard

    0下载:
  2. sd卡详细的标准,包括物理层协议,文件系统,测试部分,还有主机控制部分,SDIO标准
  3. 所属分类:其它文档

    • 发布日期:2015-06-13
    • 文件大小:3132142
    • 提供者:shewin
  1. CEWifiDriverAR6000-21374

    0下载:
  2. Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation dire
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:589361
    • 提供者:yangzhe
  1. STM32-SDIO_mold

    0下载:
  2. STM32單晶片上SD卡控制(SDIO模式)-STM32 chip,SD card comtrol in SDIO mold
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-13
    • 文件大小:3106990
    • 提供者:大頭
  1. GIFjiema

    0下载:
  2. 采用LZW算法进行解码GIF图片,稍作修改即可支持sd卡,本人亲测在STM32+SDIO平台上解码SD卡中的gif效果尚可-LZW algorithm to decode GIF images, minor modifications to support the sd card, I pro-test STM32+SDIO platform gif effect can still decode the SD card
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-31
    • 文件大小:7085
    • 提供者:shixueqing
  1. nand

    0下载:
  2. sdio 说明DIO在SD标准上定义了一种外设接口。目前,SDIO有两类主要应用——可移动和不可移动。目前的可移动设备作为Palm和Windows Mobile的扩展设备,用来增加蓝牙、照相机、GPS和802.11b功能。不可移动设备遵循相同的电气标准,但不要求符合物理标准。某些手机内包含通过SDIO连接CPU的802.11芯片。此举将“珍贵”的I/ O管脚资源用于更重要的功能。 -sdio instructions on DIO in the SD standard defines a p
  3. 所属分类:Windows Mobile

    • 发布日期:2017-03-27
    • 文件大小:81968
    • 提供者:ye
  1. Bstm32_EFSL_da

    0下载:
  2. 基于STM32微处理器的SD卡(TF卡)文件系统读写.1003ZC,ZD等有SDIO,检查中。,已通过测试。 -Based on the SD card STM32 MCU (TF card) to read and write file system .103 ZC, ZD, such as SDIO, check. Complete source code, has been tested.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-31
    • 文件大小:154326
    • 提供者:积累
  1. STM32_SDIO_FATFS

    0下载:
  2. STM32的通过SDIO接口连接SD卡,并利用FATFS读取SD卡的例程!-The STM32 through SDIO interface to connect the SD card, and use the FATFS read SD card routine!
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:630661
    • 提供者:郑立安
  1. MP3_final

    0下载:
  2. 自制mp3 ·单片机读取sd 卡上的歌曲文件 传送给 vs1003解码 ·可实现 mp3 的基本功能 切歌 暂停 歌词同步 开发环境 mdk ·使用stm32 vet6 单片机 ·sdio 驱动sd 卡 ·sfmc 驱动lcd ·fatfs 文件系统 可识别2G sd 卡 支持长文件名和中文字符 ·包含中文字库-Homemade mp3 microcontroller reads the songs on the sd card file transfer
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-23
    • 文件大小:7315866
    • 提供者:张勇立
  1. STM32_sdio_fatfs

    0下载:
  2. STM32F103的FATFS文件系统移植,特性: 1、SDIO的4位总线查询操作模式,比SPI模式快很多。 2、支持长文件名。 3、支持中文文件名(包括文件夹)。 主函数功能: 1、创建一个文件,并写入测试数据。 2、打卡刚刚创建的文件,读取文件内容并打印输出。 3、扫描SD卡里面的所有文件(包括文件夹)。 4、统计SD容量空间使用情况。 -Transplantation of the STM32F103' s FATFS file system, f
  3. 所属分类:SCM

    • 发布日期:2017-11-02
    • 文件大小:1323223
    • 提供者:罗伟东
  1. quirks

    0下载:
  2. This file contains work-arounds for many known SD/MMC and SDIO hardware bugs.-This file contains work-arounds for many known SD/MMC and SDIO hardware bugs.
  3. 所属分类:Linux-Unix program

    • 发布日期:
    • 文件大小:940
    • 提供者:wangroufer
  1. SDIO_SD

    0下载:
  2. 这个是让单片机通过挂载SD卡跑FatFs文件系统的移植文件,是通过SDIO的方式来读写SD卡。工程是基于STM32RBT6的-This is the microcontroller to run portable document file system FatFs to mount the SD card is through SDIO way to read and write SD card. Project is based STM32RBT6,
  3. 所属分类:SCM

    • 发布日期:2017-11-18
    • 文件大小:55504
    • 提供者:杨宽宽
  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
    • 文件大小:4882671
    • 提供者:李静
  1. 51sd

    0下载:
  2. 普通51内核听过sdio担心模式(spi)进行sd卡读写操作的程序,已经过测试-Normal mode 51 core concerns heard sdio (spi) for sd card reader operating procedures, has been tested
  3. 所属分类:SCM

    • 发布日期:2017-11-29
    • 文件大小:27346
    • 提供者:tianjingiyi
  1. STM32-100-V1-SDcardReader

    0下载:
  2. STM32F103用作读卡器读写SD卡,使用SDIO接口-STM32F103 used as a SDcard reader
  3. 所属分类:SCM

    • 发布日期:2017-05-18
    • 文件大小:4979318
    • 提供者:ljp
  1. SDIO_SDcard

    0下载:
  2. sd卡驱动(sd driver)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2018-04-30
    • 文件大小:3072
    • 提供者:debug1278
  1. File

    0下载:
  2. STM32F1程序,用LCD屏显示TFT SD卡上的二进制图片,无FatFS系统,可以借此了解STM32单片机的SDIO功能,TFT卡如何显示图片。(STM32F1 program, using LCD screen to display the binary images on TFT SD card, without FatFS system, can understand the SDIO function of the STM32 MCU, and how the TFT card di
  3. 所属分类:单片机开发

    • 发布日期:2018-05-02
    • 文件大小:3598336
    • 提供者:dlgarm
  1. STM32利用SDIO驱动SD卡

    3下载:
  2. STM32采用SDIO接口驱动TF卡,实现文件的创建、读写、擦除等功能
  3. 所属分类:嵌入式/单片机编程

« 1 2 3 4 5 67 »
搜珍网 www.dssz.com