搜索资源列表
sd_driver
- 该源码采用标准c编写,使用SPI方式访问SD卡。-c prepared using standard, the use of SPI mode visit the SD Card.
SD_Driver_For_51
- SD卡驱动基于SPI总线与SD卡通信,底层SPI的读写驱动函数需要自己来写。 压缩包中的.\\SD_Driver\\SPI_Driver.c文件列出了所有的SPI的接口函数,使用时根据自 己的情况填充这些函数即可,切忌不要更改函数名!
comm
- Windows串口编程 -Windows serial programming
SD
- SD.C是用S3C44BOX的SIO口读SD卡,模拟SD.C是用IO口模拟SPI口读SD卡.使用的是S3C44BOX,如果是其他MCU可以对应修改低层的SPI读写函数即可.-SD.C the SIO is S3C44BOX I read SD card, analog IO I SD.C simulation using SPI I read SD card. Using S3C44BOX, if it is the corresponding amendments to other MCU c
8051_sd
- 基于8051的sd卡驱动程序 适合8051内核单片机的sd卡读写驱动,基于自带SPI模块的单片机AT89S8253修改的. 可以读写单个块或者多个块. 带spi功能的8051单片机应该都不需要修改. 如果要修改只需修改sdconfig.h 和 sdhal.c文件-8051 based on the sd card driver for 8051 MCU core driver sd card reader, based on its own single-chip SPI mod
SDMMC
- LPC2148 SPI 读写SD卡程序sdcmd.c-LPC2148 SPI
sd_atmega
- SD memory and SPI at Atmega, spi.h, spi.c, sd.h, sd.c, config.h
STM32_SD_SPI_Driver
- SD卡底层驱动,使用STM32的SPI接口与SD卡通讯,采用SPI方式. 文件系统中TFF.C和TFF.H文件不需要改动,只需要改动SD卡操作函数即可即可。 -SD card low level drivers, use the STM32' s SPI communications interface and SD card using SPI mode. File system TFF.C and TFF.H file without changes, just need to c
MSP430--SD-CARD
- MSP 430 F169 SD 卡 mmc卡 spi-MSP 430 F169 SD card, mmc card spi
sd
- STC8951 通过SPI总线读写SD卡程序。 KEIL C 开发环境,包含SPI通信协议,SD卡读写格式等,-STC8951 read and write SD card via SPI bus program KEIL C development environment, including the SPI communication protocol, SD card reader format
SDkaSource
- SD卡的SPI读写程序,内含SPI总线时序函数、SD卡的读写函数,可直接嵌入到UC/OS操作系统中进行调用,采用.c和.h文件进行分装,可直接嵌入到项目或操作系统中,支持51单片机、STM32、ARM7等单片机,500M主屏以上的处理器请对SPI时序进行修改。-SD card SPI read and write procedures containing SPI bus timing function, SD card reader function, can be directly embe
SD-USB-SPI-C
- SD-USB SPI读写方案开发c代码~-SD-USB read and write SPI program development of C code
duxie(SPI)
- 采用C语言编写的51单片机的SD卡读写程序,请注意管脚配置-51 microcontroller SD card reader program written in C language, please note that the pin configuration
TFT240320-demo
- TFT LCD code demo HARDWARE AVR mega8,16,32 BL-TFT240320PLUS. An interface can be 8/16 bit mode. TFT LCD arduino shield. SD card File APPLICATION main.c main program. scan SD card and display BMP file on lcd. readm
SD_Recording_Demo
- 利用 SPCE061A单片机,扩展 SD卡设备,实现录放音功能。要求具有下述功能: 1. SPCE061A对 SD卡的读写操作 a) SPCE061A对 SD卡的操作方式为 SPI模式; b) 提供 SD卡插入检测功能,并进行语音提示; c) 提供 SD卡写保护检测功能,并进行语音提示; d) 可以对 SD卡进行初始化、扇区写、扇区读、扇区擦除、得到 SD卡的容量信息等操作; 2. 录放音功能 a) 录音数据存储在 SD卡中; b) 支持多段录音;
sd_card
- 采用c语言写了sd卡的驱动控制,从初始化到读写sd卡,主要是SPI模式。-Using c language written sd card drive control, from initialization to sd card reader, mainly SPI mode.
stc-SCM-sd-card-c-source-code
- stc单片机sd卡c源代码spi接口已实验-stc SCM c source code sd card spi interface is experimental
28335-SPI-SD-Fatfs
- 在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
F28335 SPI SD card
- Used on TI' s DSP chip comes TMS320F28335 SPI functions to achieve SD card reader, SD card reader on the basis of the program and transplant support FAT32 file system fatfs, maximum support 32G SD capacity, with high reference value, there is no ques
SPI_SD
- stm32f103c8使用的spi驱动sd卡c++库(SPI driver SD card c++ library used by stm32f103c8)