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

搜索资源列表

  1. SD-1602

    0下载:
  2. C51读写SD卡并且在LCD1602上显示是否成功与失败-#include<intrins.h> #include<reg52.h> #include <stdio.h> #include <string.h> #include"define.h" #include"Lcd1602.c" #include"SD.c"
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:10222
    • 提供者:
  1. sd

    0下载:
  2. sd卡的存储及proteus模拟仿真与串口输出及SPI查看-#include "mytype.h" #define FAT32_OPEN_FILE #define FAT32_READ
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:125443
    • 提供者:
  1. SD-card-electronic-photo-album

    0下载:
  2. 基于51单片机的2G以下SD卡电子相册程序 通过读出SD卡中320x240像素、16位BMP图片的HEX数据,依次写到屏上,还原图片 注意事项:由于SD卡使用SPI模式,并且是块读取(512Byte),所以需要单片机提供大于512的可用RAM,以供缓冲使用这里可以选择STC89c52RD+、STC89C58RD+、STC89C516RD+,后缀RD+表明扩展RAM是1024字节,RC表明扩展RAM256字节-Based on 51 single-chip electronic album
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:40508
    • 提供者:何明强
  1. SD

    0下载:
  2. 基于STM32的SD卡(SDIO模式)测试实验,并将测试信息通过串口1在电脑的超级终端上打印出来-Based on the STM32 SD card (SDIO mode) testing laboratory and a test message via the serial port on the computer print out HyperTerminal
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-17
    • 文件大小:80385
    • 提供者:现实的虚幻
  1. stc-SCM-sd-card-c-source-code

    0下载:
  2. stc单片机sd卡c源代码spi接口已实验-stc SCM c source code sd card spi interface is experimental
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:120974
    • 提供者:尤连
  1. SD

    0下载:
  2. SD卡读写实例 ,基于NXP 的LPC2366实例大家一块学习-SD card reading and writing examples, NXP LPC2366 example based on a learning
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:299380
    • 提供者:路旭龙
  1. Based-on-51-SD-card-pictures-showed

    0下载:
  2. 51单片机通过读出SD卡中320x240像素、16位BMP图片的HEX数据,依次写到彩屏上,还原图片-51 single chip microcomputer in 320 x240 pixel read SD card, 16-bit HEX BMP image data, wrote in turn on the color screen, restore image
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:36628
    • 提供者:雷家财
  1. SD

    0下载:
  2. stm32控制SD卡,并且里面搭载了fatfs操作系统-stm32 control SD card, and inside the operating system equipped with a fatfs
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-09
    • 文件大小:1845461
    • 提供者:zhangren
  1. SD

    0下载:
  2. sd卡相关功能实现,当时调试电路板时候有用到,希望帮到有需要的人-sd card related functions, was useful when debugging the board to, hoping to help people in need ......
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-17
    • 文件大小:4322474
    • 提供者:chenchen
  1. sd

    0下载:
  2. stm32 sd卡开发驱动代码,硬件SPI方式-stm32 sd card driver code development, hardware SPI mode
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:6220
    • 提供者:lgm
  1. lab6-SD

    0下载:
  2. DSP中SD卡读写编程。适合于C2000系列DSP-DSP programming in SD card reader. Suitable for the C2000 series DSP
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:532916
    • 提供者:潘铭哲
  1. SD

    0下载:
  2. SD卡分区识别驱动,用于U盘,SD卡分区使用。-SD card partition to identify the driver, for U disk, SD card partition.
  3. 所属分类:Disk Tools

    • 发布日期:2017-03-29
    • 文件大小:7655
    • 提供者:马二蛋
  1. SD

    0下载:
  2. 振南高级外围设备之sd卡篇有关单片机操作SD卡和fat的应用-Chen Nan advanced peripheral equipment sd card application papers of the SCM operation of the SD card and fat
  3. 所属分类:USB develop

    • 发布日期:2017-05-13
    • 文件大小:3355614
    • 提供者:李龙威
  1. 28335-SPI-SD-Fatfs

    1下载:
  2. 在TI的DSP芯片TMS320F28335上使用自带的SPI功能实现SD卡读写,在SD卡读写程序的基础上又移植了支持FAT32格式的文件系统fatfs,最大支持32G的SD容量,具有很高的参考价值,该程序经过验证没有问题,本程序全是都是C语言编写,在CCS3.3环境下编译。 运行之前要准备一个经过FAT32格式化过的SD卡,运行该程序后会在SD卡内建立一个fatfs.txt文件,文件里面会有一段话:感谢您使用研旭28335开发版 !^_^。-Used on TI' s DSP chip
  3. 所属分类:DSP program

    • 发布日期:2015-10-16
    • 文件大小:775168
    • 提供者:肖邦
  1. SD-Card-FatFsFile-System

    0下载:
  2. SD卡的文件系统,PTFS,用来读写文件,占用的内存特别小,200byte就能正常读写,但只支持同时对一种存储介质操作。-SD card file system, PTFS, is used to read and write files, the memory is very small, 200byte be able to read and write properly, but only for one kind of storage media support simultaneous
  3. 所属分类:SCM

    • 发布日期:2017-04-23
    • 文件大小:133764
    • 提供者:张根
  1. SD-CARD

    0下载:
  2. 关于SD卡的内部结构,寄存器操作的资料,用于单片机操作SD时参考查阅,包括初始化和读写的详细流程。-Internal structure on the SD card, the data register operation, when used in single-chip operation SD reference works, including detailed process initialization and read-write.
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2073361
    • 提供者:于佳奇
  1. sd

    0下载:
  2. stm32f103zet6读写sd卡的程序-stm32f103zet6 sd card reader procedures
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-13
    • 文件大小:2459
    • 提供者:陈丽
  1. 3.STM32-TFT-SD

    0下载:
  2. 用STM32单片机和1.8寸TFT液晶显示屏和SD卡实现的读取SD卡类型和容量高程序。-With the STM32 microcontroller and 1.8-inch TFT LCD screen and SD card reader SD card type and capacity of high program.
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:551283
    • 提供者:yr
  1. 4.STM32-TFT-SD-FAT

    0下载:
  2. 用STM32单片机和1.8寸TFT液晶显示屏和SD卡实现的SD卡配置文件系统。-With the STM32 microcontroller and 1.8-inch TFT LCD screen and SD card SD card file system configuration.
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:564817
    • 提供者:yr
  1. SD

    0下载:
  2. STM32 SD卡读取LCD彩屏显示图片程序,keil开发环境可直接编译使用-STM32 SD card reader LCD color display picture program, keil development environment can be directly translated
  3. 所属分类:SCM

    • 发布日期:2017-05-19
    • 文件大小:5305532
    • 提供者:张纪宽
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com