RX interface and pattern generation question

Hello,
We have been working with the EVB6002 and developed an RX interface using a Lattice CPLD/USB (Cypress FX2) board. See:
https://rf-sampler.svn.sourceforge.net/svnroot/rf-sampler/trunk/firmware/Lattice/J6_Pipe/

We are interested in knowing if there is a way to setup the LMS6002 chip to generate a deterministic pattern on the I and Q bits in order to verify our sampling and capture timing parameters and synthesis constraints.

I was hoping to learn from your design, but I notice that you have not implemented the RX side. You are welcome to use the one we developed, and we are happy to collaborate with you on it.

Thanks and Best Regards,

-bogdan

Hi Bogdan

It is great to see that you have developed the RX interface using Lattice. We are developing the code to capture the RX data via Altera FPGA on the current interface board, the database of which can be obtained from :

http://myriadrf.org/wpcontent/uploads/2012/11/KiCAD_USBDigiInt_07.24.rar

We are going to check out your code, thank you for sharing.

You can generate a digital Sine (nco) in FPGA as TX IQ samples and loop back the TX DAC to the RX ADC input and monitor the samples from the ADC for a complete versification of the interface between the FPGA and LMS6002D. You could use the nco VHDL code in:

http://myriadrf.org/myriad-rf-software-for-pc-v1-06-stable/

The USB and FPGA interface could also be checked in the same way.

 

Bets Regards,

Andrew

Hi Bogdan,

Thanks for sharing. Would you be willing to do a short piece explaining how you went about doing this and what you can do with it … so others could do the same.

Rob

 

Hi Andrew and Rob,

@Rob, sure! There is a short summary and some nice photos on pp. 11-14 of the May 2012 SARA newsletter:

http://www.typnet.net/AJ4CO/RA/RA_2012_05-06_150dpi.pdf

The team also had two papers presented in the 2012 workshop, the proceedings of which can be obtained here:

http://www.radio-astronomy.org/2012-conference-proceedings

@Andrew, our hardware is setup for digital receive only (we dont have enough pins to send TX data to the LIME). However, we have been working on a way to generate a CW signal using the TX chain in the LIME without feeding it digital data.

 

Thanks and best Regards,

-bogdan

 

@bogdan,

You can make use of analog Tx inputs, connecting them to one of Agilent generators with differential I/Q outputs. I could supply you a waveform to drive the generator outputs, if you are interested.

Andrew

Hi Andrew,

Thanks. We have got an HP 8648C signal generator we use to test/calibrate with. Our interest is in self-calibration of the LMS6002D that can be accomplished without external equipment.

It turns out to be quite a challenge to do it by communicating with the chip directly (not using the GUI provided). There are still a few ‘magic’ codes that we have not found yet. :slight_smile:

Best Regards,

-bogdan