Tool/software:
Hi,
I'm currently using AM6442 as EP mode, and Windows as RC. And successfully run PCIE EP Enumeration testcase in MCU SDK, which is seen below.
AM64x MCU+ SDK: PCIE EP Enumeration
However, in DMA test, we found that the data copy speed between Bar0 and DMA memory is extermly low (compared to copy speed between two local memories).
Our DMA memory is mapped to RC DMA memory to access via Pcie outbound mapping, and the documentation mentions that the outbounding address must be in specified region.
I'm not sure whats affecting this speed and I wonder is there any method to optimize performance of copying data from DMA mapping address memory to local memory.
Best regards,