I am using Zynq7000. I have my data in the Processor System (PS) obtained from the PC through UART and stored into an array. How can I transfer these data from the PS to the FPGA (PL)? I saw some resources only said to use an AXI interface, but I have no idea how to achieve that.
I am very new to FPGA. Please help me with some tutorial or simple example like transferring an 8 bit data from PS to PL.
Thank you!