Become a leader in the IoT community!
New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!
If you want your FPGA to write data to the RAM memory of the processor system, then your FPGA must implement the DMA engine.
It can be easily done with HLS (see [https://docs.amd.com/r/en-US/ug1399-vitis-hls/AXI4-Master-Interface](https://docs.amd.com/r/en-US/ug1399-vitis-hls/AXI4-Master-Interface) and [https://github.com/Xilinx/Vitis-HLS-Introductory-Examples/blob/master/Interface/Memory/using\_axi\_master/example.cpp](https://github.com/Xilinx/Vitis-HLS-Introductory-Examples/blob/master/Interface/Memory/using_axi_master/example.cpp) ). In HDL it is more complicated.
If you want to know more, you may read [http://www.zynqbook.com/](http://www.zynqbook.com/).
Ok @enthernetcode Thanks 👍
This series targets Zynq – from bringup to using peripherals, using HDL and running simulations around the designed modules.
Thanks for the Recommendation @ngu25
CONTRIBUTE TO THIS THREAD