Example: bankruptcy

Lecture Note On Microprocessor and Microcontroller …

Lecture Note On Microprocessor and Microcontroller Theory and Applications Subject Code:BEE-1501 Semester: 5th Branch: EE and EEE Syllabus Disclaimer This document does not claim any originality and cannot be used as a substitute for prescribed textbooks. The information presented here is merely a collection by the committee members for their respective teaching assignments. Various sources as mentioned at the end of the document as well as freely available material from internet were consulted for preparing this document. The ownership of the information lies with the respective authors or institutions.

Based on application: General-purpose microprocessor- used in general computer system and can be used by programmer for any application. Examples, 8085 to Intel Pentium. Microcontroller- microprocessor with built-in memory and ports and can be programmed for any generic control application. Example, 8051.

Tags:

  Based, Microcontrollers, Microprocessor

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Transcription of Lecture Note On Microprocessor and Microcontroller …

1 Lecture Note On Microprocessor and Microcontroller Theory and Applications Subject Code:BEE-1501 Semester: 5th Branch: EE and EEE Syllabus Disclaimer This document does not claim any originality and cannot be used as a substitute for prescribed textbooks. The information presented here is merely a collection by the committee members for their respective teaching assignments. Various sources as mentioned at the end of the document as well as freely available material from internet were consulted for preparing this document. The ownership of the information lies with the respective authors or institutions.

2 Further, this document is not intended to be used for commercial purpose and the committee members are not accountable for any issues, legal, or otherwise, arising out of this document. The committee members make no representations or warranties with respect to the accuracy or completeness of the contents of this document and specially disclaim any implied warranties of merchantability or fitness for a particular purpose. The committee members shall not be liable for any loss or profit or any other commercial damages, including but not limited to special, incidental, consequential, or other damages.

3 MODULE: 1 1. INTRODUCTION TO Microprocessor AND MICROCOMPUTER ARCHITECTURE: A Microprocessor is a programmable electronics chip that has computing and decision making capabilities similar to central processing unit of a computer. Any Microprocessor - based systems having limited number of resources are called microcomputers. Nowadays, Microprocessor can be seen in almost all types of electronics devices like mobile phones, printers, washing machines etc. Microprocessors are also used in advanced applications like radars, satellites and flights.

4 Due to the rapid advancements in electronic industry and large scale integration of devices results in a significant cost reduction and increase application of microprocessors and their derivatives. Microprocessor - based system Bit: A bit is a single binary digit. Word: A word refers to the basic data size or bit size that can be processed by the arithmetic and logic unit of the processor. A 16-bit binary number is called a word in a 16-bit processor. Bus: A bus is a group of wires/lines that carry similar information. System Bus: The system bus is a group of wires/lines used for communication between the Microprocessor and peripherals.

5 Memory Word: The number of bits that can be stored in a register or memory element is called a memory word. Address Bus: It carries the address, which is a unique binary pattern used to identify a memory location or an I/O port. For example, an eight bit address bus has eight lines and thus it can address 28 = 256 different locations. The locations in hexadecimal format can be written as 00H FFH. Data Bus: The data bus is used to transfer data between memory and processor or between I/O device and processor. For example, an 8-bit processor will generally have an 8-bit data bus and a 16-bit processor will have 16-bit data bus.

6 Control Bus: The control bus carry control signals, which consists of signals for selection of memory or I/O device from the given address, direction of data transfer and synchronization of data transfer in case of slow devices. A typical Microprocessor consists of arithmetic and logic unit (ALU) in association with control unit to process the instruction execution. Almost all the microprocessors are based on the principle of store-program concept. In store-program concept, programs or instructions are sequentially stored in the memory locations that are to be executed.

7 To do any task using a Microprocessor , it is to be programmed by the user. So the programmer must have idea about its internal resources, features and supported instructions. Each Microprocessor has a set of instructions, a list which is provided by the Microprocessor manufacturer. The instruction set of a Microprocessor is provided in two forms: binary machine code and mnemonics. Microprocessor communicates and operates in binary numbers 0 and 1. The set of instructions in the form of binary patterns is called a machine language and it is difficult for us to understand.

8 Therefore, the binary patterns are given abbreviated names, called mnemonics, which forms the assembly language. The conversion of assembly-level language into binary machine-level language is done by using an application called assembler. Technology Used: The semiconductor manufacturing technologies used for chips are: Transistor-Transistor Logic (TTL) Emitter Coupled Logic (ECL) Complementary Metal-Oxide Semiconductor (CMOS) Classification of Microprocessors: based on their specification, application and architecture microprocessors are classified.

9 based on size of data bus: 4-bit Microprocessor 8-bit Microprocessor 16-bit Microprocessor 32-bit Microprocessor based on application: General-purpose Microprocessor - used in general computer system and can be used by programmer for any application. Examples, 8085 to Intel Pentium. Microcontroller - Microprocessor with built-in memory and ports and can be programmed for any generic control application. Example, 8051. Special-purpose processors- designed to handle special functions required for an application. Examples, digital signal processors and application-specific integrated circuit (ASIC) chips.

10 based on architecture: Reduced Instruction Set Computer (RISC) processors Complex Instruction Set Computer (CISC) processors 2. 8085 Microprocessor ARCHITECTURE The 8085 Microprocessor is an 8-bit processor available as a 40-pin IC package and uses +5 V for power. It can run at a maximum frequency of 3 MHz. Its data bus width is 8-bit and address bus width is 16-bit, thus it can address 216 = 64 KB of memory. The internal architecture of 8085 is shown is Fig. 2. Fig. 2 Internal Architecture of 8085 Arithmetic and Logic Unit The ALU performs the actual numerical and logical operations such as Addition (ADD), Subtraction (SUB), AND, OR etc.


Related search queries