哈哈哈哈哈操欧洲电影,久草网在线,亚洲久久熟女熟妇视频,麻豆精品色,久久福利在线视频,日韩中文字幕的,淫乱毛视频一区,亚洲成人一二三,中文人妻日韩精品电影

電子發(fā)燒友App

硬聲App

掃碼添加小助手

加入工程師交流群

0
  • 聊天消息
  • 系統(tǒng)消息
  • 評論與回復
登錄后你可以
  • 下載海量資料
  • 學習在線課程
  • 觀看技術(shù)視頻
  • 寫文章/發(fā)帖/加入社區(qū)
會員中心
創(chuàng)作中心

完善資料讓更多小伙伴認識你,還能領(lǐng)取20積分哦,立即完善>

3天內(nèi)不再提示
創(chuàng)作
電子發(fā)燒友網(wǎng)>電子資料下載>類型>參考設(shè)計>AD7780 pmod Xilinx FPGA參考設(shè)計

AD7780 pmod Xilinx FPGA參考設(shè)計

2021-04-22 | pdf | 567.46KB | 次下載 | 3積分

資料介紹

This version (09 Jan 2021 00:56) was approved by Robin Getz.The Previously approved version (20 Nov 2015 13:41) is available.Diff

AD7780 Pmod Xilinx FPGA Reference Design

Introduction

The AD7780 is a complete low power front-end solution for bridge sensor products, including weigh scales, strain gages, and pressure sensors. It contains a precision, low power, 24-bit sigma-delta (Σ-Δ) ADC; an on-chip, low noise programmable gain amplifier (PGA); and an on-chip oscillator.

HW Platform(s):

Quick Start Guide

The bit file provided in the project *.zip file combines the FPGA bit file and the SDK elf files. It may be used for a quick check on the system. All you need is the hardware and a PC running a UART terminal and the programmer (IMPACT).

Required Hardware

Required Software

  • Xilinx ISE 14.4 (Programmer (IMPACT) is sufficient for the demo and is available on Webpack).
  • A UART terminal (Tera Term/Hyperterminal), Baud rate 115200 for the Avnet LX-9 Microboard and ZedBoard or 9600 for the Digilent Nexys?3 Board.

Running Demo (SDK) Program

If you are not familiar with LX9 and/or Xilix tools, please visit
products/boards-and-kits/AES-S6MB-LX9.htm for details.
If you are not familiar with Nexys?3 and/or Xilix tools, please visit
http://www.digilentinc.com/Products/Detail.cfm?NavPath=2,400,897&Prod=NEXYS3 for details.
If you are not familiar with ZedBoard and/or Xilix tools, please visit
http://www.em.avnet.com/en-us/design/drc/Pages/Zedboard.aspx for details.

Avnet LX9 MicroBoard Setup

Extract the project from the archive file (AD7780_.zip) to the location you desire.

To begin, connect the PmodAD3 to J5 connector of LX9 board (see image below). Connect the USB cable from the PC to the USB-UART female connector of the board for the UART terminal. The board will be programmed through its USB male connector.

PmodAD3 and LX-9

Digilent Nexys?3 Spartan-6 FPGA Board

Extract the project from the archive file (AD7780_.zip) to the location you desire.

To begin, connect the PmodAD3 to JA connector of Nexys?3 board (see image below). Connect the USB cables from the PC to the board, one for programming (Digilent USB device) and one for the UART terminal (FT232R USB UART).

PmodAD3 and Nexys?3

Avnet ZedBoard

To begin, connect the PmodAD3 to JD connector of ZedBoard (see image below). You can use an extension cable for ease of use. Connect the USB cables from the PC to the board, one for programming (Digilent USB device) and one for the UART terminal (FT232R USB UART).

PmodAD3 and ZedBoard

FPGA Configuration for Nexys3 and LX-9 MicroBoard

Start IMPACT, and double click “Boundary Scan”. Right click and select Initialize Chain. The program should recognize the Spartan 6 device (see screenshot below). Start a UART terminal (set to appropiate baud rate) and then program the device using the bit file provided in the project *.zip archive, located in the “sw” folder (../ad7780/sw/AD7780.bit).

Programming FPGA in IMPACT

If programming was successful, the Main Menu will appear in your UART terminal, as seen in the pictures below. There are 6 options available for you. Use [v], [f], [g], [p], [r], [s], [m] in order to choose the desired one.

Main Menu

Display Vin allows printing the input voltage over the UART with the appropriate output rate (10 Hz or 16.7 Hz, depending on Filter settings). Pressing [m] will return to menu.

Display Vin

If the device is Powered Down the user will be prompted to Power Up the device prior to trying to display the input voltage.

Display Vin error messege

Change Filter Option allows selecting between 10 Hz and 16.7 Hz Output Rate.

Change Filter Options

Change Gain Option allows selecting between a gain of 128 or a gain of 1.

Change Gain Option

Power Down / Power Up allows powering down the device or powering it back up.

Power Up/Down device

Modify Voltage Reference allows changing the voltage reference that is used to calculate the value displayed over UART. The default value is 3300 mV. If using another reference voltage, please modify it here before printing values, in order to obtain correct results. If any value besides 1 to 9 is entered, an error message will be displayed. If a value higher than 5000 is entered, an error message will be displayed. If entering less than 4 characters, please press [Enter] in order to validate your input. If 4 characters are entered, the result is automatically validated.

Modify Voltage Reference

Input errors are displayed in the following picture.

Modify Voltage Reference errors

Display current settings allows printing the current settings for the device. Any pressed key will take you back to the menu.

Display current settings

FPGA Configuration for ZedBoard

Run the download.bat script from the “../bin” folder downloaded from the github (see the links in the download section of the wiki page). The script will automatically configure the ZYNQ SoC and download the *.elf file afterwards.

If the download script fails to run, modify the Xilinx Tools path in download.bat to match your Xilinx Installation path.

If programming was successful, you should be seeing messages appear on the terminal window. After programming the AD7780 device, the program will automatically read the value of the analog voltage input and print it via UART.

Using the reference design

Functional Description

Avnet LX-9 MicroBoard and Digilent Nexys3

The reference design is a custom communication interface, allowing control for the FILTER, GAIN, PDRST pins, reading data from the AD7780 and generating an interrupt when data has been received.

Avnet ZedBoard

The reference design is a custom communication interface, reading data from the AD7780 and generating an interrupt when data has been received. DMA transfers 256 samples from the ADC and prints the input voltage via UART. FILTER, GAIN and PDRST are hardcoded to '1', but can be easily programmed by adding links from your custom HDL to the inputs of the IPCore.

  • UART must be set to 115200 Baud Rate for the Avnet LX-9 Microboard and ZedBoard or 9600 Baud Rate for the Digilent Nexys?3 Board.
  • Reference voltage is 3300 mV default. If using another reference voltage, please check that the jumpers are properly set on the PmodAD3, and modify the reference voltage in the software application using UART (select option [r]).
  • If using 3 external signals (AVDD, AIN and REF) then 2 jumpers on PmodAD3 must be off (JP1 and JP2).
  • If using 2 external signals (AIN and REF) or (AIN and AVDD) then 1 jumper on PmodAD3 must be off (JP2 or JP1).
  • Be aware that 0.5V ≤ Vref ≤ AVDD and 2.7V ≤ AVDD ≤ 5.25V.
  • Be aware (especially when using gain = 128) that the common-mode voltage (AIN(+) + AIN(?)) / 2 must be ≥ 0.5V.

Downloads

====== Linux Device Driver - Custom HDL PCore ====== Connect PmodAD3 to the JD1 connector of the ZedBoard (upper row of pins). ===== Preparing the SD Card ===== In order to prepare the SD Card for booting Linux on the ZedBoard: * Download the device tree: PmodAD3 Linux devicetree * Download the Xilinx XPS project: PmodAD3 Linux XPS Project * Download the AD7780 IPcore: AD7780 IPCore
* Download the project libraries: Required Project Libraries
* Follow the instructions on the following wiki page, but use the device tree and project downloaded on the previous step * Linux with HDMI video output on the ZED and ZC702. Make sure you have an HDMI monitor connected to the ZedBoard, plug in the SD Card and power on the board. If everything is correct, the system should boot up. If you don't have an HDMI monitor, connect to the board via UART, Baud Rate 115200. There are 2 ways to test the driver. * Using the terminal window * Using the ADI IIO Oscilloscope ===== Using the terminal window ===== Open a new terminal window by pressing Ctrl+Alt+T. Navigate to the location of the device and identify it using the following commands: cd /sys/bus/iio/devices/ ls iio:device0 iio:device1 trigger0 cd iio/:device0 cat name AD7780 If the cat name command doesn't return ad7780, then change the number of the iio:device, and check again. cd .. cd iio/:device1 cat name To see the list of options that the AD7780 driver provides, type: ls buffer dev name power scan_elements subsystem uevent To read the raw input voltage, type: cd buffer echo 40 > length echo 1 > enable hexdump -x /dev/iio/:device0 0000000 d34d 7d63 d44d 7d63 d04d 7d63 c84d 7d63 0000010 d44d 7d63 d74d 7d63 e04d 7d63 d84d 7d63 AD7780 Read Voltage from Terminal The commands written above can also be used if not using an HDMI monitor and a wireless keyboard, by using a serial terminal, and typing the commands after the system boot-up is complete. AD7780 Read Voltage from Serial Terminal ===== Using the ADI IIO Oscilloscope ===== Install the ADI IIO Oscilloscope using the instructions from the following wiki page: * IIO Oscilloscope Launch the ADI IIO Oscilloscope. Select AD7780 from the Device drop-down menu. Set the desired number of samples in the Sample Count tab. Click the Green Play Button in order to start capturing and displaying data. Click Stop to stop the process. AD7780 IIO Oscilloscope Plot

More information

加入交流群
微信小助手二維碼

掃碼添加小助手

加入工程師交流群

下載該資料的人也在下載 下載該資料的人還在閱讀
更多 >

評論

查看更多

下載排行

本周

  1. 1新一代網(wǎng)絡可視化(NPB 2.0)
  2. 3.40 MB  |  1次下載  |  免費
  3. 2MDD品牌三極管MMBT3906數(shù)據(jù)手冊
  4. 2.33 MB  |  次下載  |  免費
  5. 3MDD品牌三極管S9012數(shù)據(jù)手冊
  6. 2.62 MB  |  次下載  |  免費
  7. 4聯(lián)想flex2-14D/15D說明書
  8. 4.92 MB   |  次下載  |  免費
  9. 5收音環(huán)繞擴音機 AVR-1507手冊
  10. 2.50 MB   |  次下載  |  免費
  11. 624Pin Type-C連接器設(shè)計報告
  12. 1.06 MB   |  次下載  |  免費
  13. 7MS1000TA 超聲波測量模擬前端芯片技術(shù)手冊
  14. 0.60 MB   |  次下載  |  免費
  15. 8MS1022高精度時間測量(TDC)電路數(shù)據(jù)手冊
  16. 1.81 MB   |  次下載  |  免費

本月

  1. 1愛華AIWA HS-J202維修手冊
  2. 3.34 MB   |  37次下載  |  免費
  3. 2PC5502負載均流控制電路數(shù)據(jù)手冊
  4. 1.63 MB   |  23次下載  |  免費
  5. 3NB-IoT芯片廠商的資料說明
  6. 0.31 MB   |  22次下載  |  1 積分
  7. 4H110主板CPU PWM芯片ISL95858HRZ-T核心供電電路圖資料
  8. 0.63 MB   |  6次下載  |  1 積分
  9. 5UWB653Pro USB口測距通信定位模塊規(guī)格書
  10. 838.47 KB  |  5次下載  |  免費
  11. 6技嘉H110主板IT8628E_BX IO電路圖資料
  12. 2.61 MB   |  4次下載  |  1 積分
  13. 7蘇泊爾DCL6907(即CHK-S007)單芯片電磁爐原理圖資料
  14. 0.04 MB   |  4次下載  |  1 積分
  15. 8100W準諧振反激式恒流電源電路圖資料
  16. 0.09 MB   |  2次下載  |  1 積分

總榜

  1. 1matlab軟件下載入口
  2. 未知  |  935137次下載  |  10 積分
  3. 2開源硬件-PMP21529.1-4 開關(guān)降壓/升壓雙向直流/直流轉(zhuǎn)換器 PCB layout 設(shè)計
  4. 1.48MB  |  420064次下載  |  10 積分
  5. 3Altium DXP2002下載入口
  6. 未知  |  233089次下載  |  10 積分
  7. 4電路仿真軟件multisim 10.0免費下載
  8. 340992  |  191439次下載  |  10 積分
  9. 5十天學會AVR單片機與C語言視頻教程 下載
  10. 158M  |  183353次下載  |  10 積分
  11. 6labview8.5下載
  12. 未知  |  81602次下載  |  10 積分
  13. 7Keil工具MDK-Arm免費下載
  14. 0.02 MB  |  73822次下載  |  10 積分
  15. 8LabVIEW 8.6下載
  16. 未知  |  65991次下載  |  10 積分
岑巩县| 洞头县| 九台市| 鲁山县| 长泰县| 广平县| 平昌县| 东至县| 司法| 连平县| 济宁市| 安达市| 南华县| 井冈山市| 嘉义市| 建始县| 阿图什市| 县级市| 娄烦县| 枣阳市| 甘谷县| 梨树县| 井研县| 吴桥县| 焦作市| 峨眉山市| 曲周县| 临邑县| 静宁县| 滦平县| 全椒县| 建始县| 江北区| 吐鲁番市| 乌海市| 安庆市| 清丰县| 桂阳县| 镇坪县| 汉中市| 邯郸市|