标题:嵌入式系统与通用计算机系统的区别

To understand what falls into the category of embedded computing ,it is instructive to note what is not a requirement for embedded

devices.Lifetimes of embedded devices are very different from the three-year obsolescence cycle of general-purpose machines.

Some devices are nearly disposable:the average Japanese cellular phone is replaced in less than one year. At the opposite extreme,

infrastructural devices such as telephone switches depreciate on a 30-year schedule.these lifetime differences have concrete effects

on upgradability and backward  compatibility.Few embedded  devices have upgrade requirements. For example,avid automotive

enthusiasts change the chips in their cars,but these are usually ROMS,not processors.Most consumer items(e.g,cellular phones and

pagers)are replaced,not upgraded.

Backward compatibility is seldom an embedded requirement,as software does not migrate from one device to another.

(An interesting exception is game consoles:to maintain compatibility ,later console chips must be capable of being exactly as fast as

the early versions despite changes in underlying process technology.in consoles,backward compatibility is often implemented by

putting a complete copy of the previous-generation console in one small  corner of the next-generation die.)

Because many embedded designs need not be backward compatible with previous implementations,designers are free to switch

designs with each product generation.Consequently,there is less emphasis on the distinction between architecture and implementation

.if a new version of a chip is slightly incompatible but much better then its predecessors,designers may still be willing to use it.

Designers of embedded devices face more constraints than designers of general-purpose devices. Power,energy efficiency ,cost

,and physical dimensions usually have a much bigger in embedded systems.This is not to say that embedded devices are

more difficult to build than general-purpose  devices;the latter tend to have high overall performance goals and huge compatibility

requirements.But the overall priorities and the balance among them are different for  embedded devices.

翻译:

首先为了了解哪些属于嵌入式计算范畴,我们必须知道嵌入式设备必须具备哪些特点。就设备生命周期而言,嵌入式设备与三年才更新一次的通用设备存在很大的差异,有些甚至是一次性的。日本人平均不到一年的时间就更换一次手机。与之相反的是,一些基础设置如电话交换机则工作30年。生命周期的不同将会对设备的升级和后续兼容性造成很大的影响。很少有嵌入式设备有升级的必要。比如说,狂热的汽车爱好者通常更换车的芯片是ROM,而不是处理器。大部分的消费产品(如手机,呼机)是被替换掉,而不是升级。

另一方面,向后兼容同样不是嵌入式设备的必须,就像软件不需要考虑向其他平台移植一样。【但是有个有趣的个例:游戏机。为了保持可扩展性,不管基础硬件上有什么样的改变,新的处理器必须能够处理的和原有的一样快;为了实现后续兼容,则是将上一代的控制程序固化到新一代处理器的某个存储区里】因为许多的嵌入式产品不需要和以前的产品保持兼容,所以设计者们可以随心所欲的设计每一代产品。所以,架构和实现并没有特别明显的区别。比如有个最新的芯片与器件有些小小的不相容,但是比以往的性能要好上许多,设计者可能更愿意使用它。

嵌入式设备设计者们将会比通用设备设计者面临更多的束缚。电源,功耗,成本,大小。当然,这并不是说嵌入式设备设计就比通用设备设计要难;通用设计对整体性能和兼容性有很高的要求。当然这些要求与嵌入式设备有着很大的不同。

Distinguishing Between Embedded and General-Purpose Computing的更多相关文章

  1. PatentTips - Safe general purpose virtual machine computing system

    BACKGROUND OF THE INVENTION The present invention relates to virtual machine implementations, and in ...

  2. General Purpose Hash Function Algorithms

    General Purpose Hash Function Algorithms post@: http://www.partow.net/programming/hashfunctions/inde ...

  3. libeXosip2(2) -- General purpose API.

    General purpose API. general purpose API in libeXosip2-4.0.0. More... Modules eXosip2 configuration ...

  4. However, a general purpose protocol or its implementation sometimes does not scale very well.

    https://netty.io/wiki/user-guide-for-4.x.html The Problem Nowadays we use general purpose applicatio ...

  5. 把书《CUDA By Example an Introduction to General Purpose GPU Programming》读薄

    鉴于自己的毕设需要使用GPU CUDA这项技术,想找一本入门的教材,选择了Jason Sanders等所著的书<CUDA By Example an Introduction to Genera ...

  6. PatentTips - Heterogeneous Parallel Primitives Programming Model

    BACKGROUND 1. Field of the Invention The present invention relates generally to a programming model ...

  7. Apparatus, system, and method for automatically minimizing real-time task latency and maximizing non-real time task throughput

    An apparatus, system, and method are provided for automatically minimizing Real-Time (RT) task laten ...

  8. 【C/C++开发】c++ 工具库 (zz)

    下面是收集的一些开发工具包,主要是C/C++方面的,涉及图形.图像.游戏.人工智能等各个方面,感觉是一个比较全的资源.供参考!  原文的出处:http://www.codemonsters.de/ho ...

  9. 科学家有了钱以后,真是挺吓人的——D.E.Shaw的牛逼人生

    科学家有了钱以后,真是挺吓人的——D.E.Shaw的牛逼人生 黑科技,还是要提D.E.Shaw Research这个奇异的存在. 要讲这个黑科技,我们可能要扯远一点,先讲讲D.E. Shaw这个人是怎 ...

随机推荐

  1. 【整理】Object-C中的属性(Property)的Setter:assign,copy,retain,weak,strong之间的区别和联系

    iOS编程过程中,经常看到一些属性前面有些修饰符,比如copy,retain等. 这些关键字,是Object-C语言中,对于Property的setter. Mac官网: The Objective- ...

  2. BZOJ 1708: [Usaco2007 Oct]Money奶牛的硬币( dp )

    背包dp.. -------------------------------------------------------------------------------- #include< ...

  3. PHP创建定义数组

    $array = array();      $array["key"] = "values";  ?> 在PHP中声明数组的方式主要有两种:1.用arr ...

  4. JS笔记 入门第一

    WHY? 一.你知道,为什么JavaScript非常值得我们学习吗? 1. 所有主流浏览器都支持JavaScript. 2. 目前,全世界大部分网页都使用JavaScript. 3. 它可以让网页呈现 ...

  5. 字符串匹配算法1-KMP

    前面介绍过,字符串搜索一般来说有三种方式,前缀搜索,后缀搜索,子串搜索.KMP使用的是前缀搜索. 假设p的偏移是i,也就是窗口的位置是i,匹配到位置j+1时发现了不匹配.现在的问题是向前移动窗口到什么 ...

  6. 升级Xcode6.3插件失效解决办法

     1.打开终端,输入以下代码获取到DVTPlugInCompatibilityUUID         defaults read /Applications/Xcode.app/Contents/I ...

  7. 指针和引用区别 C++

    #include <iostream> using namespace std; int main(){ ; void cubeByPoint(int *);//指针传参声明 void c ...

  8. AssetManager中的路径参数不能包含"assets/"

    String path = “music/bg.mp3”: //正确的参数 //String path = “assets/music/bg.mp3”: //错误的参数 //String path = ...

  9. BZOJ 1005 明明的烦恼 (组合数学)

    题解:n为树的节点数,d[ ]为各节点的度数,m为无限制度数的节点数. 则               所以要求在n-2大小的数组中插入tot各序号,共有种插法: 在tot各序号排列中,插第一个节点的 ...

  10. SqlServer2012导入Oracle详细案例

    第一次使用SqlServer2012,界面和VS2012风格一致了,Great! 进入正题,这篇博文主要写一下自己亲测的一个案例,使用SqlServer2012的“导入和导出数据”功能向Oracle1 ...