Hi,
I want to know how can PL (Programmable logic) receive data from the PS (Programmable Software).
I am trying to use the PS to drive the data to an ADC controller which in turn will program the ADC using a modified SPI port.
Similarly how can the PL transfer the ADC samples to the PS.
I have followed a lot of tutorial but most of them are like use AXI interface and I understand that AXI has master and slave but how do I present the data to the AXI interface. Are there any refernce timing diagrams or should I write any end-point controllers that will convert the ADC data to AXI format.