搜索资源列表
SMT32单片机读写SD卡代码
- 工程代码实现了SMT32单片机读写SD卡的功能,有利于学习者加快了解SD卡的操作
完整的单片机读写SD卡程序
- 完整的单片机读写SD卡程序,C51,KEIL 开发环境。,Complete single-chip program to read and write SD card, C51, KEIL development environment.
mp3sdvs1003ch375
- 51单片机驱动CH375的测试,MP3音乐播放,SD卡存储-CH375 51 Microprocessor test, MP3 music player, SD card storage
STC12C5A60S2-SD-EBOOK
- STC12C5A60S2单片机+ SD卡+HZK16汉字字库+ EBOOK电子书+TFT图像显示-STC12C5A60S2 SCM+ SD card+ HZK16 Chinese character+ EBOOK+ TFT image display e-book
SDcardreadprogram
- 通过单片机实现SD卡读写功能. 1、SD卡采用SPI通信 2、先往SD里顺序写入0-255共256个数据,然后再读回送LCD1602显示 -Use microcontroller to read and write sd card
SD
- sd卡的程序,上面记录了SD卡的详细读卡写卡方式,适合51单片机或者其他-sd card procedures, the above records the SD card reader to write in detail the way cards for 51 single-chip or other
M8+SD+VS1003=MP3
- 用单片机+SD卡+VS1003实现MP3-MCU+ SD card+ VS1003 achieve MP3
51-reda-write-SD-2-17
- 单片机51系列,SD卡的读写,目的要读取MICRO SD 卡,体积小,容量大。有一定的实用价值-51 Series single-chip, SD card reader, the purpose to read MICRO SD card, small size, large capacity. Have some practical value
SD
- SD卡驱动程序,用于ARM7单片机,完全能用-SD card driver for the ARM7 microcontroller, can be used completely
sd
- 一个单片机上的sd卡驱动程序,支持fat32,fat16等文件系统,很有参考价值。-A microcontroller on the sd card driver and support fat32, fat16 file system, etc., of great reference value.
ceshi
- 单片机读写micro SD卡,所使用的单片机为stc12c5616ad,读取数据长度为一个扇区-MCU micro SD card reader
SDcard_MCS51
- SD卡有两个可选的通讯协议:SD模式和SPI模式。SD模式是SD卡标准的读写方式,但是在选用SD模式时,往往需要选择带有SD卡控制器接口的MCU,或者必须加入额外的SD卡控制单元以支持SD卡的读写。然而,AT89C52单片机没有集成SD卡控制器接口,若选用SD模式通讯就无形中增加了产品的硬件成本。在SD卡数据读写时间要求不是很严格的情况下,选用SPI模式可以说是一种最佳的解决方案。因为在SPI模式下,通过四条线就可以完成所有的数据交换,并且目前市场上很多MCU都集成有现成的SPI接口电路,采用
SDcardAT89C51
- SD卡在现在的日常生活与工作中使用非常广泛,时下已经成为最为通用的数据存储卡。在诸如MP3、数码相机等设备上也都采用SD卡作为其存储设备。SD卡之所以得到如此广泛的使用,是因为它价格低廉、存储容量大、使用方便、通用性与安全性强等优点。既然它有着这么多优点,那么如果将它加入到单片机应用开发系统中来,将使系统变得更加出色。这就要求对SD卡的硬件与读写时序进行研究。对于SD卡的硬件结构,在官方的文档上有很详细的介绍,如SD卡内的存储器结构、存储单元组织方式等内容。要实现对它的读写,最核心的是它的时序,
sd-reader_FAT
- SD卡读卡器开发项目,实现了FAT文件系统。项目中使用的为AVR单片机,包括硬件原理图和整套软件源代码。软件包括sd卡底层驱动代码+FAT文件系统代码+应用层代码。是不是好东东,大家看了就知道。-SD card reader development project, to achieve the FAT file system. Project AVR microcontroller for use, including the hardware schematics and software
SD-MCU_application
- SD卡在单片机上的应用,包括SD卡参数资料,初始化程序以及读写相关代码-SD card microcontroller applications, including SD card, parameter data, initialization procedures and the relevant code to read and write
FAT-based-file-system-to-SD-card
- 基于FAT文件系统的SD卡单片机读写方法详解-FAT-based file system to read and write methods Detailed microcontroller SD card
SPI方式SD卡读写程序
- SPI方式SD卡读写程序。实际验证过,可以读写SD卡。
zetSPI实验 +SD卡+GPS+USB
- 使用stm32f103单片机实现数据的采集和存储到SD卡中(The use of STM32F103 MCU data acquisition and storage to SD card)
SD卡资料
- SD卡初始化,及读写流程,以及SD卡上文件系统介绍,及51MCU FAT32文件系统程序(The SD card initialization, and the reading and writing process, as well as the file system introduction on the SD card, and the 51MCU FAT32 file system program)
单片机读写SD卡
- 利用51单片机,模拟SPI通信,实现对SD卡的数据读写(Data Reading and Writing of SD Card Using 51 Single Chip Microcomputer)