AD6676-EBZ no-OS Example Project
See projects/ad6676-ebz (doxygen) for the Doxygen documentation.
Supported Evaluation Boards
Overview
The AD6676 is a highly integrated, wideband IF receiver subsystem that can digitize radio frequency (RF) bands up to 160 MHz in width centered on an intermediate frequency (IF) of 70 MHz to 450 MHz. It features digital signal processing with on-chip NCOs and a quadrature digital downconverter with decimation factors of 12, 16, 24, and 32. High-speed data transfer is facilitated by JESD204B single or dual-lane outputs. The device operates with supply voltages of 1.1 V and 2.5 V, consuming as little as 1.20 W. It includes an integrated attenuator with a 27 dB range, adjustable in 1 dB increments, and supports automatic gain control (AGC) via an AGC data port.
The EVAL-AD6676 evaluation board provides a full-featured platform for evaluating the AD6676. It includes an FMC connector for interfacing with FPGA carrier boards, an SPI interface for ADC setup and control, and a quad frequency oscillator with a default 200 MHz reference clock. The board receives its power via the FMC connector from the carrier board.
Applications
Wideband cellular infrastructure equipment and repeaters
Point-to-point microwave equipment
Instrumentation (spectrum and communication analyzers)
Software defined radio
Hardware Specifications
Power Supply Requirements
The EVAL-AD6676 evaluation board utilizes onboard low-dropout (LDO) regulators powered via the FMC interface from the carrier board. The board requires a 200 MHz reference clock (configurable to 125 MHz, 150 MHz, or 250 MHz via the on-board quad frequency oscillator), with ADC frequencies up to 3.2 GHz. No additional external power supply is needed when the board is correctly mounted on a supported carrier.
On-board Connectors
Connector |
Description |
|---|---|
FMC Connector |
HPC FMC interface for connecting to the carrier board |
SPI Interface |
Provides setup and control for the ADC |
JESD204B Interface Outputs |
High-speed data outputs (single or dual-lane) |
CLK+/CLK- |
Differential clock inputs for ADC synchronization |
VIN+/VIN- |
Differential analog signal inputs |
GPIO |
General-purpose I/O for configuration and monitoring |
AGC Pins |
Automatic gain control loop interface |
Power Supply Connectors |
Supply rails (VDD1, VDDL, VDDQ, etc.) |
No-OS Build Setup
Please see: No-OS Build Guide
No-OS Supported Examples
The initialization data used in the examples is taken out from: Project Common Data Path
Demo Example
The demo example initializes the AD6676 hardware by configuring GPIO and SPI interfaces for communication with the device. It sets up the JESD204B transport layer using AXI XCVR and JESD cores, initializes the ADC core, and performs PRBS verification (PN9 and PN23 sequences). Finally, it executes DMA transfers to capture ADC data.
IIO Example
The IIO example configures the AD6676 device to interact with an IIO client for data capture and processing. It initializes platform resources including GPIO and SPI, sets up the JESD204B interface and ADC core, and runs an IIO daemon that enables real-time data capture through the IIO client interface.
If you are not familiar with ADI IIO Application, please take a look at: IIO No-OS
If you are not familiar with ADI IIO Oscilloscope Client, please take a look at: IIO Oscilloscope
To build the IIO example, add the following flag when invoking make:
IIOD=y
No-OS Supported Platforms
Xilinx Platform
Used Hardware
Connections
Plug the AD6676-EBZ FMC connector into the HPC (J37) connector on the ZC706 board. The connector and board are keyed to ensure correct orientation; the evaluation board should face away from the main ZC706 PCB.
The AD6676-EBZ receives its power directly via the FMC connector from the ZC706 board. No additional external power is needed if correctly mounted.
Build Command
cp <SOME_PATH>/system_top.xsa .
# to delete current build
make reset
# to build the project
make
# to flash the code
make run