多任务系统中,内核负责管理各个任务,或者说为每个任务分配CPU时间,并且负责任务之间的通讯。内核提供的基本服务 以使用实时内核可以大大简化应用系统的设计,是因为实时内核允许将应用分成若干个任务,由实时内核来管理它们。内核 用程序的额外负荷,代码空间增加ROM的用量,内核本身的数据结构增加了RAM的用量。但更主要的是,每个任务要有自己的 吃起内存来是相当厉害的。内核本身对CPU的占用时间一般在2到5个百分点之间。 UC/OS-II有一个精巧的内核调度算法,实时内核精小,执行效率高,算法巧妙,代码空间很少。
标签: 多任务系统
上传时间: 2014-01-16
上传用户:aa54
This book is intended for embedded system programmers, consultants and students interested in real-time operating systems. μC/OS-II is a high performance, deterministic real-time kernel and can be embedded in commercial products (see Appendix F, Licensing). Instead of writing your own kernel, you should consider μC/OS-II. You will find, as I did, that writing a kernel is not as easy as it first looks.
标签: consultants programmers interested intended
上传时间: 2015-11-06
上传用户:l254587896
VxWorks下FLASH 28F320B3的驱动,在VxWorks下调试成功,有详细的中文注释,并可以移植到Linux/WindowsCE/uC/OS-II等嵌入式OS下。
上传时间: 2013-12-20
上传用户:yuanyuan123
本课题的目的就是研制适用于工业现场控制的嵌入式工业控制器,这对于提 高工业现场控制的实时性具有重要意义。本课题以嵌入式系统设计原理和工业控 制实际应用为核心,从理论上和技术方法上开展了一系列研究。主要工作有: 1全面系统地概述了嵌入式系统的发展过程和分类,及其在各个领域 内的应用,以及嵌入式系统的发展方向 2基于嵌入式系统设计原理的嵌入式工业控制器的设计的总体方案, 从硬件和软件两个方面讲述了嵌入式工业控制器的设计思想和方 法,及其可行性的论证 3嵌入式工业控制器硬件平台的设计与调试,着重叙述了硬件平台的 整体设计方案,包括各个设计模块的选型与接口电路的设计 4嵌入式工业控制器所采用的操作系统的移植与调试,详细讲叙了 u C/OS-II实时操作系统在基于AT9I M40800的嵌入式工业控制器 硬件平台上的移植过程及注意事项 5在后继的工作中,我们还要在实时嵌入式操作系统的基础上完成对 操作系统的扩展以及对各个模块的驱动。
上传时间: 2015-12-05
上传用户:kikye
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
『embedded systems building blocks, complete and ready-to-use modules in C, second edition』 - This second edition features revisions that support the latest version of the author s popular operating system and book, MicroC/OS-II - Complete and ready-to-use modules in C Get a clear explanation of functional code modules and microcontroller theory
标签: ready-to-use embedded building complete
上传时间: 2014-12-04
上传用户:阿四AIR
ch03目录下: disasm.tgz :作者改写的反汇编器,可以输出比较容易接受的汇编格式。 simpleboot.tgz: 作者编写的简单boot代码 ch04目录下: gba_ucos.tgz : 作者移植的可运行在GBA(或者模拟器)上的uC/OS-II代码 ch05目录下: znet.tgz : 作者在uC/OS-II上实现的tcp/ip协议实现代码 ch09目录下: font.c 字体显示和变更例程 image1 位图文件加载与显示 2win.c 两个窗口间消息传递例程 button 按钮制作的例程 slider 游戏文件程序
标签: simpleboot tgz disasm ch
上传时间: 2014-01-09
上传用户:妄想演绎师
《STR7 系列微控制器》介绍,以及《µ C/OS-II在STR71x微控制器上的移植》,都是中文的,这年头中文的资料不好找。
上传时间: 2014-01-27
上传用户:英雄
该工程源码是基于EasyARM2200开发平台开发的嵌入式TCP/IP协议栈,协议栈以LwIP为基础,基于uc/os-ii为操作系统,以太网驱动芯片为RTL8019AS,实现了支持多线程实时应用的嵌入式TCP/IP协议栈
上传时间: 2013-12-18
上传用户:jcljkh
混合动力汽车( HEV) 控制系统一直是电动车的核心控制部分。论文介绍了其控制系统具有多任务、实时性的特点, 开发了一套基于Freescale MC9S12DP256 控制器与CAN 总线设计的混合动力汽车管理系统, 提出了在软件开发中引入嵌入式 实时操作系统μC /OS—II , 并重点详述了μC /OS—II 在该系统中的移植与应用。经过理论和实验证明, 该控制系统实时性 强、可靠性高。
上传时间: 2014-01-25
上传用户:wab1981