First of all I'm new in developing projects for FPGA WITH embedded ARM (or MicroBlaze) cores. My first project used transmitting a number of data to PS through FIFO. The main problem - I can't use DMA (it's blocked for other needs). As result I just connect few FIFO and Register to Zynq PS through AXI Interconnect. The main question: How I can read data from FIFO using xilinx SDK?
Other question: is there any other options connect data to PS without DMA