dma ppt

57
Advanced Microprocessor 1 DMA DMA Definitions: DMA occurs between an I/O device and memory without the use of the microprocessor DMA read transfer data from the memory to I/O device DMA write transfer data from the I/O to memory MRDC & IOWC signals to simultaneously activate for read DMA DMA write signals MWTC & IORC DMA controller provides the memory with its address and a signals from the controller DACK selects the I/O device, during the DMA transfer

Upload: manochitra-subramaniam

Post on 21-Nov-2014

760 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: dma ppt

Advanced Microprocessor 1

DMA

DMA Definitions:

• DMA occurs between an I/O device and memory without the use of the microprocessor

• DMA read transfer data from the memory to I/O device

• DMA write transfer data from the I/O to memory

• MRDC & IOWC signals to simultaneously activate for read DMA

• DMA write signals MWTC & IORC

• DMA controller provides the memory with its address and a signals from the controller DACK selects the I/O device, during the DMA transfer

Page 2: dma ppt

Advanced Microprocessor 2

DMA

Basic DMA operation:

•The direct memory access (DMA) I/O technique provides directaccess to the memory while the microprocessor is temporarilydisabled.

• A DMA controller temporarily borrows the address bus, databus, and control bus from the microprocessor and transfers thedata bytes directly between an I/O port and a series of memorylocations.

• The DMA transfer is also used to do high-speed memory-to memory transfers.

• Two control signals are used to request and acknowledge a DMA transfer in the microprocessor-based system.

Page 3: dma ppt

Advanced Microprocessor 3

DMA

Basic DMA operation :

• The HOLD signal is a bus request signal which asks the microprocessor to release control of the buses after the currentbus cycle.

• The HLDA signal is a bus grant signal which indicates that themicroprocessor has indeed released control of its buses byplacing the buses at their high-impedance states.

• The HOLD input has a higher priority than the INTR or NMIinterrupt inputs.

Page 4: dma ppt

Advanced Microprocessor 4

DMA

Page 5: dma ppt

Advanced Microprocessor 5

DMA

Example: memory-to-device transfer

Page 6: dma ppt

Advanced Microprocessor 6

DMA

The 8237 DMA controller:

• The 8237 DMA controller supplies the memory and I/O with control signals and memory address information during the DMA transfer.

• The 8237 is a four-channel device that is compatible to the 8086/8088 microprocessors and can be expanded to include any number of DMA channel inputs.

• The 8237 is capable of DMA transfers at rates of up to 1.6M bytes per second.

• Each channel is capable of addressing a full 64K-byte section of memory and can transfer up to 64K bytes with a single programming.

Page 7: dma ppt

Advanced Microprocessor 7

DMA

Page 8: dma ppt

Advanced Microprocessor 8

DMA

Some important signal pins:

• DREQ3 – DREQ0 (DMA request): Used to request a DMA transfer for a particular DMA channel.

• DACK3 – DACK0 (DMA channel acknowledge): Acknowledges a channel DMA request from a device.

• HRQ (Hold request): Requests a DMA transfer.

• HLDA (Hold acknowledge) signals the 8237 that the microprocessor has relinquished control of the address, data and control buses.

Page 9: dma ppt

Advanced Microprocessor 9

DMA

Some important signal pins:

• AEN (Address enable): Enables the DMA address latch connected to the 8237 and disable any buffers in the system connected to the microprocessor. (Use to take the control of the address bus from the microprocessor)

• ADSTB (Address strobe): Functions as ALE to latch address during the DMA transfer.

• EOP (End of process): bi direction, Signals the end of the DMA process.

• IOR (I/O read): bi-dir, Used as an input strobe to read data from the 8237 during programming and used as an output strobe to read data from the port during a DMA write cycle.

Page 10: dma ppt

Advanced Microprocessor 10

DMA

Some important signal pins:

• IOW (I/O write): bi-dir Used as an input strobe to write data to the 8237 during programming and used as an output strobe to write data to the port during a DMA read cycle.

• MEMW (Memory write): Used as an output to cause memory to write data during a DMA write cycle.

• MEMR (Memory read): Used as an output to cause memory to read data during a DMA read cycle

• A3 – A0 : address pins select an internal register during programming and provide part of the DMA transfer address during DMA operation.

Page 11: dma ppt

Advanced Microprocessor 11

DMA

Some important signal pins:

• A7 – A4 : address pins are outputs that provide part of the DMA transfer address during a DMA operation.

• DB0 – DB7 : data bus, connected to microprocessor and are used during the programming DMA controller.

Page 12: dma ppt

Advanced Microprocessor 12

DMA

Internal registers:

• CAR : The current address register, is used to hold the 16-bitmemory address used for the DMA transfer.

• CWCR : The current word count register, programs a channel for the number of bytes (up to 64K) transferred during a DMA action.

• BA & BWC : The base address and base word count , registersare used when auto-initialization is selected for a channel. In this mode, their contents will be reloaded to the CAR and CWCR after the DMA action is completed.

• The command register (CR) programs the operation of the8237 DMA controller

• Each channel has its own CAR, CWCR, BA and BWC.

Page 13: dma ppt

Advanced Microprocessor 13

DMA

• MR : The mode register, programs the mode of operation for achannel. Each channels has its own mode register

• RR : The request register, is used to request a DMA transfervia software, which is very useful in memory-to-memoryTransfers where external signals is not available for DMA transfer

• MRSR : The mask register set/reset, sets or clears the channelmask to disable or enable particular DMA channels. If the mask is set,The channel is disabled

• MSR : The mask register, clears or sets all of the masks withone command instead of individual channels as with theMRSR.

• SR : The status register, shows the status of each DMA channel. TC Bits indicate, terminal count

Page 14: dma ppt

Advanced Microprocessor 14

DMA

8237A-5 Command register 8237A-5 Mode register

2 2 CP 4 CP

Page 15: dma ppt

Advanced Microprocessor 15

DMA

8237A-5 Request register

8237A-5 Mask register

8237A-5 mask set / reset register

8237A-5 Status register

Page 16: dma ppt

Advanced Microprocessor 16

DMA

Data Transfer modes:

Single Transfer Mode• In Single Transfer mode the device is programmed to make one transfer only.

• The word count will be decremented and the address decremented or incremented following each transfer.

• When the word count ``rolls over'' from zero to FFFFH, a Terminal Count (TC) will cause an Auto initialize if the channel has been programmed to do so.

Page 17: dma ppt

Advanced Microprocessor 17

DMA

Block Transfer Mode

• In Block Transfer mode the device is activated by DREQ to continue making transfers during the service until a TC, caused by word count going to FFFFH, or an external End of Process (EOP) is encountered.

• DREQ need only be held active until DACK becomes active. Again, an Autoinitialization will occur at the end of the serviceif the channel has been programmed for it.

Page 18: dma ppt

Advanced Microprocessor 18

DMA

Demand Transfer Mode:• In Demand Transfer mode the device is programmed to continue making transfers until a TC or external EOP is encountered or until DREQ goes inactive.

• Transfers may continue until the I/O device has exhausted its data capacity. the DMA service can be re-established by means of a DREQ.

• During the time between services when the microprocessor is allowed to operate, the intermediate values of address and word count are stored in the 8237A Current Address and Current Word Count registers.

• EOP can cause an Autoinitialize at the end of the service. EOP is generated either by TC or by an external signal.

Page 19: dma ppt

Advanced Microprocessor 19

DMA

Cascade Mode:• more than one 8237A together for simple systemexpansion.

•The HRQ and HLDA signals from the additional 8237A are connected to the DREQ andDACK signals of a channel of the initial 8237A.

•This allows the DMA requests of the additional device topropagate through the priority network circuitry of the preceding device.

Page 20: dma ppt

Advanced Microprocessor 20

DMA

Page 21: dma ppt

Advanced Microprocessor 21

DMASoftware Command:• There are 3 software commands used to control the operationof the 8237.

• These commands do not have a binary bit pattern,

• A simple output to the correct port number enables the software command.

Software commands,- Clear the first/last f/f : clear the first/last f/f within the 8237.

if F/L = 0, the low order byte is selected for read/write in the current address & current count register.if F/L = 1, the high order byte is selected for read/write in the current address & current count register.

- Master clear : acts same as RESET signal to the 8237, this command disables all channels

- Clear mask register : Enables all 4 DMA channels.

Page 22: dma ppt

Advanced Microprocessor 22

DMA

8237A – 5 Command & control port assignment

A3 A2 A1 A0 IOR IOW1 0 0 0 0 1 Read status register1 0 0 0 1 0 Write command 1 0 0 1 0 1 Illegal1 0 0 1 1 0 Write request register1 0 1 0 0 1 Illegal1 0 1 0 1 0 Write single mask 1 0 1 1 0 1 Illegal1 0 1 1 1 0 Write mode register1 1 0 0 0 1 Illegal1 1 0 0 1 0 Clear byte pointer 1 1 0 1 0 1 Read temporary 1 1 0 1 1 0 Master clear1 1 1 0 0 1 Illegal1 1 1 0 1 0 Clear mask register1 1 1 1 0 1 Illegal1 1 1 1 1 0 Write all mask register

Signals Operation

Page 23: dma ppt

Advanced Microprocessor 23

DMA

Programming the 8237:the state of the F/L f/f determines whether the LSB or MSB Is programmed

if the state of the F/L f/f is unknown, the count and address Could be programmed incorrectly

disable the DMA channel before programming the count & address

There are 4 steps required to program the address andcount registers first:1. Clear the F/L flip-flop with a clear F/L command2. Disable the channel3. Program the LSB and then MSB of the address4. Program the LSB and then MSB of the count

• Additional programming is required to select the mode ofoperation before the channel is enabled and started.

Page 24: dma ppt

Advanced Microprocessor 24

DMA

DMA channel & I/O port address

Programming the address & count registerOperation InternalData bus

CS IOR IOW A3 A2 A1 A0 f/f DB0 - DB70 0 1 0 0 0 0 0 0 A0-A7

0 1 0 0 0 0 0 1 A8-A150 0 1 0 0 0 0 0 A0-A70 0 1 0 0 0 0 1 A8-A150 1 0 0 0 0 1 0 W0-W70 1 0 0 0 0 1 1 W8-W150 0 1 0 0 0 1 0 W0-W70 0 1 0 0 0 1 1 W8-W15

1 0 1 0 0 0 1 0 0 A0-A70 1 0 0 0 1 0 1 A8-A150 0 1 0 0 1 0 0 A0-A70 0 1 0 0 1 0 1 A8-A150 1 0 0 0 1 1 0 W0-W70 1 0 0 0 1 1 1 W8-W150 0 1 0 0 1 1 0 W0-W70 0 1 0 0 1 1 1 W8-W15

2 0 1 0 0 1 0 0 0 A0-A70 1 0 0 1 0 0 1 A8-A150 0 1 0 1 0 0 0 A0-A70 0 1 0 1 0 0 1 A8-A150 1 0 0 1 0 1 0 W0-W70 1 0 0 1 0 1 1 W8-W150 0 1 0 1 0 1 0 W0-W70 0 1 0 1 0 1 1 W8-W15

3 0 1 0 0 1 1 0 0 A0-A70 1 0 0 1 1 0 1 A8-A150 0 1 0 1 1 0 0 A0-A70 0 1 0 1 1 0 1 A8-A150 1 0 0 1 1 1 0 W0-W70 1 0 0 1 1 1 1 W8-W150 0 1 0 1 1 1 0 W0-W70 0 1 0 1 1 1 1 W8-W15

Channel Register

Current addr

write

read

Current word

signals

Base & Current addr

Current addr

Base & Current word write

Base & Current word

Current word

Base & Current addr

Current addr

Base & Current word

Current word

write

read

Base & Current addr

Current addr

read

Base & Current word

Current word

write

read

Base & Current addr

write

read

write

read

write

read

write

read

Page 25: dma ppt

Advanced Microprocessor 26

DMA

DMA- Processed Printer Interface:

• ACK indicates printer needs data -- also used as a DMA request.

• DACK3 latches data in '373 Latch and generates DS to printer through the single shot '122.

• Once programmed with address of data and # of chars, the 8237 transfers a byte at a time.

• Note that the I/O device is NOT selected by decoding the address bus, but rather by DACK, since address bus contains a memory address.

Page 26: dma ppt

Advanced Microprocessor 27

DMA

• ACK is used to request a DMA action through a flip-flop

Page 27: dma ppt

Advanced Microprocessor 28

DMA

Shared Bus Operation:

• A multiprocessing system (also called distributed system) usesmore than one microprocessor to accomplish the work.

• A multitasking system performs more than one task at a time.

• In a distributed, multiprocessing, multitasking environment,each microprocessor accesses two buses: (1) the local bus and (2) the remote or shared bus.

• The local bus is connected to memory and I/O devices that aredirectly accessed by a single microprocessor without any special protocol or access rules.

• The shared bus contains memory and I/O that are accessed by any microprocessor in the system.

Page 28: dma ppt

Advanced Microprocessor 29

DMA

Localmemory

Bus slaveMicroprocessor

LocalI/O

Localmemory

LocalI/O

Localmemory

LocalI/O

Bus masterMicroprocessor

Bus slaveMicroprocessor

Bus slaveMicroprocessor

SharedI/O

Sharedmemory

Local bus

Shared bus

A block diagram , the local & shared buses

Local busLocal bus

Page 29: dma ppt

Advanced Microprocessor 30

DMA

• Characteristics of buses:

Local bus-

- Resident to the microprocessor

- Contains the resident or local memory and I/O

Shared bus-

- Is connected to all microprocessors in the system

- Is used to exchange data between microprocessors in

the system

• The shared bus in the personal computer is what we often call the local bus in the personal computer as it is local to the microprocessor in the personal computer.

• A bus master is a device (microprocessor or otherwise) that can control a bus containing memory and I/O.

Page 30: dma ppt

Advanced Microprocessor 31

DMA

• A remote bus master microprocessor can execute variable software but the DMA controller can only transfer data.

• Access to the shared bus for the remote bus master is accomplished via a bus arbiter.

• A bus arbiter functions to resolve priority between bus masters and allows only one device at a time to access the shared bus.

Bus Arbiter:

• The 8289 bus arbiter controls the interface of a bus master to a shared bus.

• The 8289 is designed to function with the 8086/8088 microprocessors.

Page 31: dma ppt

Advanced Microprocessor 32

DMA

ARBITRATION

STATEGENERATOR

CONTROL

MULTIBUSINTERFACE

LOCALBUS

INTERFACE

S2S1S0

LOCKCLK

CRALCK

RSEB

ANYRQSTIOB

INITBCLKBREQBPRNBPROBUSYCBRQ

AEN

SYSB/RESB

Processor control

Status

+5V GND

Multibus commandsignals

Page 32: dma ppt

Advanced Microprocessor 33

DMA

Definition of some pins

• BCLK (bus clock): used to synchronize all shared-bus masters.

• BPRN ( bus priority i/p): allows the 8289 to acquire the shared bus on the next falling edge of the BCLK signal.

• BPRO ( bus priority o/p) : used to resolve priority in a system that contains multiple bus masters.

• BREQ ( bus request ): used to request access to the shared bus

• BUSY (busy i/p & o/p) : indicates that an 8289 has acquired the shared bus when used as an output , or used to detect that another 8289 has acquired the shared bus when used as an input.

Page 33: dma ppt

Advanced Microprocessor 34

DMA

• CBRQ ( common bus request): a lower priority microprocessor is asking for the use of the shared bus.

• IOB : selects, when RESB=1, whether the 8289 operates in a shared-bus system with I/O (=0) or with memory and I/O (==1)

• RESB (resident bus) : configure the 8289 as a shared-bus master (=1) or a local-bus master (=0).

• SYSB / RESB ( system bus / resident): selects the shared-bus (=1) or the resident local bus (=0)

• S2,S1,s0 ( status i/p) : initiate shared bus request & surrenders. This are connected to the 8288 system bus controller status pins

• AEN ( address enable ) : o/p causes the bus drivers in a system to switch to their three-state, high-impedance state

Page 34: dma ppt

Advanced Microprocessor 35

DMA

• CRQLCK ( common request lock ) : i/p prevents 8289 from surrendering the shared bus to any 8289s

• INIT ( initialization) : i/p resets the 8289 and is normally connected to the system RESET signal

• LOCK : i/p prevents the 8289 from allowing any microprocessor from gaining access to shared bus

Page 35: dma ppt

Advanced Microprocessor 36

DMA

General 8289 operationThree basic operation modes of an 8289:

1. I/O peripheral bus mode: All devices on the local bus are treated as I/O, including memory, and are accessed by I/O instructions. The shared bus is accessed by memory access.

2. Resident bus mode: Allows memory and I/O accesses on both the local and shared bus.

3. Single-bus mode: Cannot access local memory and local I/O

ModeMode Pin ConnectionsPin Connections

Single busSingle bus IOB = 1 & RESB = 0IOB = 1 & RESB = 0

Resident busResident bus IOB = 1 & RESB = 1IOB = 1 & RESB = 1

I/O BusI/O Bus IOB = 0 & RESB = 0IOB = 0 & RESB = 0

I/O bus & resident busI/O bus & resident bus IOB = 0 & RESB = 1IOB = 0 & RESB = 1

Page 36: dma ppt

37Advanced Microprocessor

AEN2

READY

AEN1

8254

RDY2 RDY1

READY CLK

READY CLK

8088

STATUS

READY

(SHARED)(LOCAL)

MULTIBUS CONTROL

CONTROL

ADDRESS

ADDRESS

DATA

DATAADDRESS/DATA

OE

OEOE

/OE

8289

RESB

SYSB/

/IOBRQST

/RESB

/AEN

CLK

15MHZ

SYSB/RESB

CONTROL

/AEN CEN8288

CLK

DT/RDEN

IOB

SHARED BUS

GG

DIR DIR

373

X3

245245

373

X3

DECODER

LOCAL BUSCEN8288

CLK

DT/R

DEN

ALE

+5V

The 8088 operated in the remote mode, the local & shared bus connections

Page 37: dma ppt

Advanced Microprocessor 38

DMA

• The 8288 is used as a bus controller when the 8088 operates in MAX mode.

• The shared bus is only to pass information from one processor to another.

• The bus masters function in their own local bus modes using their own local programs, memory, and I/O space.

• Microprocessors connected in a system like this is called parallel or distributed processors as they can execute software in parallel.

• The shared bus is mapped to some particular address locations such that accessing these address locations implies accessing the shared bus.

Page 38: dma ppt

Advanced Microprocessor 39

DMA

Page 39: dma ppt

Advanced Microprocessor 40

DMA

• The address decoder can detect the intention of accessing the shared bus and then activates the corresponding 8288 and configures the 8289 via 8289's RESB input pin.

• Blocking occurs whenever another microprocessor is accessingthe shared bus.

• The 8289 controls the shared bus by making the READY inputto the microprocessor be 0 if access to the shared bus is denied.

• Wait states are added until READY is 1.

Page 40: dma ppt

Advanced Microprocessor 41

DMA

Priority Logic using the 8289:

• Only one can access the shared bus at a time.

• Two methods can be used to solve the priority: - daisy-chain priority - parallel-priority

Daisy-chain priority:

BUSY CBRQ 8289BPRN BPRO

BUSY CBRQ 8289BPRN BPRO

BUSY CBRQ 8289BPRN BPRO

BUSY

CBRQ

Highest priority Lowest priorityBPRO

Page 41: dma ppt

Advanced Microprocessor 42

DMA

• If no requests are active, all BPRN inputs will see 0.

• When an 8289 initiates a request, as soon as it receives a bus acknowledgement, its BPRO becomes 1 and blocks all lower priority 8289s.

• Potential problem arise when more than 1 microprocessor access the shared bus at a time.

• It's use is limited to no more than 3 8289s in a system that uses a bus clock of less than 10 MHz

Page 42: dma ppt

Advanced Microprocessor 43

DMA

Parallel Priority:

BUSY CBRQ 8289BPRN BPRO

BUSY CBRQ 8289BPRN BPRO

BUSY CBRQ 8289BPRN BPRO

148 138

BUSY CBRQ 8289BPRN BPRO

32104567

32104567

ABC

ABC

E

E1E2E3

+5V

Highest priority Lowest priority

priority encoder

Page 43: dma ppt

Advanced Microprocessor 44

DMA

• If all 8289 arbiters are idle (SYSB/RESB=0), the highest priority 8289 will gain access to the shared bus if it is requested by its microprocessor.

• If a lower priority request is made,

- The BREQ output becomes 0, which causes the priority encoder to place a 0 on the corresponding 8289's BREQ input and allows access to the shared bus.

- The BUSY signal becomes 0 and locks out any other request.

• If simultaneous requests occur, the 74LS148 automatically resolves the priority to prevent conflicts

Page 44: dma ppt

Advanced Microprocessor 45

DMA

Disk Memory System:

Magnetic and optical:• Floppy disks• Hard disks• CD-ROMs and WORMs (write once/read mostly)• DVD

Floppy Disk Memory:

Page 45: dma ppt

Advanced Microprocessor 46

DMA

• Older 5 and 1/4 flexible floppies spin at 300 RPM, have 40 tracks with 9 sectors/track and two sides.

• Capacity = 40 X 2 X 9 X 512 = 368,640 or ~360K bytes of information.

• Newer ones are high-density with 80 tracks and 15 sector/track for 1.2 MB.

• The recording format called MFM (modified frequency modulation) used to write double density format.

• The rules are given as follows:

- A data pulse is always stored for a logic 1.-No data and no clock is stored for the first logic 0 in a string of logic 0s.-The second and subsequent logic 0s in a row contain a clock pulse, but no data pulse.

Page 46: dma ppt

Advanced Microprocessor 47

DMA

• The clock is inserted in subsequent 0s to maintain synchronization as data is read from the disk.

Write protect

Head door

MFM used for disk memory,

Page 47: dma ppt

Advanced Microprocessor 48

DMA

• Advantages of the micro-floppy over the mini-floppy.

Rigid plastic case provided better protection.Head door kept disk from being exposed.Write protection mechanism.Keyed mechanism for track 0.Increase in storage capacity

• 80 tracks X 2 sides X 18 sectors/track X 512 bytes/sector = 1.44 MB.

• Extended high density micro-floppy capable of 2.88 MB.

• A second extension is the floptical disk which stores data magnetically using an optical tracking system. It stores 21 MB of data.

Page 48: dma ppt

Advanced Microprocessor 49

DMA

Hard Disk Memory:

• Use a flying head to store and read data from the platters and spins at 3,000 to 10,000 RPM (> 10X that of floppies).

• Hard disks usually have at least 4 platters and can have 2 heads per surface.

• The heads are moved from cylinder to cylinder using a voice coil. • Hard disks use MFM or RLL (run-length limited) to store information.

• RLL 2,7 is common today -- this indicates that the number of zeros in a row is always between 2 and 7.

Page 49: dma ppt

Advanced Microprocessor 50

DMA

• The data is first encoded using the table given below.

• Note that this encoding always guarantees at least 2 zeros and no more than 7 zeros in a row.

•This encoding allows nearly a 50% increase in storage capacity over MFMs without changing the driver electronics or disk surface.

Page 50: dma ppt

Advanced Microprocessor 51

DMA

• RLL drives increase the number of tracks from 18 to 27 to achieve this.

• 40 MB -> 60 MB with better performance.

For example, given the data stream 101001011:

Page 51: dma ppt

Advanced Microprocessor 52

DMA

• Although all disks use MFM or RLL, disk interfaces vary.

• Today's systems use ESDI (non-existent), SCSI (small computer system interface) and IDE (integrated drive electronics).

• IDE incorporates the disk controller in the disk drive and usually contain a 32 KB cache.

• Access times are less than 10ms (compared with 200ms for floppies).

Page 52: dma ppt

Advanced Microprocessor 53

DMA

Optical Disk Memory:• CD-ROMs and WORMs ( write once/read memory) store up to 660 MB of data.

• DVDs are similar but have much higher bit density (4.7, 8.5 and 17 GB).

Page 53: dma ppt

Advanced Microprocessor 54

DMA

Video Displays:

• Color displays are extremely popular. - Some accept information as a composite video signal

(similar to TVs), as TTL voltage level signals (0 or 5V) and as analog signals (0 to 0.7V).

• Composites are disappearing since high-resolution cannot be achieved.

- They combine the color information with other information such as sync pulses.

• Most modern systems use direct video signals with separate sync signals.

- Monochrome monitors use one wire for video, one for horizontal sync and one for vertical sync.

- Color monitors use three video signals, one for red, green and blue (RGB).

Page 54: dma ppt

Advanced Microprocessor 55

DMAThe TTL RGB Monitor:

- It uses TTL level signs (0 or 5V) as video inputs and a 4th line called intensity.

- It can display a total of 16 different colors (CGA in older systems)

- Cyan is a combination of Green and Blue, Magenta - Red and Blue, etc.

- Horizontal and vertical retrace are for synchronization.

-Normal video is used for 'intensity' on monochrome monitors.

The connector pin definitions for either color or monochrome

Page 55: dma ppt

Advanced Microprocessor 56

DMA

The following table gives the RGB values and colors:

Page 56: dma ppt

Advanced Microprocessor 57

DMA

Analog RGB Monitors

- Analog RGB monitors have 3 video signals (no intensity) that can be driven with valuesbetween 0 and 0.7 V.

- Most can display 256K, 16M or 24M colors.

Page 57: dma ppt

Advanced Microprocessor 58

DMA

- Most analog displays use a DAC to generate each color video voltage.

- A common standard uses a 6-bit DAC for each video signal for 64 distinct voltage levels over 0 to 0.7 V range.

- 64 X 64 X 64 = 262,144 (256K) colors. 8-bit DACs yield 16M colors.

- Conversion time between 25ns and 40ns is required of the DAC.