裸机系列——DMA寄存器

    技术2022-05-20  35

    转至:

    http://blog.csdn.net/dhdahai/archive/2009/03/30/4037420.aspx

    2440 DMA 寄存器 :

    1.       DISRCnDMA initial source c ):始端数据基地址。

    2.       DISRCCnDMA initial source control register ):始端总线类型(系统总线AHB or 外围总线 APB )和地址类型(increment or fixed )。

    3.       DIDSTnDMA initial destination register ):终端数据基地址。

    4.       DIDSTCnDMA initial destination control register ):中断产生时刻,终端总线类型(系统总线AHB or 外围总线 APB )和地址类型(increment or fixed )。

    5.       DCONnDMA control register ):

    Demand mode or Handshake mode DREQDACK 同步方式 中断使能 the transfer size of an atomic transfer1or4Single service mode or Whole service mode DMA request source Software source or Hardware source 自动重新加载on/off 数据宽度 Transfer count 初始值

    6.       DSTATnDMA status register ):

    ready or busy Transfer count 当前值

    7.       DCSRCnDMA current source register ):current source address

    8.       DCDSTnDMA current destination register ):current destination address

    9.       DMASKTRIGnDMA mask trigger register ):

    Stop DMA DMA channel on/off S/W request mode 时用于触发DMA

    最新回复(0)