Forum Discussion
Altera_Forum
Honored Contributor
10 years agoFPGA to HPS Communication
Hi Friends, I have the Terasic DeE-0 Nano Development board with Cyclone V and ARM Cortex HPS. As a part of my project, I have send some huge amount of data ( in megabytes ) from FPGA to HPS and s...
Altera_Forum
Honored Contributor
10 years agoHi ,
Thanks for the answer :) Should I use the Nios ii for this ? . My design actually scans some GPIO ports from the board and I have convert it into a file. For this I have to transfer these data chunks to the RAM and access from Linux. So I have already a small VHDL module scans the ports and put these data into a FIFO. Now I have use DMA to transfer the data to RAM. Is it possible to use without Nios ii ? I mean with the DMA ip , is it possible to write a small VHDL module and send data to the memory via this IP through DMA? Do you have a link /tutorial with minimal example with DMA , both hardware and software ? Its ok if it is with Nios ii Best Regards.