Welcome![Sign In][Sign Up]
Location:
Search - design of sd card read

Search list

[SCMreport_of_sd_mmc_reader1

Description: 51单片机读写SD_MMC卡设计报告--本文件介绍了在51平台通过SPI方式读写SD/MMC卡,包括软硬件需求, SD/MMC硬件连接, SPI接口软件模拟,SD/MMC上电初始化,写单块,读单块,写多块,读多块,块擦除,上位串口通讯协议,PC上位软件操作说明等。-51 Single-chip design report card reader SD_MMC This document presents the platform of the 51 way through the SPI read and write SD/MMC cards, including hardware and software needs, SD/MMC hardware connection, SPI interface software simulation, SD/MMC initial power , and write a single block, reading a single block, multi-block write, read multi-block, block erase, epistatic serial communication protocol, PC Host software descriptions.
Platform: | Size: 233472 | Author: 6756 | Hits:

[SCM2007-12-25

Description: MSP430F149读写SD卡以及简单的文件系统 硬件:www.just430.com朱明老师提供的Easy430开发板以及SD卡模块 底层驱动使用TI提供的MMC驱动程序,简单文件系统使用微控设计网www.Microcontrol.cn debug版主提供的文件系统,可以实现简单的文件读写。 已经调试成功。 该系统中存在几个问题: 1.文件名只支持大写字母和数字,否则在PC上打不开。 2.创建文件只能事先指定大小,这样问题就出现了,如果指定小了,你的数据就不能完全显示,如果指定大了,就会把数据区的乱码显示出来。 继续改进中-MSP430F149 read SD cards, as well as simple file system hardware: www.just430.com Zhu Easy430 teachers are provided with the development board, as well as SD card module to provide the underlying driver of the MMC using TI driver, simple file system uses micro-manage the design of network www.Microcontrol . cn debug moderator to provide file system, you can read and write simple documents. Has been successful debugging. The system exists in a number of questions: 1. File name only support capital letters and figures, or else on the PC could not open. 2. To create a document can only be pre-designated size, such problems have emerged, if the designated smaller, your data will not be able to fully show that, if the designated big will the data area garbled displayed. Continue to improve in
Platform: | Size: 198656 | Author: 张焱 | Hits:

[SCMrfcs

Description: 串口配置工具 ·作车牌识别的人一定要看,关 ·编译原理课程设计,包括词法 ·国内外知名企业的求职笔试大 ·一个关于adaboost算法的matl ·单片机通过SPI读写SD卡.使用 -Serial configuration tool for License Plate Recognition depends on the person, the principle of curriculum design related compilers, including lexical job well-known enterprises at home and abroad written large on the AdaBoost algorithm matl Singlechip SD card through SPI read and write . the use of
Platform: | Size: 410624 | Author: aaron wang | Hits:

[Linux-Unixarm

Description: 嵌入式系统设计与实例开发实验教材二源码 多线程应用程序设计 串行端口程序设计 AD接口实验 CAN总线通信实验 GPS通信实验 Linux内核移植与编译实验 IC卡读写实验 SD驱动使用实验 GPRS通信实验 音频驱动及应用实验 嵌入式Web服务器实验 IDE—CF卡模块读写实验 PS2键盘鼠标驱动实验 -Examples of embedded systems design and development of experimental teaching materials Second source multi-threaded application design program design AD serial port CAN bus communication interface experiment experiment experiment GPS communications Linux kernel compiled Experimental Transplantation and Experimental IC card reader SD driver to use experimental GPRS communication experiment audio driver and application experiments embedded Web server experiment IDE-CF card module to read and write experimental PS2 keyboard and mouse-driven experiment
Platform: | Size: 18955264 | Author: lisuwei | Hits:

[Software EngineeringSPI_SD

Description: 基于SPI协议的SD卡读写机制与实现方法-SPI Protocol-based SD card reader of the implementation mechanism and the Ways
Platform: | Size: 53248 | Author: 吴国瑞 | Hits:

[Software Engineeringsdcard

Description: 基于现场可编程门阵列的软核处理器的SD卡读写设计底层读写-Based on field programmable gate array of soft-core processor design of the bottom of SD card reader to read and write
Platform: | Size: 15360 | Author: 阮大铭 | Hits:

[USB developUSB_SD_Reader

Description: 基于mega8系列单片机D12 的开发实例【含源码】,含USB SD卡读卡器设计及源码。-Mega8 series of single-chip based on the development of D12 containing source】 【example, USB SD card reader with the design and source code.
Platform: | Size: 323584 | Author: lammyt | 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:

[VHDL-FPGA-Verilogfpga-display-bmp-pictures

Description: 本文设计的是基于大规模FPGA的BMP图库管理,完成了数码相框的一部分功能。并且本文详细地介绍了BMP图库管理的软硬件实现,即采用Altera的CyclonII系列EP2C20F484C7作为主控芯片,内嵌32位的NiosII软核,采用SDRAM作为内存,把存储在SD卡内的二进制图片信息读入内存,并控制TFT彩色液晶,读取图片数据送到液晶上显示。整个过程的所有设备都是通过Avalon总线挂在NiosII上,在NiosII的协调下正常工作。 本作品最终能显示存入SD卡内的彩色图片信息,图片显示很流畅,没有延时。并且能通过4个按键分别完成图片的上翻、下翻、放大和缩小。-This design is based on the large-scale FPGA-BMP library management, and completed part of the features of digital photo frame. This paper describes the library management software and hardware to achieve BMP photos, that used the Altera s CyclonII series EP2C20F484C7 as the master chip, embedded soft-core 32-bit NiosII, the use of SDRAM for memory, SD card stored the binary picture information read into memory, and control TFT color LCD, read the image form the memory data to the LCD display. All equipment of the process hanging in the NiosII through Avalon bus, with the NiosII CPU and complete the coordination of work. Eventually the work can show the color pictures of information stored into the SD card, pictures show smoothly, and with no delay. And with 4 keys, respectively, we can make the TFT display the previous image or the next image,and make the pictures zoom in or zoom out.
Platform: | Size: 2168832 | Author: wuwei | Hits:

[VHDL-FPGA-VerilogDE1_fat32

Description: 本文设计的是基于大规模FPGA的BMP图库管理,完成了数码相框的一部分功能。并且本文详细地介绍了BMP图库管理的软硬件实现,即采用Altera的CyclonII系列EP2C20F484C7作为主控芯片,内嵌32位的NiosII软核,采用SDRAM作为内存,把存储在SD卡内的二进制图片信息读入内存,并控制TFT彩色液晶,读取图片数据送到液晶上显示。整个过程的所有设备都是通过Avalon总线挂在NiosII上,在NiosII的协调下正常工作。 本作品最终能显示存入SD卡内的彩色图片信息,图片显示很流畅,没有延时。并且能通过4个按键分别完成图片的上翻、下翻、放大和缩小。-This design is based on the large-scale FPGA-BMP library management, and completed part of the features of digital photo frame. This paper describes the library management software and hardware to achieve BMP photos, that used the Altera s CyclonII series EP2C20F484C7 as the master chip, embedded soft-core 32-bit NiosII, the use of SDRAM for memory, SD card stored the binary picture information read into memory, and control TFT color LCD, read the image form the memory data to the LCD display. All equipment of the process hanging in the NiosII through Avalon bus, with the NiosII CPU and complete the coordination of work. Eventually the work can show the color pictures of information stored into the SD card, pictures show smoothly, and with no delay. And with 4 keys, respectively, we can make the TFT display the previous image or the next image,and make the pictures zoom in or zoom out.
Platform: | Size: 11721728 | Author: wuwei | Hits:

[SCMsdcard_301008

Description: This example projects for using SD card module of Cypress chip. SD Card user module s ability to quickly and easily write to, read from and seamlessly integrate an SD card module into an embedded design. Secure Digital (SD) flash memory technologies are quickly becoming the preferred solution for portable, consumer and industrial electronic devices around the world for storing a large amount of information in a small, durable, portable form factor. Detect signal and save data in SD card. Source code includes api function for using read/write function. We designed hardware and tested the code. It works and interesting.-This is example projects for using SD card module of Cypress chip. SD Card user module s ability to quickly and easily write to, read from and seamlessly integrate an SD card module into an embedded design. Secure Digital (SD) flash memory technologies are quickly becoming the preferred solution for portable, consumer and industrial electronic devices around the world for storing a large amount of information in a small, durable, portable form factor. Detect signal and save data in SD card. Source code includes api function for using read/write function. We designed hardware and tested the code. It works and interesting.
Platform: | Size: 852992 | Author: Phung Khiem | Hits:

[SCMSd-datalogger-read-write

Description: 可以进行sd卡的读写,特别适合需要大量数据读写的情况,记录仪设计可以参考该程序-Can read and write to the sd card, particularly suitable for the need of a large amount of data read and write, the recorder can refer to the program design
Platform: | Size: 203776 | Author: lichunjie | Hits:

[Software Engineeringmusic-Player-based-on-FPGA

Description: 设计了一种基于Altera FPGA的音乐播放器,能够实现从SD卡中读取所有音乐文件,并通过开发板送至DAC数模转换器并播放出音频文件。本设计基于SOPC技术,使用Nios2软核处理器实现,包括软硬件设计两个部分。硬件部分主要负责对SD卡控制器的ip核编写及调试,实现硬件所需功能。软件部分主要负责对SD卡按时序进行音频文件的读取操作以及音频信息的输出。同时,制作了一个小型的音乐播放模块,实现音乐的播放。最终作品基本满足要求。-Altera FPGA-based design of a music player, it is possible to read all music files SD card and sent to the DAC DAC and play an audio file through the development board. The design is based on SOPC technology, the use Nios2 soft core processor implementation, including hardware and software design in two parts. The hardware part is mainly responsible for the SD card controller ip core write and debug hardware desired function. Software is mainly responsible for the SD card and a read operation is performed according to the timing information of the audio output of the audio file. Meanwhile, the production of a small music player module, the music played. Final works basically meet the requirements.
Platform: | Size: 163840 | Author: 张经科 | Hits:

[Applicationssd100

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: sahi8e045 | Hits:

[OtherSCH

Description: DTMB GB20600-2006 terrestrial dig FPGA or CPLD reads the SD card IP tell us how to divide frequency f UMC 90nm design models. please re UMMC 90nm models. Please read the Bluetooth serial port via the pho scope FPGA code AG 0.35um CMOS, that can be used Stable and reliable the unipolar TSMC 90nm Brochure. What feature Implementing at gate level. (1)F 250nm cmos models, which can be u The bare metal of the Red Bull de UMC 90nm design kit. please read Light control to write their own
Platform: | Size: 1024 | Author: sehak/yoo | Hits:

CodeBus www.codebus.net