资源描述:
《fat文件系统在sd卡上的实现和应用_学位论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、北京邮电大学毕业设计(论文)用纸FAT文件系统在SD卡上的实现和应用摘要本次设计的内容是FAT文件系统在SD卡上应用与实现。SD卡的结构能保证数字文件传送的安全性,也很容易重新格式化,所以有着广泛的应用领域,音乐、电影、新闻等多媒体文件都可以方便地保存到SD卡中。因此不少数码相机也开始支持SD卡。本文主要利用C语言进行程序设计,编辑与编译软件:WinAVR仿真调试软件:AVRStudio4,首先通过介绍SD总线下SD卡的底层读写操作,然后对FATFS文件系统结构进行分析,通过用串口查看SD卡获取文件。最后设计SD卡文件的读取、创建、删除的代码实现,通过交叉编
2、译在Atmega16开发板上测试。结果显示,该方法可以应用到MP3项目中,便于歌曲的读取,同样便于文件的管理。AVR单片机的最小系统设计容易:只需要连接电源、焊接晶振就可以工作。很多概念初学者理解起来更容易:例如AVR的时钟源(晶振、内部RC等)不经过分频直接提供给CPU使用,而51的CPU主频等于晶振的12分频。AVR既具有简单的、可以自制的ISP下载线和Jtag仿真器,又有DIP直插的封装形式。AVR的C语言编程与C语言教科书上学习的标准C语言语法是几乎一样的,不像51的C语言,一些bit、srf之类的变量定义在教科书中是找不到的,有利于后续嵌入式系统的
3、学习。关键词:SD卡、FatFs文件系统、AVR单片机i北京邮电大学毕业设计(论文)用纸TheapplicationandRealizationofFATfilesystemintheSDcardAbstractThecontentofthisdesignistheapplicationandRealizationofFATfilesystemintheSDcard.SDcardstructurecanguaranteethesecurityofdigitalfiletransfer,butalsoeasytoformat,sohaveawiderangeo
4、fapplications,music,movies,newsandothermultimediafilescanbeeasilysavedtoSDcard.SomanydigitalcamerasalsosupportSDcard.Inthispaper,usingtheClanguageprogramdesign,editingandcompilingsoftware:WinAVRsimulationsoftware:AVRStudio4,firstintroducestheunderlyingSDcardunderSDbusreadandwriteop
5、erations,andthenontheFAT32filesystemstructureisanalyzed,byusingserialviewtheSDcardaccessfile.Finally,designoftheSDcardfileread,create,deletethecodetoachieve,throughcrosscompilerinAtmega16developmentboardtest.Theresultsshow,themethodcanbeappliedtotheMP3project,easytoreadthesamesong,
6、forfilemanagement.Theminimumsystemdesigniseasy:justneedtoconnectthepowersupply,weldingoscillatorcanwork.Manybeginnersunderstandconceptsmoreeasily:forexampleAVRclock(crystal,internalRC)withoutfrequencydirectlyforCPU,and51CPUfrequencyequaltothefrequencyof12.AVRnotonlyhasasimple,canbe
7、madeISPdownloadlineandJtagsimulator,andapackageofDIPline.ThestandardClearningAVRCprogramminglanguageandClanguagetextbooksonthelanguagegrammarisalmostthesame,unlikethe51Clanguage,definitionofvariablesbit,SRF,isnottobefoundintextbooks,usefulforembeddedsystemstudy.Keywords:SDcardfiles
8、ystem,FatFs,AVRmicrocontro