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

搜索资源列表

  1. sdcard

    0下载:
  2. 收集的一些sd卡的资料,个人感觉还是很有用的,在很多方面的话,具有比较强的可用性,本人利用该资料实现了stm32 sd驱动的开发-Collected sd card data, personal feeling or useful, in many ways, has a strong availability, I use the information-driven development of stm32 sd
  3. 所属分类:File Formats

    • 发布日期:2017-11-30
    • 文件大小:2363346
    • 提供者:wqs131
  1. SD_FAT32

    0下载:
  2. SD卡FAT32文件系统学习手册,配有详细的图片例子说明-SD card FAT32 file system study manual, with detailed pictures examples illustrate
  3. 所属分类:Project Manage

    • 发布日期:2017-11-09
    • 文件大小:258195
    • 提供者:程亮
  1. FAT32

    0下载:
  2. FAT文件系统原理,对编写SD卡的FAT文件系统驱动有帮助-Principle of the FAT file system, the FAT file system write SD card driver
  3. 所属分类:Communication

    • 发布日期:2017-11-30
    • 文件大小:706753
    • 提供者:车信隆
  1. w86l388d

    1下载:
  2. W861388 sd卡的驱动器件的说明手册-W861388 sd card drive device instruction manual
  3. 所属分类:软件工程

    • 发布日期:2013-08-18
    • 文件大小:356763
    • 提供者:温雅豪
  1. Microsoft--FAT32-File-System-

    0下载:
  2. 微软FAT文件系统官方版,对于学习SD卡与windows很有帮助。-The official version of the Microsoft FAT file system
  3. 所属分类:File Formats

    • 发布日期:2017-11-12
    • 文件大小:54714
    • 提供者:gehaoxiang
  1. kpqdh

    0下载:
  2. 科帕奇原厂导航破解成功,这个针对的是原厂导航,导航左上面一个SIM卡,下面一个SD卡的。如果导航软件已经在SD卡里了,那就很容易破解了,或者说已经是破解了,升级程序在网上找吧-Copaci factory navigation crack, this is the original navigation, navigation left above a SIM card, following a SD card. Navigation software in the SD card, it is
  3. 所属分类:File Formats

    • 发布日期:2016-01-24
    • 文件大小:12288
    • 提供者:sun
  1. GX_BOARD

    0下载:
  2. FPGA设计参考电路(SDRAM,SD卡,USB,数码管,I2C,ram)-FPGA design reference circuit (SDRAM, SD card, USB, digital tube, I2C, ram)
  3. 所属分类:Project Design

    • 发布日期:2017-11-26
    • 文件大小:1780853
    • 提供者:dean
  1. fat

    0下载:
  2. FAT32 sd卡 单片机 文件系统-FAT32 mcu sd card
  3. 所属分类:File Formats

    • 发布日期:2017-11-15
    • 文件大小:514045
    • 提供者:姚文斌
  1. MSP430SDFAT16

    0下载:
  2. 基于MSP430和SD卡的FAT16文件系统的设计.pdf-MSP430 SD FAT16 system.pdf
  3. 所属分类:File Formats

    • 发布日期:2017-12-02
    • 文件大小:405499
    • 提供者:姚文斌
  1. usbsd

    0下载:
  2. 关于USB.SD卡的读取已经存储,方便在usb的读取数据以及将读取的数据存储在sd卡上。-Read on USB.SD card has been stored, easy to read in usb data and read data stored in the sd card.
  3. 所属分类:Project Manage

    • 发布日期:2017-11-07
    • 文件大小:1306242
    • 提供者:文毅鹏
  1. SD_MMC

    0下载:
  2. 读写SD卡的c程序,帮助掌握SD卡的应用-SD card reader c program to help grasp the SD card
  3. 所属分类:software engineering

    • 发布日期:2017-12-10
    • 文件大小:1624
    • 提供者:yiyuan
  1. 51_SD_SPI

    0下载:
  2. 51单片机通过CH376芯片以SPI模式读取SD卡。-51 through CH376 chip to read the SD card in SPI mode.
  3. 所属分类:IT Hero

    • 发布日期:2017-11-17
    • 文件大小:6890
    • 提供者:Crick
  1. SDread-write-procedures

    0下载:
  2. SD卡的操作函数,适用于STM32,包括初始化,已经读写操作-SD card manipulation functions, STM32
  3. 所属分类:Software Testing

    • 发布日期:2017-11-30
    • 文件大小:1981147
    • 提供者:桂一鸣
  1. STM32

    0下载:
  2. 最近在学习STM32,在学习的过程中,对相关知识进行了总结,包括ADC转换,sd卡使用,DMA控制等内容。-In the learning of stm32 in the process of learning, knowledge is summarized, including the ADC conversion, sd card, DMA control.
  3. 所属分类:Software Testing

    • 发布日期:2017-12-02
    • 文件大小:20144
    • 提供者:赵鹏飞
  1. sdio_fatfs

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

    • 发布日期:2017-04-10
    • 文件大小:1347136
    • 提供者:赵江
  1. init

    0下载:
  2. 初始化SD卡 Reset: mrs r0, CPSR bic r0, r0, #0x1f orr r0, r0, #0xd3 msr CPSR_fc, r0 -init SD card Reset: mrs r0, CPSR bic r0, r0,#0x1f orr r0, r0,#0xd3 msr CPSR_fc, r0
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:5496
    • 提供者:李渊
  1. Wildfire-M3-V3-SCH

    1下载:
  2. STM32最小系统及相应外围电路的设计原理图,包含串口、网口、sd卡、触摸屏等模块-STM32 minimum system and the corresponding peripheral circuit design schematics, including serial, Ethernet port, sd card, touch screen and other modules
  3. 所属分类:Project Design

    • 发布日期:2017-03-27
    • 文件大小:177084
    • 提供者:王晨阳
  1. SPI

    0下载:
  2. 详细描述了主控制器和SD卡间用SPI总线相互握手机通信的表征和方法及SPI总线拓扑的信息。-Detailed descr iption of the host controller and SD card using the SPI bus between each grip characterization and mobile communications methods and SPI bus topology.
  3. 所属分类:Project Manage

    • 发布日期:2017-05-06
    • 文件大小:1440774
    • 提供者:by
  1. LPC2136_IAP

    0下载:
  2. 随着处理器的发展,IAP升级方式越来越受到欢迎。而IAP升级的方式也由很多,如:通过串口升级、GPRS远程升级、SD卡升级等等。-With the development of processors, IAP upgrade more and more popular. The IAP also upgraded by a number of ways, such as: upgrading through the serial port, GPRS remote upgrade, SD car
  3. 所属分类:Project Design

    • 发布日期:2017-05-02
    • 文件大小:531559
    • 提供者:黄东权
  1. sdmp3pic18

    1下载:
  2. pic单片机与sd卡的使用程序。。。。振南-pic microcontroller
  3. 所属分类:Software Testing

    • 发布日期:2017-04-16
    • 文件大小:224095
    • 提供者:柳亚强
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com