Hi everybody,
I ordered an eval board named DC1525A-L. We plan to use LTC2170-12 chips in our new motor controls.
We have a restriction related with Pin count. That's why we want to use Serial LVDS ADC.
I developed before a lot of ADI fast speed ADCs(ad9467, ad6676, ad9680...), I used everytime your reference designs.
But I can not find a Serial LVDS ADC reference design that you are supported.
I searched also in your Forums, but no success.
I want to use this chip with Xilinx Zynq. I have also ZC702 eval board, but I can easily port other design to ZC702.
Do you have any Serial LVDS ADC Reference Design?
It'd wonderful for SPI configuration and retrieving data from ADC.
Regards,
Saban
Verilogp2175_src.zip
Here you go.
1. The software is PScope and it will configure the ADC. If you write your own FPGA code you will need to program the device yourself with a SPI interface.
2. Our code is written for 2 lane, but you can…
There is linearlabtools if you want a way to talk to the DC1525 with python or another piece of software, that is similar to IIO scope. It can be downloaded here:
https://www.analog.com/en/design-center…
Hi again,
I asked a simple question, but there is no reply.
Thanks.
Hi Saban,
Are you looking for hardware design information for designing a board which uses the LTC2170, or are you looking for example FPGA code for how to capture the outputs?
Thanks,
Doug
Hi Dougl,
I'm an embedded software developer.
I want to get data from DC1525A-L(LTC2170-12) & ZC702 couple.
Firstly, I need to configure this ADC via SPI and then I need a Serial LVDS data capture rutin.
For now hardware design is not an issue, we want to bring up our system with your eval board firstly.
I meant, FPGA(SPI and Serial LVDS) and if it possible software&driver codes, whatever you have.
Thanks a lot,
Hi @Clarence.Mayott,
Thanks a lot for your sharing.
I examine it.