Post Go back to editing

Zynq3-AD9371 Radar

Thread Summary

The user wants to implement a radar system using a Zynq3-AD9371 combo, with control over waveform transmission and reception. The solution involves modifying the HDL reference design to synchronize the TX and RX paths by connecting their clocks and linking the DAC DMA output valid to the ADC DMA input valid. The ADC DMA must be programmed to accept new data, and buffers can be managed in software to capture synchronized data.
AI Generated Content

I'm wanting to implement a zynq3-AD9371 combo as a radar system. I want to be able to decide when each iteration of the waveform in memory is transmitted and when they are received/recorded. I'm also wanting to just record snippets of the received data in memory rather than streaming it. Before, I get started, I'm wondering where in the HDL might be the best place to start injecting my code. Also, I had already asked elsewhere, but are there any alternatives?