搜索资源列表
sd卡(驱动)工作原理分析完整版
- 1硬件初始化,与CPU相关的配置,SSIO功能设置2SD卡的数据包、命令索引表和命令回应3命令相应的实现,读写SD卡,命令协议的封包拆包4SD卡配置的相关结构体信息分析(CID、CSD)-a hardware initialization, and the CPU configuration, SSIO 2SD cards feature set of data packets, orders table and orders to r
sd卡读卡器的原理图
- sd卡读卡器的原理图
PIC读写CF卡C程序(含原理图)
- PIC读写CF卡的C程序(含原理图)-PIC CF card reader C procedures (including schematics)
第1章-SD卡读写模块
- 第1章-SD卡读写模块 1. sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改. 2. SD目录 : SD卡读写模块的全部文件,一般不用修改. 3. 建议sdconfig.h文件不要放于SD目录中,因为SD目录中的文件一般无须修改,sdconfig.h通常会有改动. 4. 例子见上一级目录的SDExample目录.-Chapter 1-SD Card Reade
sd卡(驱动)工作原理分析完整版
- 1硬件初始化,与CPU相关的配置,SSIO功能设置2SD卡的数据包、命令索引表和命令回应3命令相应的实现,读写SD卡,命令协议的封包拆包4SD卡配置的相关结构体信息分析(CID、CSD)-a hardware initialization, and the CPU configuration, SSIO 2SD cards feature set of data packets, orders table and orders to r
mmc&cf
- mmc卡、sd卡、cf卡适配器电路原理图,以及相应程序。-mmc card, sd card, cf card adapter circuit schematic and the corresponding procedures.
SDziliao
- sd卡 MMC卡 MCU读取方案最完整的资料-sd card MMC card MCU reading program the most complete information
SDTests
- 来自网上好心人的好东东,关于SD卡读写的,内附protel原理图-online goodhearted people from the good Eastern, on the SD Card Reader, containing the diagram protel
avrmakeSDcardloading
- AVR做的SD卡读卡器源程序,带电路原理图-AVR to do the SD card reader source, with circuit schematic diagram
U2
- 一个关于SD卡的资料,主要是一些C的单片机源码.其它有些原理和源码,还有文件格式等-On the SD card information, mainly the single-chip C-source. Some other principle and source, as well as file formats, such as
Part1-v1.0-sdphysical
- 这是SD卡的物理层官方说明,里面有SD卡两种工作方式的具体应用说明及样例.还有SD卡的工程设计原理等-This is the SD Card Physical Layer official note, which has two SD card working methods of the specific application notes and sample. There are SD cards, such as enginee
ATmega168PDIUSBD12SD
- 我的小作品--U盘(实际是USB SD卡读卡器) ATmega168+PDIUSBD12+SD (内含GCC源码和原理图)-My little works- U disk (actually USB SD card reader) ATmega168+ PDIUSBD12+ SD (containing GCC source and schematic diagram)
sd
- sd卡(驱动)工作原理分析,对驱动SB卡有很大帮助-sd card (driver) working principle analysis of SB card drivers are very helpful
U-Disk(ATmega168_PDIUSBD12_SD_MMC)
- U盘(实际是USB SD卡读卡器)的制作方案。 硬件构成:ATmega168+PDIUSBD12+SD 内附GCC源码和原理图。 开发环境是AvrStudio4.13 b528 + WinAVR200701-U disk (actually USB SD card reader) production program. Hardware: ATmega168+ PDIUSBD12+ SD containing GCC sour
arm-gps
- ARM2410硬件GPS原理图,GPS,SD卡,USB等-ARM2410 schematic GPS hardware, GPS, SD card, USB, etc.
stm32
- stm32开发板原理图,里面扩展了SD卡,液晶屏,USB口,以及音频接口-stm32 development board schematic diagram, which extends the SD card, LCD screen, USB port, as well as the audio interface
SD-Usb-sch
- SD卡U盘的硬件原理图。 对SD卡 和 U盘 的开发有点帮助!-SD card U disk hardware schematics. On the SD card and U disk helping to develop a bit!
51-sd
- 介绍51 单片机与SD 卡的接口设计原理, 以及FAT32 文件系统的设计和应用程序控制SD 卡读写操作的实现。-Introduced 51 single-chip interface and SD card design principle, as well as the FAT32 file system design and application control the operation of SD card reader t
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 har
SD卡_SDIO实验
- 学习STM32的SDIO使用,并驱动SD卡. 本实验开机的时候先初始化SD卡,如果SD卡初始化完成,则提示LCD初始化成功。按下KEY0,读取SD卡扇 区0的数据,然后通过串口发送到电脑。如果没初始化通过,则在LCD上提示初始化失败。同样用DS0来指示 程序正在运行。(Learn the STM32 usage of SDIO and drive SD card)