Hello support team,
I am trying to send the 1024 fixed IQ samples direct from PL, for which I have break the AXI_DMAC interconnection as per suggested in this thread: Send IQ Samples from PL or HDL Directly . Other than this, the enable 0,1,2,3 signals of UTIL_UPACK is asserted to high. also, I observed one signal here in AXI_AD9361 verilog module which is dac_data_sel_s. its coming from axi sdk (.up_axi_wdata (s_axi_wdata),) so when I break the interconnection with AXI_DMAC to provide fixed IQ data from PL only. but this data selection in the Verilog module need to change to take data from PL, right? Can you guide on how to select an option which can take data dorectly from PL. FYI: From SDK end, I have already enabled the DMA example and disabled DDS . Also, from the AXI_AD9361 IP, the DAC_DDS_Disable is set to 1 to enable external path instead of DDS.
Awaited your guidance.