LS1046 EDMA problem

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LS1046 EDMA problem

627 次查看
tzviengelman
Contributor I

I'm trying to do memcpy using the eDMA of the LS1046 and have several question about it usage:

- Does the LS1046 eDMA support copy data from source DDR address to destination DDR address (memcpy)?

If the mecpy is sopported:

1. Does the DMAMUX required to be configured? if so, what DMAMUX configuration is needed for that?

 2. The source & destination address are 32bit size registers but the LS1046 support DDR memory in addresses larger than 32 bits (DDR size bigger than 2GB). Can the eDMA be used to do data copy to those addresses?

标记 (3)
0 项奖励
1 回复

554 次查看
bpe
NXP Employee
NXP Employee

Please find your questions answered below:


>- Does the LS1046 eDMA support copy data from source DDR address to
>destination DDR address (memcpy)?
>
[Platon] Yes.
 
>1. Does the DMAMUX required to be configured? if so, what DMAMUX
>configuration is needed for that?
>
[Platon] DMAMUX is required only if you want eDMA to start at a
peripheral request.

>2. The source & destination address are 32bit size registers but
>the LS1046 support DDR memory in addresses larger than 32 bits (DDR
>size bigger than 2GB). Can the eDMA be used to do data copy to
>those addresses?
>
[Platon] eDMA can only access the lower, 32-bit addressable part
of the physical address space.

Regards

Platon