Regarding DMA transfer in imx6Quad AI board

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

Regarding DMA transfer in imx6Quad AI board

跳至解决方案
788 次查看
srilakshmikanag
Contributor I

Hi,

We are using i.mx6Quad - We want to setup DMA transfer from memory to memory, please let us know which DMA can be used for this purpose. Also please tell us if there is any way to setup the DMA from ARM side user space program.

Please let me know.
Thanks in advance.

Regards,
Srilakshmi

标签 (4)
0 项奖励
1 解答
506 次查看
Yuri
NXP Employee
NXP Employee

According to Table A-1 (SDMA Scripts Overview) of the i.MX6 (Q) Reference Manual,

script ap_2_ap may be used for memory copy.

In the same time, standard ARM approach is using block copy instructions LDM / STM (or NEON VLD / VST),

which are very effective. I recommend it.

https://community.freescale.com/message/322677#322677

https://community.freescale.com/message/260276#260276

在原帖中查看解决方案

0 项奖励
1 回复
507 次查看
Yuri
NXP Employee
NXP Employee

According to Table A-1 (SDMA Scripts Overview) of the i.MX6 (Q) Reference Manual,

script ap_2_ap may be used for memory copy.

In the same time, standard ARM approach is using block copy instructions LDM / STM (or NEON VLD / VST),

which are very effective. I recommend it.

https://community.freescale.com/message/322677#322677

https://community.freescale.com/message/260276#260276

0 项奖励