資料介紹
Table of Contents
AD738x - No-OS Driver
Supported Devices
Evaluation Boards
Overview
The AD7380, AD7381,AD7383,AD7384,AD7386, AD7387 and AD7388, are a 16-bit, 14-bit and 12- bit pin compatible family of dual simultaneous sampling, high speed, low power, successive approximation analog-to-digital converters (ADC) that operate from a 3.3 V power supply and features throughput rates up to 4 MSPS. The analog input type is differential for the AD7380 and AD7381,can accept a wide common mode input voltage and are sampled and converted on the falling edge of CS. The AD7383 and AD7383 have the pseudo-differential input while the AD7386, AD7387 and AD7388 have single-ended input. The AD7380, AD7381,AD7383,AD7384,AD7386, AD7387 and AD7388 family has optional integrated on-chip oversampling blocks to improve dynamic range and reduce noise at lower bandwidths. An internal 2.5 V reference is included.
Alternatively, an external reference up to 3.3 V can be used. The conversion process and data acquisition use standard control inputs allowing for easy interfacing to microprocessors or DSPs. It is compatible with 1.8 V, 2.5 V, 3.3 V interfaces, using the separate logic supply.
The dual AD7380, AD7381,AD7383,AD7384,AD7386, AD7387 and AD7388 family is available in a 16-lead 3mm x 3mm LFCSP package with operation specified from ?40°C to +125°C.
Applications
- Motor control position feedback
- Motor control current sense
- Data acquisition systems
- EDFA applications
- I and Q demodulation
- SONAR
- Power Quality
HDL Design Description
In the ADI Reference Designs HDL User Guide can be found an in-depth presentation and instructions about the HDL design in general.
The reference design uses the standard SPI Engine Framework with an integrated pulse generator, which will provide the required conversion rate for the ADC.
In order to build the HDL design the user has to go through the following steps:
- Confirm that you have the right tools (the reference design requires Vivado 2018.3)
- Clone the HDL GitHub repository (the project is located at ad738x_fmc)
- Build the project (see https://wiki.analog.com/resources/fpga/docs/build)
Software Setup
In order to perform the software setup the user has to go through the following steps:
- Confirm that you have the right tools (the reference design requires XSDK)
- Clone the No-OS GitHub repository (the project is located at ad738x-fmcz )
- Follow the instructions provided by software_setup.
No-OS Driver Description
Functions Declarations
Function | Description |
---|---|
int32_t ad738x_init(ad738x_dev **device, ad738x_init_param init_param) | Initialize the device. |
int32_t ad738x_remove(ad738x_dev *dev) | Free the resources allocated by ad738x_init(). |
int32_t ad738x_reference_sel(ad738x_dev *dev, ad738x_ref_sel ref_sel) | Enable internal or external reference. |
int32_t ad738x_power_down_mode(ad738x_dev *dev, ad738x_pwd_mode pmode) | Device power down. |
int32_t ad738x_oversampling_config(ad738x_dev *dev, ad738x_os_mode os_mode, ad738x_os_ratio os_ratio, ad738x_resolution res) | Sets the oversampling mode in the device (os_mode). Sets the oversampling ratio (osr). Sets the size of the conversion result data (res) |
int32_t ad738x_reset(ad738x_dev *dev, ad738x_reset_type reset) | Device reset over SPI. |
int32_t ad738x_set_conversion_mode(ad738x_dev *dev, ad738x_conv_mode mode) | Select if ADC A and ADC B output on both SDOA and SDOB lines (two wire mode) or only on on the SDOA line. |
int32_t ad738x_spi_single_conversion(ad738x_dev *dev, uint16_t *adc_data) | Read conversion result from device. |
int32_t ad738x_spi_write_mask(ad738x_dev *dev, uint8_t reg_addr, uint32_t mask, uint16_t data) | SPI write to device using a mask. |
int32_t ad738x_spi_reg_write(ad738x_dev *dev, uint8_t reg_addr, uint16_t reg_data) | Write to device. |
int32_t ad738x_spi_reg_read(ad738x_dev *dev, uint8_t reg_addr, uint16_t *reg_data) | Read from device. |
Types Declarations
typedef enum { TWO_WIRE_MODE, ONE_WIRE_MODE } ad738x_conv_mode; ? typedef enum { NORMAL_OS_MODE, ROLLING_OS_MODE } ad738x_os_mode; ? typedef enum { OSR_DISABLED, OSR_X2, OSR_X4, OSR_X8, OSR_X16, OSR_X32, } ad738x_os_ratio; ? typedef enum { RES_16_BIT, RES_18_BIT } ad738x_resolution; ? typedef enum { SOFT_RESET, HARD_RESET } ad738x_reset_type; ? typedef enum { NORMAL_PWDM, FULL_PWDM } ad738x_pwd_mode; ? typedef enum { INT_REF, EXT_REF } ad738x_ref_sel; ? typedef struct { /* SPI */ spi_desc *spi_desc; /* Device Settings */ ad738x_conv_mode conv_mode; ad738x_resolution resolution; } ad738x_dev; ? typedef struct { /* SPI */ spi_init_param spi_init; /* Device Settings */ ad738x_conv_mode conv_mode; ad738x_ref_sel ref_sel; } ad738x_init_param; |
HDL Downloads
No-OS Downloads
- 采用 NextPowerS3 技術的 LFPAK33中的N溝道 25V,3.72mΩ 邏輯電平 MOSFET-PSMN3R5-25MLD
- “LT模擬創新學報”V25N3-2015年11月
- 加入時間:清華大學2007年01月25日下午3:33
- 清華大學碩士入學考試電路原理試題你會做嗎? 3次下載
- dsPIC33E/PIC24E 系列參考手冊—第01章 簡介
- 2017年江西省大學生電子設計制作現場(28屆)賽題 22次下載
- 2016年江西省大學生電子設計制作現場(27屆)賽題.pdf 20次下載
- 2014年江西省大學生電子設計制作現場(25屆)賽題.pdf 5次下載
- 清華大學電機系面試題整理 0次下載
- 無線傳感器網絡介紹手冊
- 清華大學博士與碩士學位論文寫作指導 0次下載
- 海信TC25VCD01彩電電路圖
- 海信TC25VCD01彩電電路圖
- 清華大學課程-大學物理 0次下載
- 清華大學2005年電路原理期末試題及答案
- ChatGLM3-6B在CPU上的INT4量化和部署 739次閱讀
- 清華開發出超高性能計算芯片:速度比高端GPU提升3000倍,能效提升400萬倍! 447次閱讀
- 清華等開源「工具學習基準」ToolBench,微調模型ToolLLaMA性能超越ChatGPT 481次閱讀
- MLPAK33 – 3x3 MOSFET的靈活選擇 423次閱讀
- 基于卷積的框架有效實現及視覺Transformer背后的關鍵成分 1053次閱讀
- 5G時代到來,各個國家的2G/3G也將開始“退休” 754次閱讀
- 美圖公司2019年中期業績公告顯示,凈虧損1.72億元 3807次閱讀
- 量子反常霍爾效應有望帶動未來科技革命 2930次閱讀
- 你了解工業4.0嗎清華大學為您解讀工業4.0 3841次閱讀
- 首代3D打印器官芯片產品OrganTrial問世 3545次閱讀
- (信號與系統)2004年清華大學碩士研究生入學考試你會做嗎? 5398次閱讀
- 阿里聯合清華成立“自然交互體驗聯合實驗室”,讓機器也能懂 “感情” 4403次閱讀
- simulHoc通信技術,打造全新無中心自組網通訊系統 1w次閱讀
- 動力電池安全智能系統實例分析及建議 1699次閱讀
- 25個你可能不知道的Linux真相 1849次閱讀
下載排行
本周
- 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 專業版下載 (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次下載 | 免費
評論
查看更多