資料介紹
Table of Contents
ADuM7701 - Reference Design
Supported Devices
Supported Carrier Board
Overview
The ADuM7701 is a high performance, second-order, Σ-Δ modulator that converts an analog input signal into a high speed, single-bit data stream, with on-chip digital isolation based on Analog Devices, Inc., iCoupler? technology. The device operates from a 4.5 V to 5.5 V power supply range (VDD1) and accepts a pseudo differential input signal of ±250 mV (±320 mV full-scale). The pseudo differential input is ideally suited to shunt voltage monitoring in high voltage applications where galvanic isolation is required.
The analog input is continuously sampled by a high performance analog modulator and converted to a ones density digital output stream with a data rate of up to 21 MHz. The original information can be reconstructed with an appropriate sinc3 digital filter to achieve an 86 dB signal-to-noise ratio (SNR) at 78.1 kSPS with a 256 decimation rate and a 20 MHz master clock. The serial input and output operates from a 5 V or a 3 V supply (VDD2).
The serial interface is digitally isolated. High speed complementary metal-oxide semiconductor (CMOS) technology, combined with monolithic transformer technology, results in the on-chip isolation providing outstanding performance characteristics, superior to alternatives such as optocoupler devices. The ADuM7701 device is available in both a 16-lead and an 8-lead wide-body SOIC and has an operating temperature range of ?40°C to +125°C.
Applications
- Shunt current monitoring
- AC motor controls
- Power and solar inverters
- Wind turbine inverters
- Analog-to-digital and optoisolator replacements
HDL Reference Design
The provided HDL reference design support's both the ADuM7701 and AD7405 devices. One of the main difference between thees two devices is the type of the digital data lines. In case of ADuM7701 it is a single ended lines, and in case of the AD7405 is differential.
User can configure the corresponding interface type, by setting the adc_port_type Tcl variable in the system_project.tcl file. Note that this variable should be set before generating any bit file.
The output of the device is a continuous digital bit stream, to reconstruct the original input signal information, this output bit stream needs to be digitally filtered and decimated. A simple sinc filter is recommended to reconstruct the original input signal information received from the ADuM7701. The following equation describes the transfer function of the sinc filter:
where DR is the decimation rate and N is the sinc filter order. The implemented filter is a 3rd order sinc filter.
The output of the filter is connected to a DMA, which will handle the data transfer into the system memory. See the data path in block diagram bellow:
The external clock rate (MCLKIN) can be set in the system_bd.tcl file, by changing the value of the ext_clk_rate variable.
Create the project with SDK
- Open Xilinx Software Development Kit (XSDK) and provide the workspace location.
- Create a new Application Project: go to File → New → Application Project
- Create a new Hardware Platform: click New from the Target Hardware section
- Specify the already generated Hardware Platform Specification File (more details about the generation: https://wiki.analog.com/resources/fpga/docs/build): in the Target Hardware Specification section browse the desired file
- Give a name to the project and to the board support package and click Next
- Select the Empty Application templeta and click Finish
- The new Empty Application project should look like:
- Copy the source code files into the src directory
- Make sure you uncomment the the required carrier vendor and CPU architecture from the app_config.h (or config.h) header file.
- Example for choosing the Altera carrier in the app_config.h header file:
//#define XILINX #define ALTERA
- The SDK should automatically build the projects 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.
- At this point the software project setup is complete, the FPGA can be programmed and the software can be downloaded into the system. You can program the FPGA by clicking on Xilinx Tools → Program FPGA
- After the FPGA was programmed, we need to create a new Run configuration, by selecting Run → Run Configurations…, in the Run Configuration windows select the Xilinx C/C++ application (System Debugger) and click at the New Configuration button at the upper left corner.
- If your target carrier has a Zync SoC, make sure, that you specify the Initialization file, and select the Run ps7_init and Run ps7_post_config options.
- At the Application tab define your current project name and application executable. (.elf)
- The output of the example program can be viewed in the SDK console by enabling the Connect STDIO Console option and setting the baud rate of the UART port to 115200.
- As an alternative a UART terminal can be used to capture the output of the example program. The number of used UART port depends on the computer's configuration. The following settings must be used in the UART terminal:
- Baud Rate: 115200bps
- Data: 8 bit
- Parity: None
- Stop bits: 1 bit
- Flow Control: none
- When the run configuration is done, the software can be started by clicking the Run button.
- Your new bare metal application should run
Driver Description
Functions Declarations
Function | Description |
---|---|
int32_t adum7701_init(adum7701_dev **dev, adum7701_init_param init_param); | Initialize the device. |
int32_t adum7701_remove(adum7701_dev *dev); | Free the resources allocated by adum7701_init(). |
Types Declarations
typedef struct { /* GPIO */ gpio_desc *dec_ratio; gpio_desc *filter_reset; } adum7701_dev; ? typedef struct { /* GPIO */ gpio_init_param dec_ratio; gpio_init_param filter_reset; } adum7701_init_param; |
Downloads
- ADuM120N/ADuM121N雙通道數字隔離器應用指南
- FEBFL7701_L34U018A 評估板通用輸入 17.5W LED 驅動器(PFC 降壓)用戶指南
- MCGS 嵌入版用戶指南 0次下載
- 雙通道數字隔離器ADuM1200/ADuM1201數據手冊 17次下載
- UG-1525:評估ADuM7701 16位隔離Sigma-Delta ADC
- ADUM141E1S評估板用戶指南
- EVAL-ADuM7701-設計文件
- ADUM7701:16位隔離式∑-?調制器
- EVAL-ADuM7701 - Design File
- MPLAB? XC16的詳細用戶指南
- PSMC設計器用戶指南及技巧
- MTCH112基礎知識及用戶指南
- MCP3903評估板用戶指南
- TMS320C28X處理器匯編語言工具用戶指南 30次下載
- SEED-BLDC用戶指南(for2812) 20次下載
- CD100M滿杯檢測方案的安裝指南 240次閱讀
- Air780EP模塊AT開發(fā)-HTTP應用指南 319次閱讀
- 電工必備接線指南:輕松掌握各種電路接線技巧 805次閱讀
- 濾波器設計指南 2096次閱讀
- ADUM5402CRWZ集成DC/DC轉換器的四通道2.5 kV隔離器介紹 2672次閱讀
- 為什么電子指南針能指示方向 1629次閱讀
- 使用含快速開關SiC器件的RC緩沖電路實用解決方案和指南 2531次閱讀
- 基于500mW隔離式設計中無需單獨的隔離式 DC-DC 轉換器 1709次閱讀
- 智能LED燈驅動器FL7701的主要特性指標及應用電路 5046次閱讀
- PCB設計之五個EMI設計指南 3397次閱讀
- ADuM系列隔離器的比較優(yōu)勢與應用分析 8807次閱讀
- firefly AIO-3288J主板使用指南 1510次閱讀
- ADuM4137單路IGBT柵極驅動解決方案 3074次閱讀
- iPhone自帶的指南針的妙用 7562次閱讀
- 在SPI總線中常用的6N137和ADuM315x兩款隔離芯片分析 2.3w次閱讀
下載排行
本周
- 1電子電路原理第七版PDF電子教材免費下載
- 0.00 MB | 1491次下載 | 免費
- 2單片機典型實例介紹
- 18.19 MB | 95次下載 | 1 積分
- 3S7-200PLC編程實例詳細資料
- 1.17 MB | 27次下載 | 1 積分
- 4筆記本電腦主板的元件識別和講解說明
- 4.28 MB | 18次下載 | 4 積分
- 5開關電源原理及各功能電路詳解
- 0.38 MB | 11次下載 | 免費
- 6100W短波放大電路圖
- 0.05 MB | 4次下載 | 3 積分
- 7基于單片機和 SG3525的程控開關電源設計
- 0.23 MB | 4次下載 | 免費
- 8基于AT89C2051/4051單片機編程器的實驗
- 0.11 MB | 4次下載 | 免費
本月
- 1OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234313次下載 | 免費
- 2PADS 9.0 2009最新版 -下載
- 0.00 MB | 66304次下載 | 免費
- 3protel99下載protel99軟件下載(中文版)
- 0.00 MB | 51209次下載 | 免費
- 4LabView 8.0 專業(yè)版下載 (3CD完整版)
- 0.00 MB | 51043次下載 | 免費
- 5555集成電路應用800例(新編版)
- 0.00 MB | 33562次下載 | 免費
- 6接口電路圖大全
- 未知 | 30320次下載 | 免費
- 7Multisim 10下載Multisim 10 中文版
- 0.00 MB | 28588次下載 | 免費
- 8開關電源設計實例指南
- 未知 | 21539次下載 | 免費
總榜
- 1matlab軟件下載入口
- 未知 | 935053次下載 | 免費
- 2protel99se軟件下載(可英文版轉中文版)
- 78.1 MB | 537793次下載 | 免費
- 3MATLAB 7.1 下載 (含軟件介紹)
- 未知 | 420026次下載 | 免費
- 4OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234313次下載 | 免費
- 5Altium DXP2002下載入口
- 未知 | 233046次下載 | 免費
- 6電路仿真軟件multisim 10.0免費下載
- 340992 | 191183次下載 | 免費
- 7十天學會AVR單片機與C語言視頻教程 下載
- 158M | 183277次下載 | 免費
- 8proe5.0野火版下載(中文版免費下載)
- 未知 | 138039次下載 | 免費
評論
查看更多