資料介紹
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 技術(shù)的 LFPAK33中的N溝道 25V,5.3 mΩ 邏輯電平 MOSFET-PSMN5R3-25MLD
- 采用 NextPowerS3 技術(shù)的 LFPAK33中的N溝道 25V,3.72mΩ 邏輯電平 MOSFET-PSMN3R5-25MLD
- “LT模擬創(chuàng)新學(xué)報(bào)”V25N3-2015年11月
- 加入時間:清華大學(xué)2007年01月25日下午3:33
- 清華大學(xué)碩士入學(xué)考試電路原理試題你會做嗎? 3次下載
- 2017年江西省大學(xué)生電子設(shè)計(jì)制作現(xiàn)場(28屆)賽題 22次下載
- 2016年江西省大學(xué)生電子設(shè)計(jì)制作現(xiàn)場(27屆)賽題.pdf 20次下載
- 2014年江西省大學(xué)生電子設(shè)計(jì)制作現(xiàn)場(25屆)賽題.pdf 5次下載
- 清華大學(xué)電機(jī)系面試題整理 0次下載
- 無線傳感器網(wǎng)絡(luò)介紹手冊
- 清華大學(xué)博士與碩士學(xué)位論文寫作指導(dǎo) 0次下載
- 海信TC25VCD01彩電電路圖
- 海信TC25VCD01彩電電路圖
- 清華大學(xué)課程-大學(xué)物理 0次下載
- 清華大學(xué)2005年電路原理期末試題及答案
- ChatGLM3-6B在CPU上的INT4量化和部署 947次閱讀
- 清華開發(fā)出超高性能計(jì)算芯片:速度比高端GPU提升3000倍,能效提升400萬倍! 576次閱讀
- 清華等開源「工具學(xué)習(xí)基準(zhǔn)」ToolBench,微調(diào)模型ToolLLaMA性能超越ChatGPT 603次閱讀
- MLPAK33 – 3x3 MOSFET的靈活選擇 584次閱讀
- 基于卷積的框架有效實(shí)現(xiàn)及視覺Transformer背后的關(guān)鍵成分 1195次閱讀
- 5G時代到來,各個國家的2G/3G也將開始“退休” 848次閱讀
- 美圖公司2019年中期業(yè)績公告顯示,凈虧損1.72億元 3875次閱讀
- 量子反常霍爾效應(yīng)有望帶動未來科技革命 3051次閱讀
- 你了解工業(yè)4.0嗎清華大學(xué)為您解讀工業(yè)4.0 3947次閱讀
- 大數(shù)據(jù)與人工智能技術(shù)如何幫助智能電網(wǎng)和能源互聯(lián)網(wǎng)的發(fā)展 9390次閱讀
- 首代3D打印器官芯片產(chǎn)品OrganTrial問世 3660次閱讀
- (信號與系統(tǒng))2004年清華大學(xué)碩士研究生入學(xué)考試你會做嗎? 5533次閱讀
- 阿里聯(lián)合清華成立“自然交互體驗(yàn)聯(lián)合實(shí)驗(yàn)室”,讓機(jī)器也能懂 “感情” 4509次閱讀
- 動力電池安全智能系統(tǒng)實(shí)例分析及建議 1773次閱讀
- 25個你可能不知道的Linux真相 1867次閱讀
下載排行
本周
- 1電子電路原理第七版PDF電子教材免費(fèi)下載
- 0.00 MB | 1491次下載 | 免費(fèi)
- 2單片機(jī)典型實(shí)例介紹
- 18.19 MB | 95次下載 | 1 積分
- 3S7-200PLC編程實(shí)例詳細(xì)資料
- 1.17 MB | 27次下載 | 1 積分
- 4筆記本電腦主板的元件識別和講解說明
- 4.28 MB | 18次下載 | 4 積分
- 5開關(guān)電源原理及各功能電路詳解
- 0.38 MB | 11次下載 | 免費(fèi)
- 6100W短波放大電路圖
- 0.05 MB | 4次下載 | 3 積分
- 7基于單片機(jī)和 SG3525的程控開關(guān)電源設(shè)計(jì)
- 0.23 MB | 4次下載 | 免費(fèi)
- 8基于AT89C2051/4051單片機(jī)編程器的實(shí)驗(yàn)
- 0.11 MB | 4次下載 | 免費(fèi)
本月
- 1OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234313次下載 | 免費(fèi)
- 2PADS 9.0 2009最新版 -下載
- 0.00 MB | 66304次下載 | 免費(fèi)
- 3protel99下載protel99軟件下載(中文版)
- 0.00 MB | 51209次下載 | 免費(fèi)
- 4LabView 8.0 專業(yè)版下載 (3CD完整版)
- 0.00 MB | 51043次下載 | 免費(fèi)
- 5555集成電路應(yīng)用800例(新編版)
- 0.00 MB | 33562次下載 | 免費(fèi)
- 6接口電路圖大全
- 未知 | 30320次下載 | 免費(fèi)
- 7Multisim 10下載Multisim 10 中文版
- 0.00 MB | 28588次下載 | 免費(fèi)
- 8開關(guān)電源設(shè)計(jì)實(shí)例指南
- 未知 | 21539次下載 | 免費(fèi)
總榜
- 1matlab軟件下載入口
- 未知 | 935053次下載 | 免費(fèi)
- 2protel99se軟件下載(可英文版轉(zhuǎn)中文版)
- 78.1 MB | 537793次下載 | 免費(fèi)
- 3MATLAB 7.1 下載 (含軟件介紹)
- 未知 | 420026次下載 | 免費(fèi)
- 4OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234313次下載 | 免費(fèi)
- 5Altium DXP2002下載入口
- 未知 | 233046次下載 | 免費(fèi)
- 6電路仿真軟件multisim 10.0免費(fèi)下載
- 340992 | 191183次下載 | 免費(fèi)
- 7十天學(xué)會AVR單片機(jī)與C語言視頻教程 下載
- 158M | 183277次下載 | 免費(fèi)
- 8proe5.0野火版下載(中文版免費(fèi)下載)
- 未知 | 138039次下載 | 免費(fèi)
評論
查看更多