




已阅读5页,还剩2页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
原 文Title:DEVELOPMENT AND APPLICATION OF SINGLE CHIP MICROCOMPUTERPrinciple of MCUSingle-chip is an integrated on a single chip a complete computer system. Even though most of his features in a small chip, but it has a need to complete the majority of computer components: CPU memory internal and external bus system, most will have the core. At the same time such as integrated communication interfaces, timers, real-time clock and other peripheral equipments. And now the most powerful single-chip system can even voice, image, networking, input and output complex system integration on a single chip.Microcontroller is only the CPU chip developed from dedicated processors. Is the earliest design concept through the integration of a large number of peripherals and CPU in a chip, make the computer system smaller, more easily integrated into a more intricate and strict in volume control equipmentsSingle-chip microcomputer is different from the single machine, however, the chip before without development, it only has the strong function of very large scale integrated circuit, if giving it a particular program, it is a minimum, complete a microcomputer control system, it with the single machine or personal computer (PC) the distinction that having essence, MCU application belongs to the chip level, requires the user to understand the structure of the single-chip microcomputer and command system, and other integrated circuit application technology and system needs the theory and design technology, in this particular chip design application, so that the chip has the specific function.Different MCU have different hardware and software characteristics, the technical features is that they are not the same, depends on the internal structure of single-chip microcomputer hardware features, users want to use a single chip microcomputer, must know whether the products meet the need of function and characteristic parameters required by the application system. The technical features include the features, control and electrical properties, etc., the information need to get from the manufacturers technical manuals. Software refers to the instruction system characteristics and development support environment, instruction features which we are familiar with single-chip microcomputer addressing mode, data processing and logical approach, input/output characteristics and the requirement of power supply and so on. Development support of environmental compatible includes instructions and portability, supporting software (including can support the development of application software resources) and hardware resources. To take advantage of a type microcontroller to develop their own application system, to master its structure features and technical characteristics is a must.Single-chip microcomputer control system to replace previous use of complex electronic circuits or digital circuit of control system, can control software to realize, and can realize the intellectualized, now ubiquitous single-chip microcomputer control category, such as communication products, household appliances, smart instrumentation, process control and special control device and so on, single-chip computer is finding wider and wider application fields.Hardware introduction:The 8051 family of micro controllers is based on an architecture which is highly optimized for embedded control systems. It is used in a wide variety of applications from military equipment to automobiles to the keyboard on your PC. Second only to the Motorola 68HC11 in eight bit processors sales, the8051 family of microcontrollers is available in a wide array of variations from manufacturers such as Intel, Philips, and Siemens. These manufacturers have added numerous features and peripherals to the 8051 such as I2C interfaces, analog to digital converters watchdog timers, and pulse width modulated outputs. Variations of the 8051 with clock speeds up to 40MHz and voltage requirements down to 1.5volts are available. This wide range of parts based on one core makes the 8051family an excellent choice as the base architecture for a companys entire line of products since it can perform many functions and developers will only have to learn this one platform.The basic architecture consists of the following features:an eight bit ALU32descrete I/O pins (4 groups of 8) which can be individually accessedtwo16 bit timer/countersfull duplex UART6 interrupt sources with 2 priority levels128bytes of on board RAMseparate 64K byte address spaces for DATA and CODE memoryOne 8051 processor cycle consists of twelve oscillator periods. Each of the twelve oscillator periods is used for a special function by the 8051 core such as op code fetches and samples of the interrupt daisy chain for pending interrupts. The time required for any 8051 instruction can be computed by dividing the clock frequency by 12, inverting that result and multiplying it by the number of processor cycles required by the instruction in question. Therefore, if you have a system which is using an11.059MHz clock, you can compute the number of instructions per second by dividing this value by 12. This gives an instruction frequency of instructions per second. Inverting this will provide the amount of time taken by each instruction cycle (1.085 microseconds).MCU applicationsSCM now permeate all areas of our lives which is almost difficult to find traces of the field without SCM. Missile navigation equipment, aircraft, all types of instrument control, computer network communications and data transmission, industrial automation, real-time process control and data processing, extensive use of various smart IC card, civilian luxury car security system, video recorder, camera, fully automatic washing machine control, and program-controlled toys, electronic pet, etc., which are inseparable from the microcontroller. Not to mention the area of robot control, intelligent instruments medical equipment was. Therefore, the MCU learning, development and application of the large number of computer applications and intelligent control of the scientists and engineersSCM is widely used in instruments and meters, household appliances, medical equipment, aerospace, specialized equipment, intelligent management and process control fields, roughly divided into the following several areas:1.In the application of Intelligent InstrumentsSCM has a small size, low power consumption, controlling function, expansion flexibility, the advantages of miniaturization and ease of use, widely used instrument, combining different types of sensors can be realized voltage, power, frequency, humidity, temperature, flow, speed, thickness, angle, length, hardness, elemental, physical pressure measurement. SCM makes use of digital instruments, intelligence, miniaturization, and functionality than electronic or digital circuits more powerful. Such as precision measuring equipment (power meter oscilloscope various analytical instrument).2.In the industrial control applicationWith the MCU can constitute a variety of control systems, data acquisition system Such as factory assembly line of intelligent control.3.In Household AppliancesCan be said that the appliance are basically using SCM, praise from the electric rice, washing machines, refrigerators, air conditioners, color TV, and other audio video equipment, to the electronic weighing equipment, varied, and omnipresent. 4.In the field of computer networks and communications applications MCU general with modern communication interface, can be easy with the computer data communication, networking and communications in computer applications between devices had excellent material conditions, are basically all communication equipment to achieve a controlled by MCU from mobile phone, telephone, mini-program-controlled switchboards, building automated communications call system, train radio communication, to the daily work can be seen everywhere in the mobile phones trunk mobile radio, walkie-talkies, etc.译 文题目:单片机的发展和应用单片机原理单片机是指将一个完整的计算机系统集成在一块芯片上。尽管他的大部分功能集成在一块小芯片上,但是它具有一个完整计算机所需要的大部分部件:CPU、内存、内部和外部总线系统,目前大部分还会具有外存。同时集成诸如通讯接口、定时器,实时时钟等外围设备。而现在最强大的单片机系统甚至可以将声音、图像、网络、复杂的输入输出系统集成在一块芯片上。单片机由芯片内仅有CPU的专用处理器发展而来。最早的设计理念是通过将大量外围设备和CPU集成在一个芯片中,使计算机系统更小,更容易集成更复杂的而对体积要求严格的控制设备当中。然而单片机又不同于单板机,芯片在没有开发前,它只是具备功能极强的超大规模集成电路,如果赋予它特定的程序,它便是一个最小的、完整的微型计算机控制系统,它与单板机或个人电脑(PC机)有着本质的区别,单片机的应用属于芯片级应用,需要用户了解单片机芯片的结构和指令系统以及其它集成电路应用技术和系统设计所需要的理论和技术,用这样特定的芯片设计应用程序,从而使该芯片具备特定的功能。不同的单片机有着不同的硬件特征和软件特征,即它们的技术特征不尽相同,硬件特征取决于单片机芯片的内部结构,用户要想使用某种单片机,必须了解该型产品是否满足需要的功能和应用系统所要求的特性指标。这里的技术特征包括功能特性、控制特性和电气特性等等,这些信息需要从生产厂商的技术手册中得到。软件特征是指指令系统特性和开发支持环境,指令特性即我们熟悉的单片机的寻址方式,数据处理和逻辑处理方式,输入输出特性及对电源的要求等等。支持开发的环境包括指令的兼容及可移植性,支持软件(包含可支持开发应用程序的软件资源)及硬件资源。要利用某型号单片机开发自己的应用系统,掌握其结构特征和技术特征是必须的。单片机控制系统能够取代以前利用复杂电子线路或数字电路构成的控制系统,可以通过软件控制来实现,并能够实现智能化,现在单片机控制范畴无所不在,例如通信产品、家用电器、智能仪器仪表、过程控制和专用控制装置等等,单片机的应用领域越来越广泛。 单片机硬件介绍:8051系列微控制器是建立在一个高度优化的嵌入式控制系统的结构上。它的运用范围比较广,从军事装备到汽车再到你的PC机的键盘。仅次于摩托罗拉8位处理器68HC11的销售,家庭中的8051微控制器,在制造商上有各种各样的变化,如因特尔公司、西门子、飞利浦。这些厂家已经增加了许多功能及外设,如总线接口,模拟到数字转换器,看门狗定时器、脉冲宽度调制的输出。8051与时钟变化速度高达40MHz的电压需求降低到1.5volts可供选择。这种大范围基于一个核心部件,使8051系列是一个很好的选择,作为一个产品公司的整个产品线,因为它可以执行许多功能和开发的基础架构将只需要学习这一个平台。基本结构有以下特
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 煤气供应联系管理办法
- 桥梁加固施工管理办法
- 深圳维修资金管理办法
- 生产用车租赁管理办法
- 佳木斯犬坐下管理办法
- 兼职人员提成管理办法
- 生产许可标志管理办法
- 生产质量报告管理办法
- 公用住房管理暂行办法
- 煤矿节能管理暂行办法
- 公司员工公积金管理制度
- 门窗店员工管理制度
- 护士职业精神课件
- 护理领域的职业发展与前景展望
- 2025年天津高考数学试卷试题真题及答案详解(精校打印)
- 美团外卖员工合同范本
- GB 45671-2025建筑防水涂料安全技术规范
- 2025上海济光职业技术学院辅导员考试试题及答案
- 2024年江苏三支一扶真题
- 主、被动防护网施工方案-图文
- 2025届广东省东莞市东华中学八年级数学第二学期期末检测试题含解析
评论
0/150
提交评论