DMA Descriptor Synchronization for CPU Overhead Reduction

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current direct memory access (DMA) systems rely heavily on CPU overhead for setting up and synchronizing data transfers, which can be inefficient and limit the scalability of data communication between system memory and peripheral components.

Innovation Solution

The implementation of DMA descriptors allows for the synchronization of DMA channels through a linked list mechanism, where a triggering event can pause or resume DMA operations based on a synchronization trigger register, enabling more efficient and flexible data transfer management.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If CPU serves as intermediary for data transfer between system memory and peripheral component, then data communication can be established, but CPU overhead increases and scalability is limited

Engineering Contradiction:
Improvedata transfer efficiencyVSAvoidCPU overhead
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent extracts the data transfer function from the CPU by implementing DMA (Direct Memory Access) mechanisms. The DMA engine independently handles data transfer operations between system memory and peripheral components, separating this function from CPU processing. This allows the CPU to focus on computation while DMA handles data movement, reducing CPU overhead and improving overall system productivity.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent introduces a DMA engine as an intermediary component between the CPU and peripheral components. This intermediary handles data transfer operations autonomously, mediating communication between memory and peripherals without requiring continuous CPU intervention. The DMA engine acts as a dedicated data transfer specialist, improving efficiency while reducing CPU burden.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Productivity

If DMA engine directly accesses system memory for data transfer, then CPU overhead is reduced, but synchronization control becomes more complex

Engineering Contradiction:
ImproveCPU overhead reductionVSAvoidsynchronization control
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent implements preliminary action by using descriptor-based configuration before DMA operations execute. Descriptors are pre-programmed with all necessary transfer parameters, triggering conditions, and synchronization settings. This preliminary setup allows the DMA engine to operate autonomously with built-in synchronization logic, reducing the need for complex real-time control while maintaining proper coordination between multiple DMA channels.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent incorporates feedback mechanisms through trigger values and status registers that monitor DMA operation completion and system state. When DMA transfers complete or specific conditions occur, the system generates feedback signals that automatically adjust descriptor execution, pause/resume operations, or trigger related DMA channels. This automated feedback loop simplifies synchronization control by eliminating manual intervention requirements.

Inventive Principle:
Principle #23Feedback

3Productivity

If multiple DMA channels operate independently, then data transfer throughput increases, but coordination and synchronization between channels becomes difficult

Engineering Contradiction:
Improvedata transfer throughputVSAvoidchannel coordination
Core Design Contradiction:
ProductivityVSEase of operation

Solution Approach 1:

The patent merges the coordination functions of multiple independent DMA channels through a unified descriptor-based control system. All channels share common trigger mechanisms, status registers, and synchronization protocols embedded in their respective descriptors. This merging of control functions allows channels to operate independently for high throughput while maintaining easy coordination through shared synchronization infrastructure, eliminating the need for complex inter-channel communication protocols.

Inventive Principle:
Principle #5Merging (Combining)

Data Source

PatentUS9256558B2Direct memory access descriptor-based synchronization
Publication Date: 2016.02.09 SILICON LABORATORIES INC
  • US9256558B2 patent drawing
  • US9256558B2 patent drawing
  • US9256558B2 patent drawing

AI summary

A method includes processing descriptors to control a direct memory access (DMA) channel. The method includes synchronizing at least part of the processing, which includes processing a first descriptor of the descriptors to cause the execution to selectively pause based on a trigger value.