文档详情

基于ARM9的的μCOS-Ⅱ嵌入式系统移植_.doc.doc

发布:2017-10-09约1.15万字共20页下载文档
文本预览下载声明
大庆师范学院 本科生毕业论文 基于ARM9上的μC/OS-Ⅱ嵌入式系统移植- 院 (系) 物理与电气信息工程 专 业 电子信息工程 研 究 方 向 嵌入式 学 生 姓 名 钮佳楠 学 号 200901071677 指导教师姓名 成宝芝 指导教师职称 讲师 2013年 5 月 15 日摘 要 随着计算机和电子技术的发展,越来越多的嵌入式产品出现在人们的日常生活和工业生产之中,使得生活和生产变得极为方便,由此也带来了嵌入式操作系统的迅速发展C/OS-Ⅱ内核作为一种代码公开的嵌入式实时操作系统,ARM9以内核耗电少,成本低,二者相互搭配,构成了较为完美的搭配组合 本文主要讲述的是μC/OS-Ⅱ在ARM9上的系统移植问题 关键词:μC/OS-Ⅱ;Arm9;移植 Abstract With the development of computer and electronic technology, embedded has become an indispensable part of modern society. Big to industrial production, such as aerospace, small to daily life, such as smart card applications, many devices are built into the embedded, makes the equipment or device has a high automation performance and some degree of intelligence, great convenience to peoples production and living needs, and thus also brought the rapid development of the embedded operating system. Mu C/OS - Ⅱ kernel code, as a kind of open embedded real-time operating system, the ARM kernel, less consumption, lower cost, the two match each other, form the relatively perfect collocation. This article mainly tells the mu C/OS - Ⅱ portability issues on the ARM of the system. Keywords: u C/OS - Ⅱ; Arm; transplant 目录第一章 嵌入式系统基础 5 1.1 嵌入式系统概述 5 1.2 嵌入式体系硬件基础 5 1.3 嵌入式体系软件基础 6 第二章 μC/OS-II介绍 6 第三章ARM9介绍 7 第四章 μC/OS-Ⅱ在S3C2440上的移植 8 4.1 移植环境简介 8 4.2 移植条件 8 4.3 移植步骤 8 4.3.1 INCLUDES.H 9 4.3.2 OS_CFG.H 9 4.3.3 OS_CPU.H 文件 9 4.3.4 OS_CPU_C.C 文件 10 OSTaskStkInt() 10 OSTaskCreateHook() 10 OSTaskDelHook() 10 OSTaskSwHook() 11 OSTaskStatHook() 11 OSTimeTickHook() 11 4.3.5 OS_CPU_A.ASM 文件 11 OSStartHighRdy() 11 OSCtxSw() 12 OSIntCtxSw() 12 OSTickISR() 12 4.4 移植测试 12 第五章 实例移植 13 5.1 工程创建 13 5.2 工程设置 14 5.3 实例调试 18 第六章 结束语 18 参考文献 19 谢 辞 20 第一章 嵌入式系统基础1.1 嵌入式系统概述基于计算机技术,以应用为中心,且软硬件可裁剪,对功能靠性,叫做嵌入式系统一般由以下几部分组成:嵌入式的微处理器硬件设备(外围)嵌入式的操作系统特定应用程序嵌入式系统具有以下几个特点:特定且广泛的应用密集的技术高效性较长生命周期高可靠性软硬件集于一体,以软件为主嵌入式系统的应用领域十分广泛,主要包括交通管理机器人工控设备等嵌入式系
显示全部
相似文档