Regarding DMA transfer in imx6Quad AI board

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Regarding DMA transfer in imx6Quad AI board

ソリューションへジャンプ
821件の閲覧回数
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 解決策
539件の閲覧回数
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 返信
540件の閲覧回数
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 件の賞賛