Welcome![Sign In][Sign Up]
Location:
Search - sd card communication

Search list

[SCMSD_Driver_For_51

Description: SD卡驱动基于SPI总线与SD卡通信,底层SPI的读写驱动函数需要自己来写。 压缩包中的.\SD_Driver\SPI_Driver.c文件列出了所有的SPI的接口函数,使用时根据自 己的情况填充这些函数即可,切忌不要更改函数名!-SD card driver on the bus with the SD card SPI communication, the bottom of the read and write SPI driver functions need to write their own. Compression package. SD_DriverSPI_Driver.c document lists all of the SPI interface function, when used according to their own situation to fill these functions, should not have the Do not change the function name!
Platform: | Size: 19456 | Author: 方高明 | Hits:

[SCMSDMemoryCardSpecifications

Description: sd卡V1.0技术规范,对于在嵌入式系统中开发SD/MMC卡很有帮助。文中主要对sd卡的物理接口和通信协议等有详细描述-sd card V1.0 technical specifications for embedded systems development in the SD/MMC card helpful. The main text of the sd card physical interface and communication protocol, such as a detailed description of
Platform: | Size: 689152 | Author: | Hits:

[Windows CESD_Card

Description: SD卡规格书第五章,SPI总线协议。描述了控制器和SD卡之间用SPI总线相互握手及通信的方法。-SD Card Specification Chapter V, SPI bus protocol. Described between the controller and the SD card using SPI bus to shake hands with each other and communication methods.
Platform: | Size: 1436672 | Author: 叶子 | Hits:

[VHDL-FPGA-VerilogFPGA-SD-COMMUNICATION

Description: 基于QUARTUSII软件 实现FPGA(ATERA CYCLONE II系列)与SD卡SD模式通信 所用语言位verilog HDL-QUARTUSII software implementation based on FPGA (ATERA CYCLONE II series) with SD Card SD mode digital communication language verilog HDL
Platform: | Size: 5064704 | Author: chenbinjie | Hits:

[VHDL-FPGA-VerilogActelFPGA_HE_ApplicationNote

Description: 在手持式设备的应用中(包括智能电话、相机和 MP3 播放器),用户大多考虑低功耗、 小尺寸,整个系统中除了处理器外,往往需要提供多种通信接口与存储器接口,用于实现对 硬盘、SD 卡、CF 卡以及 USB 的通信等,用 FPGA 来实现这些接口将会是一种理想的解决 方案。本方案采用 Actel 低功耗的 IGLOO 系列作为处理器(PXA270 或 ARM)的桥接器件和 设备控制器,不仅能够大大简化处理器设计的复杂度,而且 IGLOO 的超低功耗 (最小 5μ W)以及超小封装(4mm*4mm)给手持式产品带来了前所未有的。 -In the application of handheld devices (including smart phone, camera and MP3 players), users are considering low-power, Small size, the whole system in addition to the processor, usually need to provide various communication interface and storage interface, used to implement Hard disk, SD card, CF card and USB communication, etc, to realize these interfaces with FPGA will be an ideal solution Scheme. The scheme adopts Actel IGLOO of low power consumption PXA270 processor (series as a bridge or ARM) devices and Equipment controller, can not only greatly simplified, and the complexity of the processor design IGLOO of low power consumption (minimum 5 mu W) and small package (4mm 4mm*) for handheld product has brought an unprecedented.
Platform: | Size: 242688 | Author: zxx359654879 | Hits:

[Othersd

Description: 实验目的:学习SD卡的操作. 系统设计 1、SD卡采用SPI通信 2、先往SD里顺序写入0-255共256个数据,然后再读回送数码管显示-Experimental Objective: To learn SD card operation. System Design 1, SD card using SPI communication 2, first write to the SD sequence of 0-255 where a total of 256 data, and then read it back to send digital tube display
Platform: | Size: 3072 | Author: sean.zheng | Hits:

[ARM-PowerPC-ColdFire-MIPSSDcard_MCS51

Description:  SD卡有两个可选的通讯协议:SD模式和SPI模式。SD模式是SD卡标准的读写方式,但是在选用SD模式时,往往需要选择带有SD卡控制器接口的MCU,或者必须加入额外的SD卡控制单元以支持SD卡的读写。然而,AT89C52单片机没有集成SD卡控制器接口,若选用SD模式通讯就无形中增加了产品的硬件成本。在SD卡数据读写时间要求不是很严格的情况下,选用SPI模式可以说是一种最佳的解决方案。因为在SPI模式下,通过四条线就可以完成所有的数据交换,并且目前市场上很多MCU都集成有现成的SPI接口电路,采用SPI模式对SD卡进行读写操作可大大简化硬件电路的设计。-There are two optional SD card communication protocols: SD mode and SPI mode. SD model is a standard SD card reading and writing, but in the selection of SD mode, often need to select the SD card controller interface with MCU, or SD card to join the additional control unit to support the SD card reader. However, AT89C52 microcontroller is not integrated SD card controller interface to SD mode if the selected communication would in effect increase the cost of hardware products. The time to read and write data in SD card is not very demanding circumstances, the use SPI mode can say is the best solution. SPI, mode because, by four lines on all the data can be exchanged, and Du Mu Qian Ji Cheng MCU market, there are many existing SPI interface circuit using SPI mode on the SD card reader can be greatly Jianhua Cao Zuo hardware design.
Platform: | Size: 35840 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSSDcardAT89C51

Description: SD卡在现在的日常生活与工作中使用非常广泛,时下已经成为最为通用的数据存储卡。在诸如MP3、数码相机等设备上也都采用SD卡作为其存储设备。SD卡之所以得到如此广泛的使用,是因为它价格低廉、存储容量大、使用方便、通用性与安全性强等优点。既然它有着这么多优点,那么如果将它加入到单片机应用开发系统中来,将使系统变得更加出色。这就要求对SD卡的硬件与读写时序进行研究。对于SD卡的硬件结构,在官方的文档上有很详细的介绍,如SD卡内的存储器结构、存储单元组织方式等内容。要实现对它的读写,最核心的是它的时序,笔者在经过了实际的测试后,使用51单片机成功实现了对SD卡的扇区读写,并对其读写速度进行了评估。-There are two optional SD card communication protocols: SD mode and SPI mode. SD model is a standard SD card reading and writing, but in the selection of SD mode, often need to select the SD card controller interface with MCU, or SD card to join the additional control unit to support the SD card reader. However, AT89C52 microcontroller is not integrated SD card controller interface to SD mode if the selected communication would in effect increase the cost of hardware products. The time to read and write data in SD card is not very demanding circumstances, the use SPI mode can say is the best solution. SPI, mode because, by four lines on all the data can be exchanged, and Du Mu Qian Ji Cheng MCU market, there are many existing SPI interface circuit using SPI mode on the SD card reader can be greatly Jianhua Cao Zuo hardware design.
Platform: | Size: 54272 | Author: | Hits:

[Documentssd

Description: sd卡通信协议 用于自己驱动sd卡 制作小东西-sd card communication protocol used to create their own little things drive sd card
Platform: | Size: 30720 | Author: lucy | Hits:

[Embeded-SCM DevelopSD

Description: SD卡通讯程序,Mega64/128,通过 ICC AVR 编译。-SD card communication sequencing, Mega64/128, through the ICC AVR compiler.
Platform: | Size: 41984 | Author: ZhuYaJun | Hits:

[Embeded-SCM DevelopSD-card-and-msp430

Description: 主要介绍的是Msp430和SD卡通信的接口与协议规范,他们之间的通信采用的是SPI通信。-Introduces the Msp430 and SD card interfaces and communication protocol specification, the communication between them is used in SPI communication.
Platform: | Size: 405504 | Author: 凤超 | Hits:

[Other Embeded programSD-commands-full

Description: sd卡指令数据包的封装与命令协议相关文件说明,改文件多SD卡的通信命令和数据格式 做了详细的解释和总结,文章的各方面介绍都很形象具体,对开发SD卡的朋友一定是个不可或缺的资料。-sd card packaging and instruction command packet protocol related documentation, change the file number SD card communication command and data format of a detailed explanation and summary, the article introduces various aspects of the image is very specific on the SD card' s friends must develop information is essential.
Platform: | Size: 174080 | Author: hjxbinbin | Hits:

[SCMsd

Description: 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
Platform: | Size: 883712 | Author: asdf | Hits:

[SCM5.TFT-SD

Description: TFT-SD卡.51单片机与SD卡通信,显示图片,和人物-TFT-SD card .51 microcontroller and SD card communication, display pictures, and characters
Platform: | Size: 64512 | Author: 小伙 | Hits:

[SCMSD-card-SPI-bus-protocol

Description: 主控器和SD卡之间,用SPI总线相互握手及通讯的标准和方法-Between master and SD card, shaking hands with each other and with the SPI bus communication standards and methods
Platform: | Size: 1435648 | Author: david | Hits:

[OtherSDIO-SD

Description: 这是基于stm32的SD卡通信的程序,有助于stm32 的学习。-This is based on the SD card communication stm32 program helps stm32 learning.
Platform: | Size: 357376 | Author: 大哥大 | Hits:

[Embeded-SCM DevelopSD-TEST

Description: STM32 战舰V3 sd卡通信实验 在开发板上测试通过 学习sd卡通信的好资料- STM32 battleship V3 SD card communication experiment on the development board to test the SD card communication through learning good information
Platform: | Size: 366592 | Author: easy | Hits:

[Embeded-SCM DevelopSD卡SPI

Description: 基于stm32的SD卡——SPI通信实验讲解(Based on stm32 SD card - SPI communication experiment)
Platform: | Size: 766976 | Author: 鱼鱼越海 | Hits:

[DSP programSPI-SD-Fatfs

Description: DSP28335 SD卡文件系统读写,使用SPI通信。(DSP28335 SD card file system read and write, using SPI communication.)
Platform: | Size: 775168 | Author: yehuohan | Hits:

[VHDL-FPGA-VerilogNIOS interface with SD card SPI

Description: So, the project is attached. Implemented NIOS2 processor on SOPC Quartus 11.1, uses SDRAM (on chip project in this version does not fit) SPI interface is used for communication between Nios and SD card (3 fpga outputs, one fpga input) Accordingly, it opens the message.txt file on the SD card and outputs its contents to the console, creates a file, fills it in, gives a list of files in the root.
Platform: | Size: 157645 | Author: hemamont@mail.ru | Hits:
« 12 3 4 »

CodeBus www.codebus.net