AD5541A-適用于微芯片微控制器平臺(tái)的無(wú)操作系統(tǒng)驅(qū)動(dòng)程序
資料介紹

Table of Contents
AD5541A - No-OS Driver for Microchip Microcontroller Platforms
Supported Devices
Evaluation Boards
Overview
The AD5541A, AD5600 are single, 16-bit, serial input, unbuffered voltage output digital-to-analog converter (DAC) that operate from a single 2.7 V to 5.5 V supply.
The DAC output range extends from 0 V to VREF and is guaranteed monotonic, providing ±1 LSB INL accuracy at 16 bits without adjustment over the full specified temperature range of ?40°C to +125°C. The AD5541A is available in a 3 mm × 3 mm, 10-lead LFCSP and 10-lead MSOP. The AD5541A-1 is available in a 3 mm × 3 mm, 8-lead LFCSP.
Offering unbuffered outputs, the AD5541A, AD5600 achieve a 1 μs settling time with low power consumption and low offset errors. Providing low noise performance of 11.8 nV/√Hz and low glitch, the AD5541A, AD5600 are suitable for deployment across multiple end systems.
The AD5541A, AD5600 use a versatile 3-wire interface that is compatible with a 50 MHz SPI, QSPI?, MICROWIRE?, and DSP interface standards.
Applications
The goal of this project (Microcontroller No-OS) is to be able to provide reference projects for lower end processors, which can't run Linux, or aren't running a specific operating system, to help those customers using microcontrollers with ADI parts. Here you can find a generic driver which can be used as a base for any microcontroller platform and also specific drivers for different microcontroller platforms.
Driver Description
The driver contains two parts:
- The driver for the AD5541A part, which may be used, without modifications, with any microcontroller.
- The Communication Driver, where the specific communication functions for the desired type of processor and communication protocol have to be implemented. This driver implements the communication with the device and hides the actual details of the communication protocol to the ADI driver.
The Communication Driver has a standard interface, so the AD5541A driver can be used exactly as it is provided.
There are three functions which are called by the AD5541A driver:
- SPI_Init() – initializes the communication peripheral.
- SPI_Write() – writes data to the device.
- SPI_Read() – reads data from the device.
SPI driver architecture
The following functions are implemented in this version of AD5541A driver:
Function | Description |
---|---|
char AD5541A_Init(void) | Initializes the communication peripheral and configures LDAC pin. |
void AD5541A_SetRegisterValue(unsigned short registerValue) | Sends to DAC register through SPI the 16-bit data-word. |
float AD5541A_SetVoltage(float outVoltage, float vRef) | Sets the output voltage. |
HW Platform(s):
Downloads
- PmodDA3 Demo for PIC32MX320F128H: https://github.com/analogdevicesinc/no-OS/tree/master/Microchip/PIC32MX320F128H/PmodDA3
- PIC32MX320F128H Common Drivers: https://github.com/analogdevicesinc/no-OS/tree/master/Microchip/PIC32MX320F128H/Common
Digilent Cerebot MX3cK Quick Start Guide
This section contains a description of the steps required to run the AD5541A demonstration project on a Digilent Cerebot MX3cK platform.
Required Hardware
Required Software
- The AD5541A demonstration project for PIC32MX320F128H.
The AD5541A demonstration project for PIC32MX320F128H consists of three parts: the AD5541A Driver, the PmodDA3 Demo for PIC32MX320F128H and the PIC32MX320F128H Common Drivers.
All three parts have to be downloaded.
Hardware Setup
Reference Project Overview
The following commands were implemented in this version of AD5541A reference project for Cerebot MX3cK board.
Command | Description |
---|---|
help? | Displays all available commands. |
voltage= | Sets the DAC output voltage. Accepted values: 0 .. 2500 - desired output voltage in milivolts. |
voltage? | Displays last written voltage value to the DAC. |
register= | Writes to the DAC register. Accepted values: 0 .. 65535 - the value written to the DAC. |
register? | Displays last written value in the DAC register. |
Commands can be executed using a serial terminal connected to the UART1 peripheral of PIC32MX320F128H.
The following image shows a generic list of commands in a serial terminal connected to processor’s UART peripheral.
Software Project Setup
This section presents the steps for developing a software application that will run on the Digilent Cerebot MX3cK development board for controlling and monitoring the operation of the ADI part.
- Run the MPLAB X integrated development environment.
- Choose to create a new project.
- In the Choose Project window select Microchip Embedded category, Standalone Project and press Next.
- In the Select Device window choose PIC32MX320F128H device and press Next.
- In the Select Tool window select the desired hardware tool and press Next.
- In the Select Compiler window chose the XC32 compiler and press Next.
- In the Select Project Name and Folder window choose a name and a location for the project.
- After the project is created, all the downloaded source files have to be copied in the project folder and included in the project.
- The project is ready to be built and downloaded on the development board.
Digilent Cerebot MC7 Quick Start Guide
This section contains a description of the steps required to run the AD5541A demonstration project on a Digilent Cerebot MC7 platform.
Required Hardware
- PmodDA3
Required Software
Hardware Setup
Reference Project Overview
Following commands were implemented in this version of AD5541A reference project for Cerebot MC7 board.
Command | Description |
---|---|
help? | Displays all available commands. |
voltage= | Sets the DAC output voltage. Accepted values: 0 - 2.5 |
voltage? | Displays last written value. |
register= | Writes to the DAC register. Accepted values: 0 - 65535. |
register? | Displays last written value. |
Commands can be executed using a serial terminal connected to the UART1 peripheral of dsPIC33FJ128MC706A.
The following image shows a list of commands in a serial terminal connected to processor’s UART peripheral.
Software Project Setup
This section presents the steps for developing a software application that will run on the Digilent Cerebot MC7 development board for controlling and monitoring the operation of the ADI part.
- Run the MPLAB X integrated development environment.
- Choose to create a new project.
- In the Choose Project window select Microchip Embedded category, Standalone Project and press Next.
- In the Select Device window choose dsPIC33FJ128MC706A device and press Next.
- In the Select Tool window select the desired hardware tool and press Next.
- In the Select Compiler window chose the XC16 compiler and press Next.
- In the Select Project Name and Folder window choose a name and a location for the project.
- After the project is created, the source files have to be copied in the project folder and included in the project.
- The project is ready to be built and downloaded on the development board.
Digilent Cerebot MX3cK Quick Start Guide - chipKIT Project
This section contains a description of the steps required to run the AD5541A chipKIT demonstration project on a Digilent Cerebot MX3cK platform.
Required Hardware
- PmodDA3
Required Software
Hardware Setup
Reference Project Overview
Following commands were implemented in this version of AD5541A chipKIT reference project for Cerebot MX3cK board.
Command | Description |
---|---|
help? | Displays all available commands. |
voltage= | Sets the DAC output voltage. Accepted values: 0 - 2.5 |
voltage? | Displays last written value. |
register= | Writes to the DAC register. Accepted values: 0 - 65535. |
register? | Displays last written value. |
Commands can be executed using the serial monitor.
Carriage return has to be selected as a line ending character. The required baud rate is 9600 baud.
The following image shows a list of commands in the serial monitor.
Software Project Setup
This section presents the steps for developing a chipKIT application that will run on the Digilent Cerebot MX3cK development board for controlling and monitoring the operation of the ADI part.
- Under your Sketchbook directory create a folder called “Libraries”; this folder may already exist.
- Unzip the downloaded file in the libraries folder.
- Run the MPIDE environment.
- You should see the new library under Sketch→Import Library, under Contributed.
- Also you should see under File→Examples the demo project for the ADI library.
- Select the ADIDriver example.
- Select the Cerebot MX3cK board from Tools→Board.
- Select the corresponding Serial Communication Port from Tools→Serial Port
- The project is ready to be uploaded on the development board.
More information
- Example questions:
- An error occurred while fetching this feed: http://ez.analog.com/community/feeds/allcontent/atom?community=2077
- AD5933-適用于微芯片微控制器平臺(tái)的無(wú)操作系統(tǒng)驅(qū)動(dòng)程序
- AD5160-適用于瑞薩微控制器平臺(tái)的無(wú)操作系統(tǒng)驅(qū)動(dòng)程序
- AD5160-適用于微芯片微控制器平臺(tái)的無(wú)操作系統(tǒng)驅(qū)動(dòng)程序
- AD7193-適用于瑞薩微控制器平臺(tái)的無(wú)操作系統(tǒng)驅(qū)動(dòng)程序
- AD5628-適用于微芯片微控制器平臺(tái)的無(wú)操作系統(tǒng)驅(qū)動(dòng)程序
- AD5541A-適用于瑞薩微控制器平臺(tái)的無(wú)操作系統(tǒng)驅(qū)動(dòng)程序
- AD5933-瑞薩微控制器平臺(tái)的無(wú)操作系統(tǒng)驅(qū)動(dòng)程序
- AD7780-適用于單片機(jī)平臺(tái)的無(wú)操作系統(tǒng)驅(qū)動(dòng)程序
- AD5781-適用于瑞薩微控制器平臺(tái)的無(wú)操作系統(tǒng)驅(qū)動(dòng)程序
- AD5781-適用于微芯片微控制器平臺(tái)的無(wú)操作系統(tǒng)驅(qū)動(dòng)程序
- AD74xx-適用于微芯片微控制器平臺(tái)的無(wú)操作系統(tǒng)驅(qū)動(dòng)程序
- AD799x-適用于微芯片微控制器平臺(tái)的無(wú)操作系統(tǒng)驅(qū)動(dòng)程序
- AD7980-適用于微芯片微控制器平臺(tái)的無(wú)操作系統(tǒng)驅(qū)動(dòng)程序
- AD799x-用于瑞薩微控制器平臺(tái)的無(wú)操作系統(tǒng)驅(qū)動(dòng)程序
- AD7156-適用于瑞薩微控制器平臺(tái)的無(wú)操作系統(tǒng)驅(qū)動(dòng)程序
- HDRZ-A1變壓器繞組變形測(cè)試儀PC通訊方法 118次閱讀
- 實(shí)時(shí)時(shí)鐘為微控制器系統(tǒng)增加了精確的計(jì)時(shí)功能 1382次閱讀
- 了解和使用無(wú)操作系統(tǒng)和平臺(tái)驅(qū)動(dòng)程序 1295次閱讀
- 樹(shù)莓派4B操作系統(tǒng)安裝方案 3340次閱讀
- 片上系統(tǒng)微控制器AT32UC3A的性能特點(diǎn)及應(yīng)用設(shè)計(jì) 3951次閱讀
- 微控制器的主要應(yīng)用在哪里 9300次閱讀
- 基于一種適用于模擬脈寬調(diào)制PWM可調(diào)光的LED驅(qū)動(dòng)器NCL2801解析 5694次閱讀
- 嵌入式Linux內(nèi)核的驅(qū)動(dòng)程序開(kāi)發(fā)是怎樣的 1524次閱讀
- 適用于測(cè)控領(lǐng)域的4種實(shí)時(shí)操作系統(tǒng)對(duì)比分析 3703次閱讀
- 淺談電腦驅(qū)動(dòng)程序的工作原理 詳解電腦驅(qū)動(dòng)程序意義 3w次閱讀
- 基于嵌入式Linux內(nèi)核的系統(tǒng)設(shè)備驅(qū)動(dòng)程序開(kāi)發(fā)設(shè)計(jì) 1209次閱讀
- 基于Linux2.6.30開(kāi)發(fā)DS18B20的驅(qū)動(dòng)程序的類型和文件操作接口函數(shù)詳解 1500次閱讀
- 基于STM32的數(shù)字PDA系統(tǒng)軟件系統(tǒng)設(shè)計(jì) 1562次閱讀
- 8255A驅(qū)動(dòng)程序 3434次閱讀
- Silicon Labs 32 位微控制器的 10 大技術(shù)特點(diǎn) 1339次閱讀
下載排行
本周
- 1AN-1267: 使用ADSP-CM408F ADC控制器的電機(jī)控制反饋采樣時(shí)序
- 1.41MB | 3次下載 | 免費(fèi)
- 2AN158 GD32VW553 Wi-Fi開(kāi)發(fā)指南
- 1.51MB | 2次下載 | 免費(fèi)
- 3AN148 GD32VW553射頻硬件開(kāi)發(fā)指南
- 2.07MB | 1次下載 | 免費(fèi)
- 4AN-1154: 采用恒定負(fù)滲漏電流優(yōu)化ADF4157和ADF4158 PLL的相位噪聲和雜散性能
- 199.28KB | 次下載 | 免費(fèi)
- 5AN-960: RS-485/RS-422電路實(shí)施指南
- 380.8KB | 次下載 | 免費(fèi)
- 6EE-249:使用VisualDSP在ADSP-218x DSP上實(shí)現(xiàn)軟件疊加
- 60.02KB | 次下載 | 免費(fèi)
- 7AN-1111: 使用ADuCM360/ADuCM361時(shí)的降低功耗選項(xiàng)
- 306.09KB | 次下載 | 免費(fèi)
- 8AN-904: ADuC7028評(píng)估板參考指南
- 815.82KB | 次下載 | 免費(fèi)
本月
- 1ADI高性能電源管理解決方案
- 2.43 MB | 450次下載 | 免費(fèi)
- 2免費(fèi)開(kāi)源CC3D飛控資料(電路圖&PCB源文件、BOM、
- 5.67 MB | 138次下載 | 1 積分
- 3基于STM32單片機(jī)智能手環(huán)心率計(jì)步器體溫顯示設(shè)計(jì)
- 0.10 MB | 130次下載 | 免費(fèi)
- 4使用單片機(jī)實(shí)現(xiàn)七人表決器的程序和仿真資料免費(fèi)下載
- 2.96 MB | 44次下載 | 免費(fèi)
- 5美的電磁爐維修手冊(cè)大全
- 1.56 MB | 24次下載 | 5 積分
- 6如何正確測(cè)試電源的紋波
- 0.36 MB | 18次下載 | 免費(fèi)
- 7感應(yīng)筆電路圖
- 0.06 MB | 10次下載 | 免費(fèi)
- 8萬(wàn)用表UT58A原理圖
- 0.09 MB | 9次下載 | 5 積分
總榜
- 1matlab軟件下載入口
- 未知 | 935121次下載 | 10 積分
- 2開(kāi)源硬件-PMP21529.1-4 開(kāi)關(guān)降壓/升壓雙向直流/直流轉(zhuǎn)換器 PCB layout 設(shè)計(jì)
- 1.48MB | 420062次下載 | 10 積分
- 3Altium DXP2002下載入口
- 未知 | 233088次下載 | 10 積分
- 4電路仿真軟件multisim 10.0免費(fèi)下載
- 340992 | 191367次下載 | 10 積分
- 5十天學(xué)會(huì)AVR單片機(jī)與C語(yǔ)言視頻教程 下載
- 158M | 183335次下載 | 10 積分
- 6labview8.5下載
- 未知 | 81581次下載 | 10 積分
- 7Keil工具M(jìn)DK-Arm免費(fèi)下載
- 0.02 MB | 73810次下載 | 10 積分
- 8LabVIEW 8.6下載
- 未知 | 65988次下載 | 10 積分
評(píng)論