什么是DMAC?

About the DMAC
The DMAC is an Advanced Microcontroller Bus Architecture (AMBA) compliant System-on-Chip (SoC) peripheral that is developed, tested, and licensed by ARM Limited.
The DMAC is an AMBA AHB module, and connects to the Advanced
High-performance Bus (AHB).

Features of the DMAC
The DMAC offers:
• Compliance to the AMBA Specification for easy integration into SoC
implementation.
• Eight DMA channels. Each channel can support a unidirectional transfer.
• 16 DMA requests. The DMAC provides 16 peripheral DMA request lines.
• Single DMA and burst DMA request signals. Each peripheral connected to the
DMAC can assert either a burst DMA request or a single DMA request. You set the DMA burst size by programming the DMAC.
• Memory-to-memory, memory-to-peripheral, peripheral-to-memory, and
peripheral-to-peripheral transfers.
• Scatter or gather DMA support through the use of linked lists.
• Hardware DMA channel priority. Each DMA channel has a specific hardware priority. DMA channel 0 has the highest priority and channel 7 has the lowest priority. If requests from two channels become active at the same time, the channel with the highest priority is serviced first.
• AHB slave DMA programming interface. You program the DMAC by writing to the DMA control registers over the AHB slave interface.
• Two AHB bus masters for transferring data. Use these interfaces to transfer data when a DMA request goes active.
• 32-bit AHB master bus width.
• Incrementing or non-incrementing addressing for source and destination.
• Programmable DMA burst size. You can programme the DMA burst size to transfer data more efficiently. The burst size is usually set to half the size of the FIFO in the peripheral.
• Internal four word FIFO per channel.
• Supports eight, 16, and 32-bit wide transactions.
• Big-endian and little-endian support. The DMAC defaults to little-endian mode on reset.
• Separate and combined DMA error and DMA count interrupt requests. You can generate an interrupt to the processor on a DMA error or when a DMA count has reached 0. This is usually used to indicate that a transfer has finished. There are three interrupt request signals to do this:
— DMACINTTC signals when a transfer has completed.
— DMACINTERR signals when an error has occurred.
— DMACINTR combines both the DMACINTTC and DMACINTERR
interrupt request signals. You can use the DMACINTR interrupt request in systems that have few interrupt controller request inputs.
• Interrupt masking. You can mask the DMA error and DMA terminal count interrupt requests.
• Raw interrupt status. You can read the DMA error and DMA count raw interrupt status prior to masking.
• Test registers for use in block and integration system level testing.
• Identification registers that uniquely identify the DMAC. An operating system can use these to automatically configure itself.
在这里插入图片描述

相关推荐

  1. 什么DMA? STM32如何配置DMA

    2023-12-17 01:54:01       10 阅读
  2. 驱动开发中的DMA什么

    2023-12-17 01:54:01       17 阅读
  3. datalist 什么?以及作用什么

    2023-12-17 01:54:01       18 阅读
  4. Spring什么??IOC又什么??

    2023-12-17 01:54:01       11 阅读
  5. css预处理什么?作用什么

    2023-12-17 01:54:01       9 阅读

最近更新

  1. TCP协议是安全的吗?

    2023-12-17 01:54:01       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2023-12-17 01:54:01       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2023-12-17 01:54:01       19 阅读
  4. 通过文章id递归查询所有评论(xml)

    2023-12-17 01:54:01       20 阅读

热门阅读

  1. axios+echarts

    2023-12-17 01:54:01       30 阅读
  2. react受控组件和非受控组件区别

    2023-12-17 01:54:01       37 阅读
  3. 大语言模型续写completions

    2023-12-17 01:54:01       40 阅读
  4. 数据库_mongoDB

    2023-12-17 01:54:01       35 阅读
  5. shell编程-sort命令详解(超详细)

    2023-12-17 01:54:01       38 阅读
  6. AI视频-stable-video-diffusio介绍

    2023-12-17 01:54:01       38 阅读
  7. 使用Python安装Selenium

    2023-12-17 01:54:01       43 阅读
  8. 网络安全应急响应之事件分类

    2023-12-17 01:54:01       39 阅读
  9. Redission从入门到入门

    2023-12-17 01:54:01       38 阅读