国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

usb閃存設(shè)計.doc

約74頁DOC格式手機打開展開

usb閃存設(shè)計,2.5萬字有程序代碼摘要 通用串行總線(universal serial bus usb),是一種快速、靈活的總線接口。與其它通信接口比較,usb接口的最大特點是易于使用,這也是usb的主要設(shè)計目標(biāo)。作為一種高速總線接口,usb適用于多種設(shè)備,如數(shù)碼相機、mp3播放機、高速數(shù)據(jù)采集設(shè)備等。本論文簡要介紹usb(通用串行...
編號:10-6089大小:2.14M
分類: 論文>通信/電子論文

內(nèi)容介紹

此文檔由會員 200306 發(fā)布

2.5萬字 有程序代碼
摘要
通用串行總線(Universal Serial Bus USB),是一種快速、靈活的總線接口。與其它通信接口比較,USB接口的最大特點是易于使用,這也是USB的主要設(shè)計目標(biāo)。作為一種高速總線接口,USB適用于多種設(shè)備,如數(shù)碼相機、MP3播放機、高速數(shù)據(jù)采集設(shè)備等。
本論文簡要介紹USB(通用串行總線)大容量存儲設(shè)備類,給出USB控制PDIUSBD12和閃存K9F2808的原理框圖,并以這兩個芯片為例設(shè)計出存儲設(shè)備的電路圖,最后列出程序流程圖并加以調(diào)試。
論文主要對以下幾個方面作了研究:
①USB系統(tǒng)枚舉過程的實現(xiàn)。
②K9F2808數(shù)據(jù)讀寫控制。
③文件系統(tǒng)在K9F2808上實現(xiàn)。
④繪制整體電路圖并編相應(yīng)各部分程序。
該設(shè)計主要以PDIUSBD12與K9F2808芯片研究為核心。主要包括USB接口、USB總線結(jié)構(gòu)、USB協(xié)議、FAT16/32文件系統(tǒng)結(jié)構(gòu)及各部分相關(guān)源程序調(diào)試及其運行等幾大部分。


關(guān)鍵詞: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總線結(jié)構(gòu)
3協(xié)議
3.1 MASS STORAGE 協(xié)議
3.2 BULK-ONLY傳輸協(xié)議
3.3 SCSI指令集
3.4 FAT16 文件系統(tǒng) 23
3.4.1 FAT 文件系統(tǒng)結(jié)構(gòu)
3.4.1 FAT 區(qū)
3.4.2根目錄區(qū)(Root Directory Region)
3.4.3文件和目錄數(shù)據(jù)區(qū)
3.4.4 Flash盤的FAT結(jié)構(gòu)
4固件程序的實現(xiàn)
5固件調(diào)試
結(jié)論
致謝
參考文獻(xiàn)