DMA CONTROLLER WHOLE WORKING

Slides:



Advertisements
Similar presentations
DMA Controller (8237 Programming Examples)
Advertisements

MICROPROCESSORS TWO TYPES OF MODELS ARE USED :  PROGRAMMER’S MODEL :- THIS MODEL SHOWS FEATURES, SUCH AS INTERNAL REGISTERS, ADDRESS,DATA & CONTROL BUSES.
Chapter 13: Direct Memory Access and DMA-Controlled I/O.
Microprocessor and Microcontroller
Direct Memory Access Introduction to 8237
I/O Unit.
CS-334: Computer Architecture
FIU Chapter 7: Input/Output Jerome Crooks Panyawat Chiamprasert
1 TK2633TK Microprocessor Architecture DR MASRI AYOB.
Introduction An interrupt is an event which informs the CPU that its service (action) is needed. Sources of interrupts: internal fault (e.g.. divide by.
Group 7 Jhonathan Briceño Reginal Etienne Christian Kruger Felix Martinez Dane Minott Immer S Rivera Ander Sahonero.
The computer system’s I/O architecture is its interface to the outside world. This architecture provides a systematic means of controlling interaction.
Chapter 7 Input/Output Luisa Botero Santiago Del Portillo Ivan Vega.
Khaled A. Al-Utaibi  Intel Peripheral Controller Chips  Basic Description of the 8255  Pin Configuration of the 8255  Block Diagram.
Interrupts. What Are Interrupts? Interrupts alter a program’s flow of control  Behavior is similar to a procedure call »Some significant differences.
Chapter 10: Input / Output Devices Dr Mohamed Menacer Taibah University
ACOE255Microprocessors I - Frederick University1 Direct Memory Access (DMA) – (Chapter 13) Dr. Konstantinos Tatas.
MICROPROCESSOR INPUT/OUTPUT
COMPUTER ARCHITECTURE (for Erasmus students)
ENEE 440 Chapter DMA Controller 8237 DMA Controller Summary Direct Memory Access means that the microprocessor is not involved in the transfer.
Direct Memory Access (DMA) Microprocessors I -1. Topics to be discussed  Basic DMA Concept Basic DMA Concept  DMA pins and timing DMA pins and timing.
Microprocessor. Interrupts The processor has 5 interrupts. CALL instruction (3 byte instruction). The processor calls the subroutine, address of which.
Unit - 2 DMA 8237A-5.
The computer system’s I/O architecture is its interface to the outside world. This architecture provides a systematic means of controlling interaction.
Direct Memory Access Sequence of events:  A device (peripheral, CPU) requests a controller to transfer information;  The controller request control over.
8085 INTERNAL ARCHITECTURE.  Upon completing this topic, you should be able to: State all the register available in the 8085 microprocessor and explain.
Direct Memory Access (DMA) Department of Computer Engineering, M.S.P.V.L. Polytechnic College, Pavoorchatram. A Presentation On.
Microprocessors CSE- 341 Dr. Jia Uddin Assistant Professor, CSE, BRAC University Dr. Jia Uddin, CSE, BRAC University.
Computer System Structures
Architectures of Digital Information Systems Part 1: Interrupts and DMA dr.ir. A.C. Verschueren Eindhoven University of Technology Section of Digital.
Basic Computer Organization and Design
COURSE OUTCOMES OF Microprocessor and programming
Everybody.
The 8085 Microprocessor Architecture
Introduction An interrupt is an event which informs the CPU that its service (action) is needed. Sources of interrupts: Internal fault (e.g.. divide by.
Introduction to microprocessor (Continued) Unit 1 Lecture 2
Direct Memory address and 8237 dma controller LECTURE 6
Introduction to the processor and its pin configuration
I/O Memory Interface Topics:
Interrupts In 8085 and 8086.
The 8085 Microprocessor Architecture
8086 Microprocessor.
Introduction of microprocessor
Dr. Michael Nasief Lecture 2
DMA CONTROLLER 8257 Features: It is a 4-channel DMA.
Presentation On 8259 Made by Md Shabbir Hasan.
8086/8088 Hardware Specifications
8085 Microprocessor Architecture
E3165 DIGITAL ELECTRONIC SYSTEM
Programmable Interrupt Controller 8259
..
An Introduction to Microprocessor Architecture using intel 8085 as a classic processor
Interfacing Memory Interfacing.
Number Representations and Basic Processor Architecture
Instruction cycle Instruction: A command given to the microprocessor to perform an operation Program : A set of instructions given in a sequential.
Parallel communication interface 8255
8237 DMA CONTROLLER.
8085 Microprocessor Architecture
8237 DMA CONTROLLER.
X1 & X2 These are also called Crystal Input Pins.
Md. Mojahidul Islam Lecturer Dept. of Computer Science & Engineering
Md. Mojahidul Islam Lecturer Dept. of Computer Science & Engineering
The 8085 Microprocessor Architecture
Computer System Overview
8253 – PROGRAMMABLE INTERVAL TIMER (PIT). What is a Timer? Timer is a specialized type of device that is used to measure timing intervals. Timers can.
8085 Microprocessor Architecture
Lecture 23.
Register sets The register section/array consists completely of circuitry used to temporarily store data or program codes until they are sent to the.
Computer Operation 6/22/2019.
Presentation transcript:

DMA CONTROLLER WHOLE WORKING

8237 DMA Controller

8237 DMA Controller Summary Direct Memory Access means that the microprocessor is not involved in the transfer of data The 8237 takes control of the address and data bus and facilitates the transfer of data between an I/O device and memory or between memory and memory Realize that the only time one really needs the CPU is in decoding and executing instructions

8237: The Devil’s in the Details! The DMA process starts with a request (DREQ) from a peripheral The 8237 in turn requests the CPU (HRQ) to kindly get out of the way The CPU responds with hold acknowledge (HLDA) and relinquishes control of the data bus and the address bus The 8237 in turn acknowledges to the peripheral that the DMA will shortly be underway

8237 Pin Functions . . . D0/A8 - D7/A15 These are multiplexed lines that supply data as well as the MSB of the 16-bit address. The rest of the address bits are provided by the processor into a page register A0 - A7 During DMA these lines provide the LSB of the 16-bit address. During configuration of 8237, A0 -A3 are used by the CPU to address the internal registers of the 8237 and A4-A7 are disabled ADSTB This output from the 8237 is used to demultiplex the MSB of the address from the data. ADSTB goes high to indicate valid address on the multiplexed data/address lines D0/A8 - D7/A15

Inside the 8237 . . . There are 4 DMA channels. For each channel there are two 16-bit address registers. One holds the base address (initial address). As the DMA cycle gets underway, the address changes to point to the current location. This is held in the current address register. The count registers hold number of bytes of data that must be transferred. All four channels can transfer data between I/O and memory For memory to memory transfers channels 0 and 1 are used and channel 0 is always the source and channel 1 is the destination.

Many modes . . . many moods! There are four modes of DMA transfer. The single mode transfers one byte of data In block transfer, the number of bytes programmed in the count register is transferred unless EOP occurs prematurely Demand transfer is similar to block transfer with the additional feature that the peripheral can stop DMA by deactivating DREQ Cascading is not a mode per se but applies to a situation, as in the PC, where the slave's HRQ is connected to the DREQ of the master and the slave's HLDA is connected to the DACK of the master. That particular channel of the master is then programmed to be in the cascade mode

8237 USER ACCESSIBLE REGISTERS ADDRESS [CS + ?] REGISTER R / W 0 CH 0 ADDRESS R / W 1 CH 0 COUNT R / W 2 - 7 AS ABOVE FOR CH 1 - CH 3 8 COMMAND W 8 STATUS R 9 REQUEST W A MASK (SINGLE) W B MODE W C BYTE POINTER W D TEMPORARY R D MASTER CLEAR W E CLEAR MASKS W F MASK (ALL) W

How about an example . . . please? An 8237 is decoded in I//O space so that -CS is selected if the address is 350H. What are the addresses of the mode ,command , channel 2 address, channel 2 count, and page registers?

Solution to the example . . . From the chart of 8237 user accessible registers, we see that: CH2 address 354H CH2 count 355H Command 358H Mode Register 35B Page register not known. It is not an 8237 register! More info needed Note that this assumes that A0-A3 from the CPU are connected to A0-A3 of the 8237. This is usually the case. Should an unusual decoding scheme be in place, the addresses will have to be recalculated.

Another Example A 1K block of data starting at location D4200 must be transferred to an I//O using channel 2. Write the program to initialize (set-up) the address and count registers

Another Solution! There are essentially two steps in a DMA transfer. In the first step one sets up the 8237. This step usually consists of setting up many registers. In the second step one requests DMA action ..... preferably by pulling the hardware line (DREQ) or by software (Request register). We will simply show the set-up part for the address and count registers. mov ax, 4200h ; 16-bit offset. D must go in the page register out 354h , al ; send LSB i.e. 00. Assumes byte FF is clear! mov al, ah ; out works with al only out 354h , al ; send MSB i.e. 42 mov ax, 3ff ; 1023 in hex. out 355h, al ; send LSB of count mov al, ah ; you know what's up! out 355h, al ; done....for now!

Examples Galore! So the answer is 03 What is the command word byte if an area of memory must be filled with a byte of data stored at another memory location? Look at the command word format as you follow the solution given below: D7 = 0 assuming DACK LOW considered active D6 = 0 assuming DREQ HIGH considered active D5 = 0 assuming no slow devices D4 = 0 assuming channel priorities are fixed D3 = 0 assuming normal timing (only option in memory to memory!) D2 = 0 you don't want to disable the 8237, do you! D1 = 1 because we want the pointer to our byte to stay put D0 = 1 After all this is a memory -to- memory transfer. So the answer is 03

The Page Register Remember the page register? This is not one of the registers in the 8237. The page register is an address outside of the 8237 and it holds the part of the physical address beyond A15 DMA Channel 0 87H DMA Channel 1 83H DMA Channel 2 81H DMA Channel 3 82H DMA Channel 5 8BH DMA Channel 6 89H DMA Channel 7 8AH DMA REFRESH 8FH