T2080'DMA fail to to transfer data to peripheral interface space

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

T2080'DMA fail to to transfer data to peripheral interface space

Jump to solution
1,217 Views
GeekFork
Contributor I

Hi Expert,

I am trying to use T2080's DMA to transfer data to peripheral interface space(e.g UART's FIFO, PCI), but it always raise a "Transfer Error" status and never success. The transfer is Ok between system memory.

It seems that PAMU need to be configured to authorize DMA to access periphyral region. The situation make no change after I do so.

Would you have some suggestions to enable DMA to access peripheral space?

By the way, where I can find the DMA driver code in Linux? I download the mainline Linx 5.5.x, but it seems that this DMA's driver is not included.

 

Thanks in advance!

-Jerry

Labels (1)
0 Kudos
1 Solution
1,211 Views
Pavel
NXP Employee
NXP Employee
0 Kudos
2 Replies
1,212 Views
Pavel
NXP Employee
NXP Employee

See the Section 7.3 in SDK 2.0-1703 documentation:

https://www.nxp.com/docs/en/supporting-information/QORIQ-SDK-2.0-IC-REV0.pdf

0 Kudos
1,157 Views
GeekFork
Contributor I

Thanks Pavel for the reply

0 Kudos