i have designed a system of pcie root complex using zcu102 xilinx board.
i wrote drivers on the processor side as well that initialize, read and write.
in addition, i am using petlinux on the board. now, i am able to read/write properly and now i want to unlock pcie burst mode capability.
Is it possible to do so using memcpy function?
Thanks!
this should be done using DMA, not memcpy. Memcpy will work, yes, but it will be significantly slower than DMA due to the design of the boards. Many, many sites say this is the usual approach.