Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
32 views
ARM Architecture
Uploaded by
Tica Ahmad
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save ARM architecture For Later
Download
Save
Save ARM architecture For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
32 views
ARM Architecture
Uploaded by
Tica Ahmad
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save ARM architecture For Later
Carousel Previous
Carousel Next
Download
Save
Save ARM architecture For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 20
Search
Fullscreen
Processor System Architecture The typical processor system consists of: = CPU (central processing unit) = ALU (arithmetic-logic unit) = Control Logic = Registers, etc... = Memory = Input / Output interfaces Interconnections between these units: = Address Bus = Data Bus = Control BusMicroprocessor :- ¢ It is a programmable digital device, designed with registers, flip-flops, Timing elements which has a set of instructions, designed internally, to manipulate data and communicate with peripherals. + The microprocessor can respond to external signals. It can be interrupted, reset, or asked to wait to synchronize with slower peripherals. Operation Types in a Microprocessor * All of the operations of the microprocessor can be classified into one of three types: o Microprocessor Initiated Operations o Internal Operations o Peripheral Initiated OperationsPONS Microprocessor —- Initiated Operations and 8085 BUS Organization Microprocessor Performs primarily four operations as a part of communication process between MPU and peripheral devices. Memory Read : Reads data ( instructions) from memory Memory Write : Writes data ( instructions) in to memory /O Read : Accepts data from input devices. /O Write : Sends data to output devices To communicate with a peripheral, the MPU need to perform following steps :- . Identify the peripherals or the memory location (with its address) Transfer binary information ( data and instructions ) Provide timing or synchronization signals (control signals) ceBus and CPU Bus: CPU: Core of the processor, where instructions are executed A shared group of wires used for communicating signals among devices address bus: the device and the location within the device that is being accessed data bus: the data value being communicated control bus: describes the action on the address and data buses * High-level language: a=b+c « Assembly language: add r1 r2 13 f oO J a * Machine language: 0001001010111010101The 8085 Bus Structure » The 8-bit 8085 CPU (or MPU — Micro Processing Unit) communicates with the other units using a 16-bit address bus, an 8-bit data bus and a control bus. Address Bus Memory Real ol iF Ee Data Bus Control BusThe 8085 Bus Structure Address Bus Consists of 16 address lines: Ay — As Operates in unidirectional mode: * The address bits are always sent from the MPU to peripheral devices in one direction , not reverse. + MPU uses the address bus to perform first function : identifying a peripheral or a memory location 16 address lines are capable of addressing a Total of 216 = 65,536 (64k) memory locations. Address locations: 0000 (hex) — FFFF (hex) When the 8085 wants to access a peripheral or a memory location, it places the 16-bit address on the address bus and then sends the appropriate control signals. caThe 8085 Bus Structure Data Bus = Consists of 8 data lines: Dy — D, "Operates in bidirectional mode: The data bits are sent from the MPU to peripheral devices, as well as from the peripheral devices to the MPU. = The MPU uses the data bus to perform second function : Transfer binary information ( data and instructions ) = Data range: 00 (hex) — FF (hex) Control Bus = Comprised of various single lines that carry synchronization signals. "The MPU uses such lines to perform third function : Provide timing or synchronization signals (control signals)The 8085: CPU Internal Structure The internal architecture of the 8085 CPU is capable of performing the following operations: = Store 8-bit data (Registers, Accumulator) * Perform arithmetic and logic operations (ALU) * Test for conditions (IF / THEN) = Sequence the execution of instructions = Store temporary data in RAM during execution8085 MPU D7 Do Memory Read Operation 16-Bit Memory Address Address Bus Data Bus Memory Decode Memory Read Instruction and Data Memory ChipThe Read Operation * To read the contents of a memory location, the following steps take place: * The microprocessor places the 16-bit address of the memory location on the address bus. * The microprocessor activates a control signal called “memory read” which enables the memory chip. * The memory decodes the address and identifies the right location. * The memory places the contents on the data bus. * The microprocessor reads the value of the data bus after a certain amount of time.Internal Data Operations * The 8085 can perform a number of internal operations. Such as: storing data, Arithmetic & Logic operations, Testing for condition, etc. * To perform these operations, the microprocessor needs an internal architecture similar to the following: 11 —-—t Accumulator A (8) Flag Register B oo) c (8) D (8) E (8) H (8) L (8) Stack Pointer (SP) a6) Program Counter (PC) a6) Data Bus Address Bus Bidirectional UnidirectionalThe Internal Architecture Registers = Six general purpose 8-bit registers: B, C, D, E, H, L = They can also be combined as register pairs to perform 16-bit operations: BC, DE, HL = Registers are programmable (data load, move, etc.) Accumulator = Single 8-bit register that is part of the ALU = Used for arithmetic / logic operations — the result is always stored in the accumulator. Flag Bits = Indicate the result of condition tests. " Carry, Zero, Sign, Parity, etc. Gea * Conditional operations (IF / THEN) are executed based on the condition of these flag bits.The Internal Architecture * The Program Counter (PC) » This is a register that is used to control the sequencing of the execution of instructions. » This register always holds the address of the next instruction. » Since it holds an address, it must be 16 bits wide. * The Stack pointer » The stack pointer is also a 16-bit register that is used to point into memory. * The memory this register points to is a special area called the stack. » The stack is an area of memory used to hold data that will be retreived soon. » The stack is usually accessed in a Last In First Out (LIFO) fashion.Externally Initiated Operations » External devices can initiate (start) one of the 4 following operations: Reset » All operations are stopped and the program counter is reset to 0000. 2. Interrupt » The microprocessor’s operations are interrupted and the microprocessor executes what is called a “service routine’. This routine “handles” the interrupt, (perform the necessary operations). Then the microprocessor returns to its previous |) operations and continues.Externally Initiated Operations 3. Ready » The 8085 has a pin called RDY. This pin is used by external devices to stop the 8085 until they catch up. » As long as the RDY pin is low, the 8085 will be in a wait state. 4. Hold The 8085 has a pin called HOLD. This pin is used by external devices to gain control of the busses. » When the HOLD signal is activated by an external device, the 8085 stops executing instructions and stops using the busses. This would allow external devices to control the | ©) information on the busses. Example DMA.The 8085: CPU Internal Structure 8085 Microprocessor Data Bus Ascii) | tig a Flops! =e ‘Arithmetic/Logie Unit a wv Control = Unit Address Bus Control Signals Simplified block diagramExample: Instruction Fetch Operation All instructions (program steps) are stored in memory, To run a program, the individual instructions must be read from the memory in sequence, and executed, = Program counter puts the 16-bit memory address of the instruction on the address bus * Control unit sends the Memory Read Enable signal to access the memory = The 8-bit instruction stored in memory is placed on the data bus and transferred to the instruction decoder = Instruction is decoded and executed ( aExample: Instruction Fetch Operation es 4F=—01001111 Microprocessor Data Bus Internal Data Bus Flag A Instruction Accumulator | | Flip- Flops Decoder [aatesistanc Uni | 2% [vere] ee LT f=Example: Instruction Fetch Operation8085 Functional Block Diagram 7 a
You might also like
UNIT-4: 8085 Microprocessor
PDF
No ratings yet
UNIT-4: 8085 Microprocessor
28 pages
UNIT I Microprocessor
PDF
No ratings yet
UNIT I Microprocessor
130 pages
EC1362 Microprocessor & Microcontroller: Building Blocks of Processor Systems
PDF
No ratings yet
EC1362 Microprocessor & Microcontroller: Building Blocks of Processor Systems
4 pages
unit -i topic
PDF
No ratings yet
unit -i topic
23 pages
Microprocessor 8085 Architecture
PDF
No ratings yet
Microprocessor 8085 Architecture
19 pages
Microprocessor by V@S
PDF
No ratings yet
Microprocessor by V@S
44 pages
8085 Microprocessor
PDF
No ratings yet
8085 Microprocessor
20 pages
Basic Processor Architecture
PDF
No ratings yet
Basic Processor Architecture
19 pages
Architecture 8085
PDF
No ratings yet
Architecture 8085
66 pages
EC1362 Microprocessor & Microcontroller: Building Blocks of Processor Systems
PDF
No ratings yet
EC1362 Microprocessor & Microcontroller: Building Blocks of Processor Systems
4 pages
EE2354 Unit 1 PDF
PDF
No ratings yet
EE2354 Unit 1 PDF
4 pages
Microprocessor 8085 Architecture
PDF
No ratings yet
Microprocessor 8085 Architecture
19 pages
Microprocessor 8085 Architecture
PDF
No ratings yet
Microprocessor 8085 Architecture
19 pages
Microprocessor 8085 Architecture
PDF
No ratings yet
Microprocessor 8085 Architecture
19 pages
Ex-1
PDF
No ratings yet
Ex-1
8 pages
Name: S. Karthikeyan. Class: ll-MECHATRONICS. ROLL NO: 17MC023. Sub: Microprocessor & Microcontroller. DATE: 16/04/2019
PDF
No ratings yet
Name: S. Karthikeyan. Class: ll-MECHATRONICS. ROLL NO: 17MC023. Sub: Microprocessor & Microcontroller. DATE: 16/04/2019
14 pages
8085 Architecture
PDF
No ratings yet
8085 Architecture
51 pages
Lec-01(Introdcution to 8085)
PDF
No ratings yet
Lec-01(Introdcution to 8085)
43 pages
Microprocessors Architecture and Programming - MODULE 1
PDF
No ratings yet
Microprocessors Architecture and Programming - MODULE 1
25 pages
Screenshot 2024-12-12 at 6.51.27 AM
PDF
No ratings yet
Screenshot 2024-12-12 at 6.51.27 AM
107 pages
KCS 403 Lec 6
PDF
No ratings yet
KCS 403 Lec 6
23 pages
Unit 1 Part 1 high
PDF
No ratings yet
Unit 1 Part 1 high
14 pages
Microprocessor Architecture 21a65c6d0dfa8b13d6916dde15cc7bcb
PDF
No ratings yet
Microprocessor Architecture 21a65c6d0dfa8b13d6916dde15cc7bcb
83 pages
Microprocessor 8085 Architecture
PDF
No ratings yet
Microprocessor 8085 Architecture
19 pages
An Introduction To Microprocessor Architecture Using 8085 As A Classic Processor
PDF
No ratings yet
An Introduction To Microprocessor Architecture Using 8085 As A Classic Processor
23 pages
Number Representations and Basic Processor Architecture: Prof. Yusuf Leblebici Microelectronic Systems Laboratory (LSM)
PDF
No ratings yet
Number Representations and Basic Processor Architecture: Prof. Yusuf Leblebici Microelectronic Systems Laboratory (LSM)
26 pages
Microprocessor - 8085 Architecture
PDF
No ratings yet
Microprocessor - 8085 Architecture
3 pages
Malp Chapter 1
PDF
No ratings yet
Malp Chapter 1
15 pages
Lec-02(Architecture of 8085)
PDF
No ratings yet
Lec-02(Architecture of 8085)
28 pages
Microprocessor & Microcontroller
PDF
No ratings yet
Microprocessor & Microcontroller
17 pages
8085 Microprocessor & 40 Pin Ppt
PDF
No ratings yet
8085 Microprocessor & 40 Pin Ppt
24 pages
8085 Microprocessor
PDF
No ratings yet
8085 Microprocessor
38 pages
8085 Architecture
PDF
No ratings yet
8085 Architecture
38 pages
Architecture of 8085 Microprocessor
PDF
No ratings yet
Architecture of 8085 Microprocessor
69 pages
Week 1 - Chapter 04
PDF
No ratings yet
Week 1 - Chapter 04
30 pages
MP_Unit_1
PDF
No ratings yet
MP_Unit_1
7 pages
8085 Microprocessor
PDF
100% (1)
8085 Microprocessor
13 pages
Ece 8085 Microprocessor
PDF
No ratings yet
Ece 8085 Microprocessor
26 pages
Microprocessor - 8085 Architecture
PDF
No ratings yet
Microprocessor - 8085 Architecture
3 pages
L2_8085_architecture_Part1-Copy
PDF
No ratings yet
L2_8085_architecture_Part1-Copy
60 pages
CE - CAO - Practical - Submission - Sample Document
PDF
No ratings yet
CE - CAO - Practical - Submission - Sample Document
8 pages
8085 MP Architecture
PDF
No ratings yet
8085 MP Architecture
26 pages
Unit 2
PDF
No ratings yet
Unit 2
15 pages
Unit - Ii 8085 Microprocessor
PDF
No ratings yet
Unit - Ii 8085 Microprocessor
25 pages
SEM5
PDF
No ratings yet
SEM5
27 pages
UNIT 3 Mechatronics
PDF
67% (6)
UNIT 3 Mechatronics
38 pages
Basics of Electrical Measurement
PDF
No ratings yet
Basics of Electrical Measurement
98 pages
CHAPTER 5: Introduction To Intel 8085 Microprocessor Hardware
PDF
No ratings yet
CHAPTER 5: Introduction To Intel 8085 Microprocessor Hardware
35 pages
8085 Microprocessor
PDF
No ratings yet
8085 Microprocessor
25 pages
Microprocessor - Lecture 3.pdf - 2022.12.21 - 01.54.34pm
PDF
No ratings yet
Microprocessor - Lecture 3.pdf - 2022.12.21 - 01.54.34pm
17 pages
8085 Microprocessor Machine Cycles: Dayanand K
PDF
No ratings yet
8085 Microprocessor Machine Cycles: Dayanand K
14 pages
MP 8085
PDF
No ratings yet
MP 8085
9 pages
Architecture of 8085 Microprocessor - pdf531
PDF
No ratings yet
Architecture of 8085 Microprocessor - pdf531
21 pages
Prepared by NITHIN JOHN: Module-1
PDF
No ratings yet
Prepared by NITHIN JOHN: Module-1
15 pages
Intro To 8085
PDF
No ratings yet
Intro To 8085
43 pages
Lecture1423722820 PDF
PDF
No ratings yet
Lecture1423722820 PDF
101 pages