实时系统论文:基于ARM的嵌入式实时操作系统的设计与开发.docVIP

实时系统论文:基于ARM的嵌入式实时操作系统的设计与开发.doc

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
实时系统论文:基于ARM的嵌入式实时操作系统的设计与开发

实时系统论文:基于ARM的嵌入式实时操作系统的设计与开发 【中文摘要】随着嵌入式系统的快速发展,嵌入式实时操作系统的应用也越来越广泛,开发人员对嵌入式系统的需求不再仅仅是一个简练、高效的内核,他们要求实时系统能够提供的硬件平台支持,和系统紧密结合、配置简单的系统模块。本文便是基于以上需求设计并实现了嵌入式实时系统KEOS。KEOS内核最大支持32个任务优先级,并且每优先级可同时运行多个任务;实现了实时系统常用的内核对象包括信号量、互斥信号量、信号量集、消息邮箱和数据队列;实现并优化了基于时间车轮的系统定时器,并提出了基于内存空闲页的固定尺寸内存动态分配方法。在此基础上KEOS为系统硬件驱动提供了统一的封装接口。移植并精简了Linux下的虚拟文件系统,实现了对FAT文件系统的支持。使开发人员只需编写简单的底层驱动便可以实现KEOS对文件系统的高效访问。论文实现了KEOS在ARM9开发平台上的移植,并使用GUN make来管理KEOS移植和模块增加过程中不断增多的源代码文件。通过在源码目录下添加简单、灵活的Makefile脚本文件。实现对支持不同平台,不同编译器的源代码进行统一配置与管理的需求。从而可以方便地为系统添加的硬件平台支持以及的系统模块。 【英文摘要】With the development of embedded system, more and more projects use real time operating system (RTOS) as their development platform. At present the developers need not only an effective RTOS kernel, but a RTOS which includes huge hardware platform supports and system modules directly. According to this real demand, we developed a RTOS named KEOS (Keep it Easy Operation System) in this paper.The kernel KEOS supports 32 task priority levels and each task priority can have more than one task. General used kernel objects are implemented, which include semaphore, mutual exclusion semaphore, semaphore set, message box and data queue; an optimized timing wheel is used in timer service and a method based on fixed size dynamic memory allocation from system free pages is implemented for memory allocation service.Based on the kernel of KEOS we designed a unified driver interface, porting and simplying virtual file system under Linux. And Microsoft抯 FAT file system is also realized under the virtual file system. So developers who want to get file system support on KEOS only need to write their lower hardware driver codes.KEOS is ported to hardware platform based on ARM9 processor. When KEOS is porting to other hardware platforms and more system modules are imported, the code files greatly increase in numbers. We use GNU make for code management and modelers configuration, by adding the simple and flexible Makefile script under every KEOS source code

文档评论(0)

zhengshumian + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档