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

搜索资源列表

  1. ReadWrite

    0下载:
  2. Read and Write file SD Card with TM4C123GXL-Read and Write file SD Card with TM4C123GXL
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-12
    • 文件大小:1057
    • 提供者:Moumita Dey
  1. avr128-fatfs

    0下载:
  2. 使用AVR128芯片,加上SD卡,进行文件系统的读写,移植了FATFS文件系统-Use AVR128 chip, plus an SD card, read and write file system, the file system transplanted FATFS
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:531522
    • 提供者:王晶
  1. STM32_SD_FAT32

    0下载:
  2. STM32F107的SD卡FAT32文件读写,有源码和开发资料-STM32F107 SD card read and write FAT32 files, source code and development information
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-12
    • 文件大小:2937506
    • 提供者:pankun502
  1. music-Player-based-on-FPGA

    0下载:
  2. 设计了一种基于Altera FPGA的音乐播放器,能够实现从SD卡中读取所有音乐文件,并通过开发板送至DAC数模转换器并播放出音频文件。本设计基于SOPC技术,使用Nios2软核处理器实现,包括软硬件设计两个部分。硬件部分主要负责对SD卡控制器的ip核编写及调试,实现硬件所需功能。软件部分主要负责对SD卡按时序进行音频文件的读取操作以及音频信息的输出。同时,制作了一个小型的音乐播放模块,实现音乐的播放。最终作品基本满足要求。-Altera FPGA-based design of a music
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:164248
    • 提供者:张经科
  1. DE2_SD_Card_Audio(quartus-9.0)

    1下载:
  2. 本代码为Altera DE2开发板例程源码(EP2C35F672C6),quartus II 9.0以上版本均可编译(随板光盘为quartus II 7.2版在9.0以上版本上编译会报错)。本工程实现SD的音频播放器,即通过FPGA控制SD卡,读取SD的音频文件,通过WM8731进行播放。-In this demonstration we show how to implement an SD Card Music Player on the DE2 board, in which th
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-27
    • 文件大小:10077775
    • 提供者:chenxin
  1. STM32F103_MP3

    0下载:
  2. 基于STM32的MP3源码程序,读取SD卡中的音乐文件,具有随机播放和循环播放功能。-STM32-based MP3-source program, read the SD card music files with random play and repeat function.
  3. 所属分类:SCM

    • 发布日期:2017-05-17
    • 文件大小:4325926
    • 提供者:贾宁宁
  1. SDtest

    0下载:
  2. Small sketch to use with Aeduino to read SD cards directory.
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-12
    • 文件大小:792
    • 提供者:Pougaud
  1. SD_TOUCH

    0下载:
  2. 基于STM32F103的SD卡读写及触摸功能。能够实现SD卡的读写,并且可以在神州三号上直接运行。-Based on the SD card read and write and touch function of STM32F103.Can achieve the SD card read and write, and can be run directly on the shenzhou number 3.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-02
    • 文件大小:537906
    • 提供者:august
  1. SD_TOUCH_FATFSPpic

    0下载:
  2. 基于STM32F103的文件管理系统。移植了FATFS文件系统,从SD卡中读取JPEG与bmp格试图片,然后显示。并带有触摸功能-The file management system based on STM32F103.Transplant FATFS file system, the SD card read JPEG and BMP test images, and then display.And with touch function
  3. 所属分类:SCM

    • 发布日期:2017-05-07
    • 文件大小:1046411
    • 提供者:august
  1. webPlayer

    0下载:
  2. 第一个版本的原型机会采用Cortex M3级别的芯片,使用SD卡作为音乐的缓冲区,通过WiFi模块配合 lwIP网络协议栈连接豆瓣服务器,将数据首先下载到SD卡中缓存起来;系统采用一块Vx10xx MP3解码 芯片实现音乐的解码和播放。播放模块始终从SD卡中读取缓存的音乐,从而避免由于网络不稳定带来的 糟糕的播放体验。为了保护该开源项目,SD卡将不使用任何标准的文件系统,我们会将其视作一个巨大 的FLASH缓冲区使用,配合一个简单的链表式存储结构来保存和索引音乐文件。为了解决T
  3. 所属分类:SCM

    • 发布日期:2016-11-23
    • 文件大小:1058816
    • 提供者:大鹏集成
  1. MicroSD_Card

    0下载:
  2. 描述sd的驱动程序,利用spi模式和单片机通信,并进行相应的读写操作-Descr iption sd driver, use spi mode and single-chip communication, and the corresponding read and write operations
  3. 所属分类:SCM

    • 发布日期:2017-05-23
    • 文件大小:7160683
    • 提供者:温扬科
  1. SDCardTest

    0下载:
  2. STM32的SDIO接口FATFS方式操作SD卡测试,完成创建文件,写文件,读取文件三个测试。-请键入文字或网站地址,或者上传文档。 取消 STM32 de SDIO jiēkǒu FATFS fāngshì cāozuò SD kǎ cèshì, wánchéng chuàngjiàn wénjiàn, xiě wénjiàn, dòu qǔ wénjiàn sān gè cèshì.The STM32 SDIO interface SD card test mode operatio
  3. 所属分类:SCM

    • 发布日期:2017-05-16
    • 文件大小:3862876
    • 提供者:肖锦绵
  1. MFC_SD

    0下载:
  2. MFC 读取SD卡物理扇区 VS2012编写-MFC read SD card physical sector VS2012 writing
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:134800
    • 提供者:曾志威
  1. STM32_FATFS_SPI

    2下载:
  2. STM32 模拟SPI方式 FATFS系统 读取SD卡-STM32 SPI mode read sd card
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-07
    • 文件大小:1363551
    • 提供者:jx
  1. TFTreadSDFAT

    0下载:
  2. TFT-SD-FAT(适用STC89C55)TFT多彩色LCD屏读取SD卡文件,生成FAT32文件系统,该程序已多次使用绝对可行。-TFT-SD-FAT (applicable STC89C55) TFT color LCD screen read more SD card files, generate the FAT32 file system, the program has multiple uses absolutely feasible.
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:79733
    • 提供者:郭言
  1. HTTP_UPLOAD_RL3.50

    0下载:
  2. LPC2368 例程以太网例程_网页读取SD卡-LPC2368 Ethernet routine routine _ page read SD card
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-26
    • 文件大小:356920
    • 提供者:朱敬锋
  1. SD_File

    0下载:
  2. LPC1768 SPI方式快速读取SD卡falsh、SD文件系统-LPC1768 SPI falsh, fast read SD card SD file system
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-09
    • 文件大小:1662228
    • 提供者:陈同玉
  1. 2440model

    0下载:
  2. TQ2440的裸机keil例程,模板。也可以说是最好的模板,能直接驱动TQ2440。已修复SD无法读写bug-TQ2440 bare metal keil routine templates. It can be said is the best template, can directly drive TQ2440. SD can not read and write bug has been fixed
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:257015
    • 提供者:翁宝
  1. 48__SPI

    0下载:
  2. The other night I was able to get my STM32F4DISCOVERY board to read and write files on an SD card formatted with the FAT filesystem. While I haven t done extensive testing of my code, I m comfortable enough to share what I have with the world. Writin
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-07
    • 文件大小:1044185
    • 提供者:Alex
  1. STM32F103Rx_SD

    0下载:
  2. 基于STM32f103RX的SD卡读取数据。程序经过验证,能直接使用。-Read data the SD card based on STM32f103RX. Procedures after verification, can directly use.
  3. 所属分类:SCM

    • 发布日期:2017-05-09
    • 文件大小:1833464
    • 提供者:刘浩
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 »
搜珍网 www.dssz.com