嵌入式项目开发过程PPT格式课件下载.ppt

上传人:b****1 文档编号:14508037 上传时间:2022-10-23 格式:PPT 页数:73 大小:1.22MB
下载 相关 举报
嵌入式项目开发过程PPT格式课件下载.ppt_第1页
第1页 / 共73页
嵌入式项目开发过程PPT格式课件下载.ppt_第2页
第2页 / 共73页
嵌入式项目开发过程PPT格式课件下载.ppt_第3页
第3页 / 共73页
嵌入式项目开发过程PPT格式课件下载.ppt_第4页
第4页 / 共73页
嵌入式项目开发过程PPT格式课件下载.ppt_第5页
第5页 / 共73页
点击查看更多>>
下载资源
资源描述

嵌入式项目开发过程PPT格式课件下载.ppt

《嵌入式项目开发过程PPT格式课件下载.ppt》由会员分享,可在线阅读,更多相关《嵌入式项目开发过程PPT格式课件下载.ppt(73页珍藏版)》请在冰豆网上搜索。

嵌入式项目开发过程PPT格式课件下载.ppt

第二成员:

记录与提问其他技术人员:

参与探讨并形成产品蓝图列出必做适宜清单,找到设计产品的共同蓝图,嵌入式项目设计生命周期

(二)硬件与软件的划分,观点:

软硬件是可以互相替换的如:

浮点运算与浮点处理器(FPU)等两种不同的划分策略优化处理器能力和软件通过ASIC设计找到解决途径划分中需要考虑的许多需求价格低、性能领先、市场竞争、知识产权等CPU的选择将影响划分决策和开发工具选择,嵌入式项目设计生命周期(三)迭代与实现,迭代与实现阶段的主要特点:

主要障碍可能还是在软硬件的详细划分上设计约束被深刻理解和建模保留软硬件划分之间的余地软硬件设计人员之间的迭代结构体系模拟器:

Simulator评估板或开发板:

EvaluationBoard目的:

减小设计阶段后期风险,嵌入式项目设计生命周期(四)详细的硬件与软件设计文档管理,这里不详细讨论软硬件设计问题大部分同学在其他课程中学到的C/C+/JAVA编程技术、数字设计和微处理器知识使他们有足够的机会解决设计中遇到的问题文档管理与质量控制设计复用和可视化减小设计修改成本有助于测试和质量控制,嵌入式项目设计生命周期(五)硬件与软件集成,NotaeasyProblemBigEndian/LittleEndian引发的问题调试过程及实时系统调试方法带来的一些问题等嵌入式系统设计中软硬件集成的理想状态由第一个硬件原型、应用软件、驱动代码、操作系统设计出完美的系统没有致命错误没有飞线不用重新设计ASIC或FPGA没有太多的软件设计修改,嵌入式项目设计生命周期(六)产品测试与发布,嵌入式产品测试具有特殊的意义人们或许可以容忍PC偶然死机,但是核电站报警系统?

导弹控制系统?

PC外围硬件Isthereanyproblemwithyou?

测试的目的不仅是确信软件不会在关键时刻崩馈还必须查明是否在运行时能接近最优性能,尤其是用高级语言编写或多个开发人员编写的程序每个微小的错误都可能是致命的如轻微内存泄漏,长时间运行才能发现的问题等,嵌入式项目设计生命周期(七)产品维护和升级,产品维护的模式维护/支持小组!

设计小组维护详细文档经验技巧上一代产品产品升级的巨大代价理解原设计人员的思路与代码反向逆推并改进原始设计小组的工作需要非凡的技艺或强大的反向设计工具否则,不如开始新的设计,这是原供应商和生产上所不愿意看到的,主要内容,嵌入式设计生命周期选择过程划分决策详细的硬件与软件设计嵌入式硬件开发过程嵌入式软件开发过程软硬件协同设计过程开发、调试环境与工具,选择过程处理器平台,选择处理器是一个复杂的工作,它不仅是一个简单的“优化”问题,必须通过四道关键测试:

是否便于实现是否能够提供足够的性能是否有合适的操作系统支持是否有大量合适的开发工具(和设计资源)支持其他因素可能会影响这种选择上市时间、企业对特定开发商的偏好或承诺等,Howdowechoosemicroprocessor?

PowerBudget,CostofGoods,Real-timeConstraints,LegacyCode,Performance,TimetoMarket,Landmines,ToolSupport,BruteforcemethodofimprovingperformanceBottleneckcouldbeinsoftwaredesignorcompiler!

FasterisntalwaysbetterPerformanceClockspeedTrade-off:

AsclockspeedenergyMemorycostsincreaseOtherperipheraldeviceswillcostmore,ClockSpeed,Evaluatingprocessorperformance,Clockspeed:

butinstructionspercyclemaydifferInstructions/sec:

butworkperinstructionmaydifferDhrystone:

Syntheticbenchmark,developedin1984SPEC:

realisticbenchmarks,butorientedtodesktopsEEMBCEDNEmbeddedBenchmarkConsortium,www.eembc.orgSuitesofbenchmarks:

automotive,consumerelectronics,networking,officeautomation,telecommunications,vonNeumannArchitecture,memory,CPU,PC,address,data,IR,ADDr5,r1,r3,200,200,ADDr5,r1,r3,Harvardarchitecture,CPU,PC,datamemory,programmemory,address,data,address,data,vonNeumannvs.Harvard,Harvardcantuseself-modifyingcode.Harvardallowstwosimultaneousmemoryfetches.MostDSPuseHarvardarchitectureforstreamingdata:

greatermemorybandwidth;

morepredictablebandwidth.,ARMvs.SHARC,ARM7isvonNeumannarchitectureWewillconcentrateonARM7ARM9isHarvardarchitectureSHARCismodifiedHarvardarchitecture.Onchipmemory(1Gbit)evenlysplitbetweenprogrammemory(PM)anddatamemory(DM)Programmemorycanbeusedtostoresomedata.Allowsdatatobefetchedfrombothmemoryinparallel,uPPerformance,Widthofdatapathperformance(WidthofDataPath)2ThemostgeneralcategorizationofprocessorperformanceTypicaldatabuswidths:

4,8,16,32,64,128bitswideWiderdatabusses-greaterdataprocessingcapabilityDatabuswidthtrade-off,thewiderdatapath:

IsmorecomplextodesignTakesupmoreroomonPCboardsGeneratesgreateramountsofenergyRequiresmorecostlymemorydesignsIsnotcompatiblewithexistinghardware,Moreondatapathwidth,Datapathwidthgenerallydeterminesfunctionality4,8bits-Appliances,modems,simpleapplications16bits-Industrialcontrollers,automotive32bits-Telecomm,laserprinters,high-performanceapps64bits-PCs,UNIXworkstations,games128,256bits(VLIW)-NextgenerationInternalandexternaldatapathsmaydifferinsizeNarrowermemoryismoreeconomicalMC68000:

32-bitinternal/16-bitexternalMC68008:

32-bitinternal/8-bitexternal80C188:

16-bitinternal/8-bitexternalRemember:

An8-bitprocessorcandoalmosteverythinga64-bitprocessorcando,itwilljusttakelongertoaccomplish,ProcessorMicro-architecture,On-chipinstruction/datacache,howbig?

PipelinesSuperscalar/VLIWTrade-off-highperformancecostsmoney,powerAddressbusdesignAddressbuswidth:

16-36bitsMultiplexed,synchronous,asynchronousProcessortype:

CISC,RISC,DSPWhatisthenatureofthealgorithmtoimplement?

Controlrich:

CISCDatarich:

RISCDatatransformsandmathematicalprocessing:

DSP,Moreonaddressbuswidth,TheamountofexternallyaccessiblememoryisdefinedastheAddressSpaceoftheprocessorCanvaryfrom1KBforsimplemicrocontrollerstoover60GBinhighperformanceprocessorsSizeoftheaddressspacedoesntmeanthatyouhavethatmuchmemory,itonlymeansthatthecapabilitiesexisttodirectlyaccessitProcessorswithsmalleraddressspacescanstillmanipulatelargermemoryarrayswithtechniquessuchasPagingSpecialmemoryorI/OlocationusedtoswapinandoutmemorypagesExample:

An8-bitZ80processorw

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 成人教育 > 专升本

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1