- 1、本文档共36页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
嵌入式软件动态内存检测工具设计与实现
题 目: 嵌入式设备中的内存测试方法研究与开发
嵌入式设备中的内存测试方法研究与开发
摘要 嵌入式系统是以应用为中心,以计算机技术为基础,并且软硬件可裁剪,适用于应用系统对功能、可靠性、成本、体积、功耗有严格要求的专用计算机系统。根据国际电气和电子工程师协会的定义,嵌入式系统是控制、监视或者辅助设备、机器和车间运行的装置。一般而言,整个嵌入式系统的体系结构可以分成四个部分:嵌入式处理器、嵌入式外围设备、嵌入式操作系统和嵌入式应用软件。
无论是ROM还是RAM,其稳定性对于嵌入系统的可靠性来说都是至关重要的,因此对于硬件中使用到的ROM和RAM进行测试是十分有必要的。本课题的主要工作就是对嵌入式系统的存储设备进行测试,如果存在错误,即返回存储器错误的地址。设计说明书着重说明了嵌入式系统内存测试技术的总体思想、设计结构和实现方法。
关键词 嵌入式系统,内存,测试
毕业设计(论文)外文摘要
Title Memory test on embedded system
Abstract Embedded system is used to apply, and based on computer technology , you can also add or reduce the hardware or software on it . It is applicable to the application system possess the rigorous demand calculating machine system special to meritorious service capacity , dependability , cost , bulk and work loss. As the definiens of IEEE, Embedded system is a devices used to control, monitor, or assist the operation of equipment , machinery or plants. for normally ,the entire Embedded system architectonic structure may separate into four sections as follow : the handler of flushbonding , the outside facility of flushbonding , the operating system of flushbonding and the applications of flushbonding.
Whether RAM or ROM ,the stiffness is very important to the systems credibility !So it is necessary to have a memory test in the hardware.In my design, it can test the memory in the embeded system,and as a result,if it has any problem,it will return the address where the mistakes take place. This design will expression the thoughts and the structure of Memory test on embedded system .
Keywords Embedded System,Memory Test.
目 次
1 绪论 2
1.1引言 2
1.2 嵌入式系统概述 2
1.2.1 嵌入式系统的定义 2
1.2.2 嵌入式系统的特点 2
1.2.3 嵌入式系统的展望 2
1.3 内存的概述 2
1.4 本文的工作 2
2 内存检测技术简介 2
3 嵌入式系统的内存检测概述 2
4 嵌入式系统的内存检测的设计与实现 2
4.1 引言 2
4.2 嵌入式系统内存测试总体设计思想 2
4.2.1 走1测试 2
4.2.2 地址线测试: 2
4.2.3 测试存储器本身的完整性 2
4.3 嵌入式系统内存测试设计结构及实现 2
4.4 结果及性能分析 2
4.5 部分代码 2
5 结束语 2
致 谢 2
参 考
文档评论(0)