EEWORLDEEWORLDEEWORLD

Part Number

Search

WM5628LIDW

Description
3 & 5V Octal 8-Bit Voltage Output DAC with Serial Interface
File Size247KB,15 Pages
ManufacturerWolfson Microelectronics plc (Cirrus Logic)
Websitehttp://www.wolfson.co.uk
Download Datasheet Compare View All

WM5628LIDW Overview

3 & 5V Octal 8-Bit Voltage Output DAC with Serial Interface

WM5628L, WM5628
Production Data
Sept. 1996 Rev 2
3 & 5V Octal 8-Bit Voltage Output DAC
with Serial Interface
Description
WM5628L and WM5628 are Octal 8-bit digital to analogue
converters (DAC) controlled via a serial interface. Each
DAC's output voltage range is programmable for either x1
or x 2 its reference input voltage, allowing near rail to rail
operation for the x 2 output range. High impedance
buffered voltage reference inputs are provided for each
group of four DACs. WM5628L operates on a single
supply voltage of 3 V while WM5628 operates on 5 V.
WM5628/L interfaces to all popular microcontrollers and
microprocessors via a three wire serial interface with CMOS
compatible, schmitt trigger, digital inputs. An 12 bit
command word comprises 3 DAC select bits, an output
range selection bit and 8-bits of data.
Individual or all DAC outputs are changed using
WM5628/L's double buffered DAC registers and the
separate LOAD and LDAC inputs. DAC outputs are
updated simultaneously by writing a complete set of new
values and then pulsing the LDAC input.
The DAC outputs are optimised for single supply
operation and driving ground referenced loads.
An internal power-on-reset function sets the DAC's input
codes to zero at power up.
Ideal in space critical applications WM5628/L is available
in wide-bodied and DIP packages for commercial (0
o
C to
70
o
C) and industrial (-40
o
C to 85
o
C) temperature ranges.
Features
Eight 8-bit voltage output DAC's
Three wire serial interface
Programmable x1 or x 2 output range.
Power-on-reset sets outputs to zero
Buffered voltage reference inputs
Simultaneous DAC output update
Key Specifications
Single supply operation:
WM5628L : 3 V
WM5628
: 5V
0 to 4 V output (x 2 output range) at 5 V V
DD
0 to 2.5 V output (x 2 output range) at 3 V V
DD
Guaranteed monotonic output
Applications
Programmable d.c. voltage sources
Digitally controlled attenuator/amplifier
Signal synthesis
Mobile communications
Automatic test equipment
Process control
Pin Configuration
Top View
16 pin N and DW packages
DACB
DACA
GND
Data
CLK
V
DD
DACE
DACF
1
2
3
4
5
6
7
8
16 DACC
15 DACD
14 Ref1
13 LDAC
12 Load
11 Ref2
10 DACH
9 DAC G
Ordering Information
DEVICE
WM5628CN
WM5628CDW
WM5628IN
WM5628IDW
WM5628LCN
WM5628LCDW
WM5628LIN
WM5628LIDW
TEMP. RANGE
0 C to 70 C
0
o
C to 70
o
C
-40
o
C to 85
o
C
-40
o
C to 85
o
C
0
o
C to 70
o
C
0
o
C to 70
o
C
-40
o
C to 85
o
C
-40
o
C to 85
o
C
o
o
PACKAGE
16 pin plastic DIP
16 pin wide-bodied plastic SO
16 pin plastic DIP
16 pin wide-bodied plastic SO
16 pin plastic DIP
16 pin wide-bodied plastic SO
16 pin plastic DIP
16 pin wide-bodied plastic SO
Production Data
data sheets contain
final specifications current on publication
date. Supply of products conforms to
Wolfson Microelectronics standard terms
and conditions
Wolfson Microelectronics
Lutton Court, Bernard Terrace, Edinburgh EH8 9NX, UK
© 1996 Wolfson Microelectronics
Tel: +44 (0) 131 667 9386
Fax: +44 (0) 131 667 5176
email: admin@wolfson.co.uk
www: http://www.wolfson.co.uk

WM5628LIDW Related Products

WM5628LIDW WM5628LIN WM5628LCN WM5628LCDW WM5628L WM5628IN WM5628IDW WM5628CN WM5628CDW
Description 3 & 5V Octal 8-Bit Voltage Output DAC with Serial Interface 3 & 5V Octal 8-Bit Voltage Output DAC with Serial Interface 3 & 5V Octal 8-Bit Voltage Output DAC with Serial Interface 3 & 5V Octal 8-Bit Voltage Output DAC with Serial Interface 3 & 5V Octal 8-Bit Voltage Output DAC with Serial Interface 3 & 5V Octal 8-Bit Voltage Output DAC with Serial Interface 3 & 5V Octal 8-Bit Voltage Output DAC with Serial Interface 3 & 5V Octal 8-Bit Voltage Output DAC with Serial Interface 3 & 5V Octal 8-Bit Voltage Output DAC with Serial Interface
What is the reason for the flyback power supply duty cycle waveform
What is the reason for the uneven duty cycle waveform of the flyback power supply? The flyback power supply circuit is made, with an input of 90V~265v and an output of 15V2A. The magnetic core EI30Ae=...
灞波儿奔 Power technology
Can a low noise PGA be implemented using a digital potentiometer?
As shown in the figure below, I want to add a PGA (Programmable Gain Amplifier) to the front end of a high-bit ADC. I see that the noise of the off-the-shelf PGA is usually quite high. I don't know mu...
littleshrimp Analog electronics
MSP430F5529A ADC problem
[backcolor=white]This is a routine found online, ADC program: void ADC(void) { WDTCTL = WDTPW + WDTHOLD; // Stop WDT ADC12CTL0 = ADC12SHT02 + ADC12ON; // Sampling time, ADC12 on ADC12CTL1 = ADC12SHP; ...
sharley Microcontroller MCU
Frequency measurement trigger edge interrupt cannot be entered.
[align=left][color=#000]void main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop WDT P1SEL|=BIT2; P1IE|=BIT2;// P1.0 output P1IES=BIT2; TA1CCTL0 = CM_1 +SCS+CCIS_0+CAP+CCIE; // CCR0 interrupt enabled TA1CC...
zjxjndx Microcontroller MCU
Questions about off-chip RAM in Keil
[code]MOV A,#30H MOV R1,#0E0H MOVX @R1,A MOVX A,@R1[/code] It means an operation on the off-chip RAM. In the simulation under Keil, I call the memory and input I:0e0h. The actual value is 00. Why? Sho...
damafeng Embedded System
Electronic Competition Notice
[i=s]This post was last edited by paulhyde on 2014-9-15 09:37[/i] Check in at 7:30 am on September 2nd, bring your student ID card for verification. 1. Design report. 2. Physical objects. 3. Registrat...
dtcxn Electronics Design Contest

Technical ResourceMore

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 2420  1511  851  893  57  49  31  18  2  38 
Datasheet   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Room 1530, 15th Floor, Building B, No. 18 Zhongguancun Street, Haidian District, Beijing Telephone: (010) 82350740 Postal Code: 100190
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号