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

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. docker基础入门之二

    一.docker文件系统: linuxFS包括boot file system 和 root file system boot file system (bootfs),包含bootloader和ke ...

  2. Strut2中的session和servlet中的session的区别

    在jsp中,内通过内置对象 HttpServletRequest的getSession()方法可以获取到HttpSession,比如: <%@ page language="java& ...

  3. 关于asp.net 的一些好资料地址 , 防止丢失!

    学习数据结构的好网站 : http://student.zjzk.cn/course_ware/data_structure/web/practice/practice1.htm http://www ...

  4. hdu 4704 Sum 费马小定理

    题目链接 求2^n%mod的值, n<=10^100000. 费马小定理 如果a, p 互质, 那么a^(p-1) = 1(mod p)  然后可以推出来a^k % p = a^(k%(p-1) ...

  5. poj 3764 The xor-longest Path Trie

    题目链接 求树上的一条最长异或路径. 定义f(u, v)为u到v的路径, 那么显然f(1, u)^f(1, v) = f(u, v), 想不到这个就没有办法做. 然后就可以用字典树查询+插入了. 用指 ...

  6. POJ 1151Atlantis 扫描线+线段树求矩形面积并

    题目链接 #include <iostream> #include <vector> #include <cstdio> #include <cstring& ...

  7. MVC-04 视图(2)

    三.View如何从Aciton取得数据 从Action取得数据,在ASP.NET MVC可区分成两种方式,一种是“使用弱类型取得数据”,另一种则是“使用强类型取得数据”,两者的差别在于View页面最上 ...

  8. Qt 智能指针学习(7种QT的特有指针)

    从内存泄露开始? 很简单的入门程序,应该比较熟悉吧 ^_^ #include <QApplication> #include <QLabel> int main(int arg ...

  9. Mysql-udf-http 插件的安装与使用

      1. 在Linux系统上安装Mysql-udf-http ulimit -SHn wget http://curl.haxx.se/download/curl-7.21.1.tar.gz .tar ...

  10. CSF 中的应用程序请求路由

    编辑人员注释:本文章由 AzureCAT 团队的 Christain Maritnez 撰写. 应用程序请求路由(简称为 ARR)可能是 Microsoft 使用的技术中讨论得最少但极为重要的技术之一 ...