About 116,000 results
Open links in new tab
  1. Direct Memory Access (DMA) Controller - GeeksforGeeks

    Apr 11, 2026 · This mode generates frequent bus requests but allows the CPU to execute instructions in between DMA transfers. Useful when the DMA task is important but should not entirely block the …

  2. Direct memory access - Wikipedia

    Computers that have DMA capability can transfer data to and from devices with much less CPU overhead than computers without DMA. DMA can also be used for memory-to-memory transfers. …

  3. What Is Direct Memory Access (DMA)? | Definition from TechTarget

    May 31, 2023 · What is direct memory access (DMA)? Direct Memory Access (DMA) is a capability provided by some computer bus architectures that enables data to be sent directly from an attached …

  4. Understanding DMA Direct Memory Access: A Beginner's Guide

    Nov 13, 2024 · Direct Memory Access (DMA) enables devices to transfer data directly to memory, bypassing the CPU. This improves performance by freeing the CPU for other tasks.

  5. Direct Memory Access (DMA): Working, Principles, and ... - Spiceworks

    Mar 14, 2024 · DMA lets hardware devices transfer data between themselves and memory without involving the CPU. Learn more about direct memory access here.

  6. 1 What is DMA? - onlinedocs.microchip.com

    Direct Memory Access (DMA) is an essential feature allowing specific hardware subsystems to access the system memory (RAM) independently of the central processing unit (CPU).

  7. Understanding Direct Memory Access (DMA): How Data Moves …

    Jul 13, 2025 · Direct Memory Access (DMA) is a mechanism that lets a dedicated controller take over this job, freeing up the CPU and making data movement faster and more efficient. In this article, we’ll …

  8. What Is DMA? - Computer Hope

    Sep 7, 2025 · DMA (Direct Memory Access) is a feature of some computer bus architectures that allows data to be sent from a storage device to memory without using the CPU (Central Processing Unit).

  9. What Is DMA? How Direct Memory Access Boosts Performance

    May 16, 2024 · DMA improves system performance by offloading data transfer tasks from the CPU to the DMA controller, allowing the CPU to perform other tasks while data transfers occur in the …

  10. What is DMA – Direct Memory Access – How Does DMA Work?

    Dec 3, 2023 · Direct Memory Access Controller is referred to as DMA. DMA is a system peripheral and bus master that enables fast data transfers between memory and peripherals as well as from …