usb闪存设计.doc

约74页DOC格式手机打开展开

usb闪存设计,2.5万字有程序代码摘要 通用串行总线(universal serial bus usb),是一种快速、灵活的总线接口。与其它通信接口比较,usb接口的最大特点是易于使用,这也是usb的主要设计目标。作为一种高速总线接口,usb适用于多种设备,如数码相机、mp3播放机、高速数据采集设备等。本论文简要介绍usb(通用串行...
编号:10-6089大小:2.14M
分类: 论文>通信/电子论文

内容介绍

此文档由会员 200306 发布

2.5万字 有程序代码
摘要
通用串行总线(Universal Serial Bus USB),是一种快速、灵活的总线接口。与其它通信接口比较,USB接口的最大特点是易于使用,这也是USB的主要设计目标。作为一种高速总线接口,USB适用于多种设备,如数码相机、MP3播放机、高速数据采集设备等。
本论文简要介绍USB(通用串行总线)大容量存储设备类,给出USB控制PDIUSBD12和闪存K9F2808的原理框图,并以这两个芯片为例设计出存储设备的电路图,最后列出程序流程图并加以调试。
论文主要对以下几个方面作了研究:
①USB系统枚举过程的实现。
②K9F2808数据读写控制。
③文件系统在K9F2808上实现。
④绘制整体电路图并编相应各部分程序。
该设计主要以PDIUSBD12与K9F2808芯片研究为核心。主要包括USB接口、USB总线结构、USB协议、FAT16/32文件系统结构及各部分相关源程序调试及其运行等几大部分。


关键词:USB PDIUSBD12 K9F2808 移动闪存
Abstract
This thesis introduces USB (the common serial bus ) apparatus of large memory briefly , provide USB control PDIUSBD12 and flashing memory principle block diagram of K9F2808 , take these two chips as an example , design circuit diagram to store the apparatus, list the procedure flow diagram finally and debug .
Have mainly studied several following respects in thesis:
①USB system enumerates the realization of the course.
②K9F2808 data read and written and controlled.
③The file system is realized on K9F2808.
④Draw whole circuit diagram and compile corresponding all part of procedures.
This design mainly regards PDIUSBD12 and K9F2808 chip research as the core. Mainly structure , interface of USB and bus of USB., agreement of USB and file of FAT16/32 , systematic structure and every relevant source program debug and odd major part of running etc

Keywords: USB,PDIUSBD12,K9F2808,mobile flash
目录
摘要
Abstract
目录
1绪论
2 USB总线结构
3协议
3.1 MASS STORAGE 协议
3.2 BULK-ONLY传输协议
3.3 SCSI指令集
3.4 FAT16 文件系统 23
3.4.1 FAT 文件系统结构
3.4.1 FAT 区
3.4.2根目录区(Root Directory Region)
3.4.3文件和目录数据区
3.4.4 Flash盘的FAT结构
4固件程序的实现
5固件调试
结论
致谢
参考文献