CN-0189 FMC-SDP轉(zhuǎn)接器和評估板/Xilinx KC705參考設(shè)計(jì)
資料介紹

Table of Contents
CN-0189 FMC-SDP Interposer & Evaluation Board / Xilinx KC705 Reference Design
Supported Devices
Reference Circuits
Overview
This document presents the steps to setup an environment for using the EVAL-CN0189-SDPZ evaluation board together with the Xilinx KC705 FPGA board and the Xilinx Embedded Development Kit (EDK). Below is presented a picture of the EVAL-CN0189-SDPZ Evaluation Board with the Xilinx KC705 board.
For component evaluation and performance purposes, as opposed to quick prototyping, the user is directed to use the part evaluation setup. This consists of:
- 1. A controller board like the SDP-B ( EVAL-SDP-CS1Z)
- 2. The component SDP compatible product evaluation board
- 3. Corresponding PC software ( shipped with the product evaluation board)
The SDP-B controller board is part of Analog Devices System Demonstration Platform (SDP). It provides a high speed USB 2.0 connection from the PC to the component evaluation board. The PC runs the evaluation software. Each evaluation board, which is an SDP compatible daughter board, includes the necessary installation file required for performance testing.
Note: it is expected that the analog performance on the two platforms may differ.
Below is presented a picture of SDP-B Controller Board with the EVAL-CN0189-SDPZ Evaluation Board.
The CN-0189 circuit incorporates a dual axis ADXL203 accelerometer and the AD7887 12-bit successive approximation (SAR) ADC to create a dual axis tilt measurement system. The ADXL203 is a polysilicon surface micromachined sensor and signal conditioning circuit. Acceleration in the X or Y axis will produce a corresponding output voltage on the XOUT or YOUT output pins of the device. The X axis and Y axis are perpendicular to one another. The AD8608 quad op amp buffers, attenuates, and level shifts the [adi>ADXL203]] outputs so they are at the proper levels to drive the inputs of the AD7887. The rail-to-rail input/output AD8608 is chosen for its low offset voltage (65 μV maximum), low bias current (1 pA maximum), low noise (8 nV/√Hz), and small footprint (14-lead SOIC or TSSOP). The AD7887 is configurable for either dual or single channel operation via the on-chip control register. In this application it is configured for dual channel mode, allowing the user to monitor both outputs of the ADXL203, thereby providing a more accurate and complete solution.
More information
- CN0189 Product Info - pricing, samples, datasheet
- ADXL203 Product Info - pricing, samples, datasheet
- AD7887 Product Info - pricing, samples, datasheet
Getting Started
The first objective is to ensure that you have all of the items needed and to install the software tools so that you are ready to create and run the evaluation project.
Required Hardware
- FMC-SDP adapter board
- EVAL-CN0189-SDPZ evaluation board
Required Software
- Xilinx ISE 14.6.
- UART Terminal (Termite/Tera Term/Hyperterminal), baud rate 115200.
- The EVAL-CN0189 reference project for Xilinx KC705 FPGA.
Downloads
- Xilinx Boards Common Drivers: https://github.com/analogdevicesinc/no-OS/tree/master/platform_drivers/Xilinx/SDP_Common
- EDK KC705 Reference project: https://github.com/analogdevicesinc/fpgahdl_xilinx/tree/master/cf_sdp_kc705
Run the Demonstration Project
Hardware setup
Before connecting the ADI evaluation board to the Xilinx KC705 make sure that the VADJ_FPGA voltage of the KC705 is set to 3.3V. For more details on how to change the setting for VADJ_FPGA visit the Xilinx KC705 product page.
- Use the FMC-SDP interposer to connect the ADI evaluation board to the Xilinx KC705 board on the FMC LPC connector.
- Connect the JTAG and UART cables to the KC705 and power up the FPGA board.
Reference Project Overview
The following commands were implemented in this version of EVAL-CN0189 reference project for Xilinx KC705 FPGA board.
| Command | Description |
|---|---|
| help? | Displays all available commands. |
| calibX+1G! | Acquire data for calibration, when Xacc=+1[g]. |
| calibX-1G! | Acquire data for calibration, when Xacc=-1[g]. |
| calibY+1G! | Acquire data for calibration, when Yacc=+1[g]. |
| calibY-1G! | Acquire data for calibration, when Yacc=-1[g]. |
| calibCalculateParam! | Calculates the parameters for calibration. |
| rawData? | Displays the raw data an both axes.(40 samples) |
| acceleration? | Displays the acceleration on both axes.(40 samples) |
| tilt? | Displays the tilt on both axes.(40 samples) |
Commands can be executed using a serial terminal connected to the UART peripheral of Xilinx KC705 FPGA.
The following image shows a generic list of commands in a serial terminal connected to Xilinx KC705 FPGA's UART peripheral.
Software Project Setup
The hardware platform for each reference projects with FMC-SDP interposer and KC705 evaluation board is common. The next steps should be followed to recreate the software project of the reference design:
- First download the KC705 Reference project from Github on your computer. You can do this by clonning this repository: https://github.com/analogdevicesinc/fpgahdl_xilinx.
- From this entire repository you will use cf_sdp_kc705 folder. This is common for all KC705 projects.
- Open the Xilinx SDK. When the SDK starts, it asks you to provide a folder where to store the workspace. Any folder can be provided. Make sure that the path where it is located does not contain any spaces.
- In the SDK select the File→Import menu option to import the software projects into the workspace.
- In the Import window select the General→Existing Projects into Workspace option.
- In the Import Projects window select the cf_sdp_kc705 folder as root directory and check the Copy projects into workspace option. After the root directory is chosen the projects that reside in that directory will appear in the Projects list. Press Finish to finalize the import process.
- The Project Explorer window now shows the projects that exist in the workspace without software files.
- Now the software must be added in your project. For downloading the software, you must use 3 links from Github given in Downloads section. From there you'll download the specific driver, the specific commands and the Xilinx Boards Common Drivers(which are commons for all Xilinx boards). All the software files downloaded must be copied in src folder from sw folder.
- Before compilation in the file called Communication.h you have to uncomment the name of the device that you currently use. In the picture below there is an example of this, which works only with AD5629R project. For another device, uncomment only the respective name. You can have one driver working on multiple devices, so the drivers's name and the uncommented name may not be the same for every project.
- The SDK should automatically build the project and the Console window will display the result of the build. If the build is not done automatically, select the Project→Build Automatically menu option.
- If the project was built without any errors, you can program the FPGA and run the software application.
More information
- Example questions:
- An error occurred while fetching this feed: http://ez.analog.com/community/feeds/allcontent/atom?community=2061
掃碼添加小助手
加入工程師交流群
- CN0235 FMC-SDP轉(zhuǎn)接器和評估板/Xilinx KC705參考設(shè)計(jì)
- AD7656-1 FMC-SDP轉(zhuǎn)接器和評估板/Xilinx KC705參考設(shè)計(jì)
- AD7658-1 FMC-SDP轉(zhuǎn)接器和評估板/Xilinx KC705參考設(shè)計(jì)
- CN0202 FMC-SDP轉(zhuǎn)接器和評估板/Xilinx KC705參考設(shè)計(jì)
- AD9833 FMC-SDP轉(zhuǎn)接器和評估板/Xilinx KC705參考設(shè)計(jì)
- AD5780 FMC-SDP轉(zhuǎn)接器和評估板/Xilinx KC705參考設(shè)計(jì)
- AD5449 FMC-SDP轉(zhuǎn)接器和評估板/Xilinx KC705參考設(shè)計(jì)
- CN0194 FMC-SDP轉(zhuǎn)接器和評估板/Xilinx KC705參考設(shè)計(jì)
- CN0209 FMC-SDP轉(zhuǎn)接器和評估板/Xilinx KC705參考設(shè)計(jì)
- CN0204 FMC-SDP轉(zhuǎn)接器和評估板/Xilinx KC705參考設(shè)計(jì)
- CN0241 FMC-SDP轉(zhuǎn)接器和評估板/Xilinx KC705參考設(shè)計(jì)
- CN0271 FMC-SDP轉(zhuǎn)接器和評估板/Xilinx KC705參考設(shè)計(jì)
- AD7980 FMC-SDP轉(zhuǎn)接器和評估板/Xilinx KC705參考設(shè)計(jì)
- AD7988-1 FMC-SDP轉(zhuǎn)接器和評估板/Xilinx KC705參考設(shè)計(jì)
- AD7683 FMC-SDP轉(zhuǎn)接器和評估板/Xilinx KC705參考設(shè)計(jì)
- SDP810傳感器專題之電氣集成和結(jié)構(gòu)集成(三) 672次閱讀
- 使用Xilinx FPGA實(shí)現(xiàn)OFDM系統(tǒng) 1.9k次閱讀
- 系統(tǒng)演示平臺簡化了從評估到原型設(shè)計(jì)的過渡 1.4k次閱讀
- Xilinx FPGA的FMC介紹 6.8k次閱讀
- dfrobot可插拔傳感器轉(zhuǎn)接器簡介 1.5k次閱讀
- dfrobotWiiChuck轉(zhuǎn)接器簡介 1.5k次閱讀
- 飛凌嵌入式JTAG轉(zhuǎn)接板?介紹 2.4k次閱讀
- digilent FMC Pcam適配器介紹 3.5k次閱讀
- digilent FMC-HDMI:雙HDMI輸入擴(kuò)展子板介紹 5.4k次閱讀
- 天嵌科技LVDS轉(zhuǎn)接板-TTL-LVDS轉(zhuǎn)接板規(guī)格 6.2k次閱讀
- 2.5 GSPS高性能數(shù)模轉(zhuǎn)換器——AD9739A DAC 5.6k次閱讀
- 關(guān)于FPGA的FMC接口的詳細(xì)介紹 1.3w次閱讀
- 系統(tǒng)演示平臺便于快速進(jìn)行原型制作與評估 1.9k次閱讀
- 非插入式器件如何測量? 2k次閱讀
- ADI實(shí)驗(yàn)室電路:500V共模電壓電流監(jiān)控器 4.1k次閱讀
下載排行
本周
- 1新一代網(wǎng)絡(luò)可視化(NPB 2.0)
- 3.40 MB | 1次下載 | 免費(fèi)
- 2MDD品牌三極管MMBT3906數(shù)據(jù)手冊
- 2.33 MB | 次下載 | 免費(fèi)
- 3MDD品牌三極管S9012數(shù)據(jù)手冊
- 2.62 MB | 次下載 | 免費(fèi)
- 4聯(lián)想flex2-14D/15D說明書
- 4.92 MB | 次下載 | 免費(fèi)
- 5收音環(huán)繞擴(kuò)音機(jī) AVR-1507手冊
- 2.50 MB | 次下載 | 免費(fèi)
- 624Pin Type-C連接器設(shè)計(jì)報(bào)告
- 1.06 MB | 次下載 | 免費(fèi)
- 7MS1000TA 超聲波測量模擬前端芯片技術(shù)手冊
- 0.60 MB | 次下載 | 免費(fèi)
- 8MS1022高精度時(shí)間測量(TDC)電路數(shù)據(jù)手冊
- 1.81 MB | 次下載 | 免費(fèi)
本月
- 1愛華AIWA HS-J202維修手冊
- 3.34 MB | 37次下載 | 免費(fèi)
- 2PC5502負(fù)載均流控制電路數(shù)據(jù)手冊
- 1.63 MB | 23次下載 | 免費(fèi)
- 3NB-IoT芯片廠商的資料說明
- 0.31 MB | 22次下載 | 1 積分
- 4H110主板CPU PWM芯片ISL95858HRZ-T核心供電電路圖資料
- 0.63 MB | 6次下載 | 1 積分
- 5UWB653Pro USB口測距通信定位模塊規(guī)格書
- 838.47 KB | 5次下載 | 免費(fèi)
- 6技嘉H110主板IT8628E_BX IO電路圖資料
- 2.61 MB | 4次下載 | 1 積分
- 7蘇泊爾DCL6907(即CHK-S007)單芯片電磁爐原理圖資料
- 0.04 MB | 4次下載 | 1 積分
- 8100W準(zhǔn)諧振反激式恒流電源電路圖資料
- 0.09 MB | 2次下載 | 1 積分
總榜
- 1matlab軟件下載入口
- 未知 | 935137次下載 | 10 積分
- 2開源硬件-PMP21529.1-4 開關(guān)降壓/升壓雙向直流/直流轉(zhuǎn)換器 PCB layout 設(shè)計(jì)
- 1.48MB | 420064次下載 | 10 積分
- 3Altium DXP2002下載入口
- 未知 | 233089次下載 | 10 積分
- 4電路仿真軟件multisim 10.0免費(fèi)下載
- 340992 | 191439次下載 | 10 積分
- 5十天學(xué)會(huì)AVR單片機(jī)與C語言視頻教程 下載
- 158M | 183353次下載 | 10 積分
- 6labview8.5下載
- 未知 | 81602次下載 | 10 積分
- 7Keil工具M(jìn)DK-Arm免費(fèi)下載
- 0.02 MB | 73822次下載 | 10 積分
- 8LabVIEW 8.6下載
- 未知 | 65991次下載 | 10 積分
電子發(fā)燒友App





創(chuàng)作
發(fā)文章
發(fā)帖
提問
發(fā)資料
發(fā)視頻









上傳資料賺積分
評論