<?xml version="1.0" encoding="utf-8" ?>















<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="zh_CN">
<title><![CDATA[看你来了]]></title>
<link rel="alternate" type="text/html" href="http://kkk2006.blog.bokee.net"/>
<modified>2007-05-19T21-53-42 CST</modified>
<tagline type="text/html" mode="escaped"><![CDATA[没有分散式的晚餐]]></tagline>
<generator url="http://www.bokee.net/" version="2.0">bokee.net</generator>
<copyright>Copyright (c) 2005,  kkk2006</copyright>


<entry>
<title>什么是嵌入式系统</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/744090.html"/>
<issued>2007-05-19T21-53-42 CST</issued> 
<created>2007-05-19T21-53-42 CST</created>
<modified>2008-09-05T18-02-20Z</modified>
<id>tag:kkk2006.blogchina.com,2005://744090</id>
<author>
<name>kkk2006</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/kkk2006.html</url>
</author>
<dc:subject>嵌入式的看点</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<center>&nbsp;<a title="嵌入式" style="COLOR: blue; TEXT-DECORATION: underline" href="http://www.ednchina.com/word/253098.aspx">嵌入式</a>系统是以应用为中心，以计算机技术为基础，并且软硬件可裁剪，适用于应用系统对<a title="功能" style="COLOR: blue; TEXT-DECORATION: underline" href="http://www.ednchina.com/word/253101.aspx">功能</a>、可靠性、成本、体积、功耗有严格要求的专用计算机系统。它一般由嵌入式微<a title="处理器" style="COLOR: blue; TEXT-DECORATION: underline" href="http://www.ednchina.com/word/253099.aspx">处理器</a>、外围硬件设备、嵌入式<a title="操作系统" style="COLOR: blue; TEXT-DECORATION: underline" href="http://www.ednchina.com/word/253097.aspx">操作系统</a>以及用户的应用程序等四个部分组成，用于实现对其他设备的控制、监视或管理等功能。 <br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 嵌入式系统一般指非PC系统，它包括硬件和<a title="软件" style="COLOR: blue; TEXT-DECORATION: underline" href="http://www.ednchina.com/word/253100.aspx">软件</a>两部分。硬件包括处理器／微处理器、存储器及外设器件和I／O端口、图形控制器等。软件部分包括操作系统软件（OS）（要求实时和多任务操作）和应用程序编程。有时设计人员把这两种软件组合在一起。应用程序控制着系统的运作和行为；而操作系统控制着应用程序编程与硬件的交互作用。 <br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 嵌入式系统的核心是嵌入式微处理器。嵌入式微处理器一般就具备以下4个特点： <br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1）对实时多任务有很强的支持能力，能完成多任务并
<table align="left">
    <tbody>
        <tr>
            <td id="Adimg">
            <div id="AdvertisemantBar1">
            <div><iframe marginwidth="0" marginheight="0" src="http://view.atdmt.com/DSF/iview/rdbsstsm0010000013dsf/direct/01?click=" frameborder="0" width="336" scrolling="no" height="280" allowtransparency="allowtransparency" topmargin="0" leftmargin="0"></iframe></div>
            </div>
            <!-- AdvertisemantBar end --></td>
        </tr>
    </tbody>
</table>
且有较短的中断响应时间，从而使内部的代码和实时内核心的执行时间减少到最低限度。 <br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2）具有功能很强的存储区保护功能。这是由于嵌入式系统的软件结构已模块化，而为了避免在软件模块之间出现错误的交叉作用，需要设计强大的存储区保护功能，同时也有利于软件诊断。 <br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3）可扩展的处理器结构，以能最迅速地开展出满足应用的最高性能的嵌入式微处理器。 <br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4）嵌入式微处理器必须功耗很低，尤其是用于便携式的无线及移动的计算和通信设备中靠电池供电的嵌入式系统更是如此，如需要功耗只有mW甚至&mu;W级。 <br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 嵌入式计算机系统同通用型计算机系统相比具有以下特点：　 <br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.嵌入式系统通常是面向特定应用的 嵌入式CPU与通用型的最大不同就是嵌入式CPU大多工作在为特定用户群设计的 系统中，它通常都具有低功耗、体积小、集成度高等特点，能够把通用CPU中许多由板卡完成的任务集成在芯片内部，从而有利于嵌入式系统设计趋于小型化，移动能力大大增强，跟网络的耦合也越来越紧密。 <br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.嵌入式系统是将先进的计算机技术、半导体技术和电子技术与各个行业的具体应用相结合后的产物。这一点就决定了它必然是一个技术密集、资金密集、高度分散、不断创新的知识集成系统。 <br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3.嵌入式系统的硬件和软件都必须高效率地设计，量体裁衣、去除冗余，力争在同样的硅片面积上实现更高的性能，这样才能在具体应用中对处理器的选择更具有竞争力 <br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.嵌入式系统和具体应用有机地结合在一起，它的升级换代也是和具体产品同步进行，因此嵌入式系统产品一旦进入市场，具有较长的生命周期。 <br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5.为了提高执行速度和系统可靠性，嵌入式系统中的软件一般都固化在存储器芯片或单片机本身中，而不是存贮于磁盘等载体中。 <br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6.嵌入式系统本身不具备自举开发能力，即使设计完成以后用户通常也是不能对其中的程序功能进行修改的，必须有一套开发工具和环境才能进行开发。 </center>]]>
</content>
</entry>

</feed>
