TitanMKD fa47f8af8c Fix for IQ problem for ADC:
RX samples are ordered I0,Q1,I1,Q2,I2,... where they should be I0,Q0,I1,Q1,I2,Q2,...
This fix also alias/ghost problems to be confirmed on other boards/more tests...
Drawback now IQ is QI, will be fixed/swapped in LPC4330 SGPIO code.
2013-04-04 00:55:51 +02:00
..
2013-04-04 00:55:51 +02:00
2013-04-04 00:55:51 +02:00
2013-04-04 00:55:51 +02:00
2013-04-04 00:55:51 +02:00
2013-04-04 00:55:51 +02:00

CPLD interface between LPC43xx microcontroller SGPIO peripheral and MAX5864 RF codec.

Requirements

To build this VHDL project and produce an SVF file for flashing the CPLD:

  • Xilinx WebPACK 13.4 for Windows or Linux.

To program the SVF file into the CPLD:

  • Dangerous Prototypes Bus Blaster v2:

    • Configured with JTAGKey buffers.
    • Connected to CPLD JTAG signals on Jellybean.
  • urJTAG built with libftdi support.

  • BSDL model files for Xilinx CoolRunner-II XC264A, available at xilinx.com, in the "Device Models" Support Resources section of the CoolRunner-II Product Support & Documentation page. Only one file from the BSDL package is required, and the "program" script below expects it to be at the relative path "bsdl/xc2c/xc2c64.bsd".

To Program

./program

...which connects to the Bus Blaster interface 0, sets the BSDL directory, detects devices on the JTAG chain, and writes the sgpio_if.svf file to the CPLD.