Post Go back to editing

AD9371 ADC Capture Example Script

Hi,

I am using AD9371 with ZC706 and working with no-os drivers. All no-os system is working correctly in Xilinx SDK with no-os drivers provided in the master-branch. 

I saw adc_capture() function in the previous branches (like in 2018_1)  of No-os drivers ( in adc_core.c) . Also there was an example script to capture data from the adc.  Could you please provide a similar function in the axi_adc_core.c  driver so that we are able to capture adc data easily ?  Or at least you can say that what I should do to capture and read adc data using the  functions in the axi_dmac.c and axi_adc_core.c drivers. 

Thank you .

Parents Reply
  • Hi, thank you, 

    it was my mistake that I put a debug port wrongly in the hdl design. It is OK now after a clear implementation.

    I am trying to observe change in the 'fifo_wr_sync'  port of the 'axi_rx_dma IP' with the  "axi_dmac_transfer"   during receiving. I thought it will be 1 after sending "axi_dmac_transfer" function, however, it becomes 1 after axi_adc_init() function and stays 1 always afterwards.

    What is happening after sending the "axi_dmac_transfer" function ? Is it related to interrupts ?  

Children