T106A81 Posted March 18 Share Posted March 18 Hello forum!!! I want to interface an ADC(AD9255/65) to zynq Soc. I have tried with on board ADC which is 1MSPS, but i want to interface a high speed ADC (125MSPS) which is necessary for my application. Can you please explain me the whole procedure and any documentation. I want to design vivado block design and export it in hardware sdk...... Link to comment Share on other sites More sharing options...
artvvb Posted March 21 Share Posted March 21 Hi T106A81, This is a big project. If you just need a 125 MS/s ADC, you could take a look at the Zmod Scope & Zmod Digitizer variants that support that rate, along with an Eclypse. Note that Digilent's example code generally doesn't run at 125 MS/s out of the box either, so there are additional steps that would need to be taken to modify existing demo material. IP designed for those products is at least somewhat similar to what you would need to create for AD9255/65, but I don't have all of the details. The ADC vendor likely also provides some sample code. Thanks, Arthur Link to comment Share on other sites More sharing options...
T106A81 Posted March 27 Author Share Posted March 27 I have the 16 bit ADC that work with 125MSPS i want to interface it and plot that digital signal on ILA. Can i use the gpio vivado ip for that purpose.... Link to comment Share on other sites More sharing options...
artvvb Posted March 27 Share Posted March 27 AXI GPIO is intended for much slower software access to I/Os. You really do need a dedicated hardware design capable of initializing your ADC and properly handling the data coming in as defined by the ADC and FPGA datasheets. Link to comment Share on other sites More sharing options...
T106A81 Posted April 25 Author Share Posted April 25 Thank you!!! can you please post me any link or document to interface high speed ADC with zynq soc Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now