你好,欢迎来到经管之家 [登录] [注册]

设为首页 | 经管之家首页 | 收藏本站

基于ARM控制器LPC2214的嵌入式文件系统_电子信息工程毕业论文

发布时间:2015-01-14 来源:人大经济论坛
电子信息工程毕业论文范文 目录 摘要I ABSTRACTII 目录III 第1章 绪论1 1.1 背景1 1.2 研究内容2 第2章 嵌入式文件系统简介3 2.1 文件系统概述3 2.2 嵌入式文件系统的功能与特点3 2.3 本章小结4 第3章 嵌入式文件系统设计技术5 3.1文件存储分配方式5 3.1.1 连续分配5 3.1.2 链接表分配5 3.1.3 索引的链接表分配6 3.2 磁盘空间管理7 3.2.1 块大小7 3.2.2 记录空闲块8 3.3文件系统性能9 3.4 本章小结10 第4章 保护机制11 4.1 保护域11 4.2 存取控制表11 4.3 权限11 4.4 本章小结12 第5章 基本的文件操作13 5.1 FAT文件系统介绍13 5.1.1 FAT文件分配表14 5.1.2 簇的大小15 5.1.3 簇的分配15 5.1.4 簇的释放16 5.2 介绍LPC221416 5.3 文件系统的格式16 5.4 文件操作17 5.4.1 用户接口函数17 5.4.2 数据结构18 5.4.3 初始化19 5.4.4 删除文件19 5.4.5 打开文件21 5.4.6 关闭文件23 5.5 本章小结26 第6章 结论27 致谢28 参考文献29 附录30 摘要 随着嵌入式系统应用的逐渐深入和广泛,对嵌入式操作系统的要求也日益提高,文件系统是操作系统的核心部分。 嵌入式操作系统的文件系统是指嵌入式操作系统中文件的组织与管理结构,它是嵌入式操作系统的核心。从外部看来,文件系统是一组文件和目录的操作。文件可以被读写,目录可以被创建和删除。而在内部看,文件系统却迥然不同。文件系统的设计,必须考虑到存储区如何分配以及系统如何记录文件、使用了哪些块等。文件系统的可靠性和性能也是一个重要问题。不同的操作系统其文件系统也不尽相同,这主要体现在文件存储空间的动态分配机制上,各种文件系统各有自己的特点。 本文将介绍基于ARM控制器LPC2214的嵌入式文件系统。很多的嵌入式应用涉及的数据处理都需要有文件系统,而嵌入式文件系统的操作有自己的特点,所以实现其功能的函数需要对传统的文件系统进行改造,所以本次毕业设计的任务是在充分熟悉传统的文件系统的实现后,针对嵌入式系统的要求对其改写完成简单的文件系统中文件打开、关闭及对其进行读、写及删除等文件操作。 关键词:嵌入式,文件系统,LPC2214 ABSTRACT With the application of embedded system gradually extensive,all kinds of requirements in embedded operating system are increasing.File system is a core component of the operating system. File system of embedded operating system includes document organization and management structure.It is the core of embedded operating system.The file system is a group of files and directories operation in ecternal.Documents can be read and write, directories can be created and deleted.And internally,the file system is very different. File system design must take into account the storage area of the distribution system and how to record documents,which block the use of such.File system performance and reliability also are important issues.The file systems of each operating systems are not necessarily the same,which is mainly reflected in the document storage space of the dynamic allocation mechanism.Documents system has its own characteristics. File system based on the ARM embedded controller LPC2214 is presented in this paper. Many embedded applications involving data processing needed file system.The operation of embedded file system an has its own characteristics.Therefore,to complete these function need improving the function of the traditional file system.So this graduation design mission is fully familiar with the traditional system of documentation,according to the requirements of embedded systems,completing simple file system which includes functions of file creation and reading,writing,deleted file manipulation etc.. Keywords: embedded, file system,LPC2214
经管之家“学道会”小程序
  • 扫码加入“考研学习笔记群”
推荐阅读
经济学相关文章
标签云
经管之家精彩文章推荐