Forum Discussion
DSchm28
New Contributor
7 years agoHow to initialize the DMA of the HPS?
Hi, I use an Cyclon V SoC FPGA (on an DE10-NANO). I would like the to use the integrated DMA Controller from HPS (no IP Core on Platform Designer) to write Data from my own buffer to the HPS2FPGA . ...
FawazJ_Altera
Frequent Contributor
7 years agoHello,
I couldnt find an example supported by Intel PSG to use HPS DMA instead of FPGA DMA. the reason behind that is, the FPGA DMA is much faster compared to HPS DMA.
You can refer to this example:
https://github.com/robertofem/CycloneVSoC-examples/tree/master/Linux-modules/DMA_PL330_LKM
You might find some interesting information.
Thank you