This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

dm3730的EDMA中TPCC_DRAE寄存器如何使用

Other Parts Discussed in Thread: DM3730

你好,最近在使用dm3730的EDMA中断,发现有一个寄存器TPCC_DRAEj,对手册中DMA region acess enable for bit N in region i这个解释不是很理解,这个寄存器存在的目的是什么,或者说在什么情况下会使用,如何使用。其中的 region i的i代表的范围,0-7还是1-7,这个i和TPCC_DRAEj中j是有映射关系吗?

举个例子:比如设置TPCC_DRAE0 |=(1<<0);意思是DMA的通道0的所有寄存器都映射到了region0的区域吗?但是手册中又没有region0这片地址空间。只有region1~region8,不知道我的理解是否正确?特别希望能对TPCC_DRAE这个寄存器的有一个容易理解且详细的解释?谢谢!