Direct Memory Access (DMA)

Duration: 6 min

This video lesson is available to enrolled students.

Enroll to watch — ISRO Scientist/Engineer 'SC'

AI Summary

An AI-generated summary of this video lecture.

The video provides a comprehensive lecture on Direct Memory Access (DMA) architecture and transfer modes. It begins by dissecting the block diagram of a DMA system, highlighting the interactions between the Processor, RAM, DMAC, and Peripherals. The instructor then explains the bus control mechanism, specifically the handshake signals like Bus Request (BR) and Bus Grant (BG). Finally, the lecture transitions to defining the two primary modes of data transfer: Burst mode and Cycle stealing mode, explaining how the DMA controller manages system resources in each scenario.

Chapters

  1. 0:00 2:00 00:00-02:00

    The instructor introduces the DMA architecture using a block diagram. He identifies the main components: Processor, RAM, DMAC, and Peripherals. He points out the "On-Chip Bus" connecting these units. He highlights the "DMA Request" signal coming from Peripherals to the DMAC and the "DMA Acknowledge" signal going back. He explains that the DMAC is responsible for managing data transfers without CPU intervention. He specifically points to the pins on the DMAC block: "DS" (Data Select), "RS" (Read Select), "BR" (Bus Request), "BG" (Bus Grant), and "Interrupt". He also highlights the "Address select" block which helps in selecting the device.

  2. 2:00 5:00 02:00-05:00

    The instructor focuses on the bus control signals. He circles "BR" (Bus Request) and "BG" (Bus Grant) on the Processor block, explaining the handshake. He draws red lines to show how the DMAC takes over the "Address bus" and "Data bus" when granted control. He emphasizes the "Address select" block and how the DMAC drives the "RD" (Read) and "WR" (Write) control signals to RAM and Peripherals. He explains that once the transfer is done, the DMAC returns control to the processor via the "Interrupt" signal. He traces the path of the "Read control" and "Write control" lines to the RAM. He also circles the "DMA Request" and "DMA Acknowledge" signals to show the communication between Peripherals and DMAC.

  3. 5:00 6:05 05:00-06:05

    The slide changes to text titled "Mode of transfer". The instructor defines "Burst mode" as a transfer where the DMA controller holds the bus until the entire I/O transfer is complete. He then defines "Cycle stealing mode," explaining that the CPU executes instructions in phases like IF (Instruction Fetch), ID (Instruction Decode), OF (Operand Fetch), IX (Instruction Execute), and WB (Write Back). He notes that during phases like ID and IX, the CPU doesn't need the bus, allowing the DMA to "steal" a cycle for data transfer. He underlines "Burst mode" and "Cycle stealing mode" on the slide.

The lecture systematically builds an understanding of DMA. It starts with the hardware architecture, showing how the DMAC interfaces with the CPU and memory. It then details the control signals (BR, BG, Interrupt) that manage bus ownership. Finally, it categorizes the operational modes, contrasting the continuous control of Burst mode with the opportunistic, cycle-by-cycle access of Cycle stealing mode, which minimizes CPU disruption. The visual aids, including the block diagram and the text slide, reinforce the theoretical concepts with practical signal flow and phase definitions. The instructor uses red markings to trace signal paths, making the abstract concept of bus arbitration concrete for the student.