EEWORLDEEWORLDEEWORLD

Part Number

Search

MAX5204AEUB

Description
SERIAL INPUT LOADING, 25 us SETTLING TIME, 16-BIT DAC, PDSO10
CategoryAnalog mixed-signal IC    converter   
File Size220KB,13 Pages
ManufacturerMaxim
Websitehttps://www.maximintegrated.com/en.html
Download Datasheet Parametric View All

MAX5204AEUB Online Shopping

Suppliers Part Number Price MOQ In stock  
MAX5204AEUB - - View Buy Now

MAX5204AEUB Overview

SERIAL INPUT LOADING, 25 us SETTLING TIME, 16-BIT DAC, PDSO10

MAX5204AEUB Parametric

Parameter NameAttribute value
Is it lead-free?Contains lead
Is it Rohs certified?incompatible
MakerMaxim
Parts packaging codeSOIC
package instructionMICRO MAX PACKAGE-10
Contacts10
Reach Compliance Code_compli
ECCN codeEAR99
Maximum analog output voltage5 V
Minimum analog output voltage
Converter typeD/A CONVERTER
Enter bit codeOFFSET BINARY
Input formatSERIAL
JESD-30 codeS-PDSO-G10
JESD-609 codee0
length3 mm
Maximum linear error (EL)0.0305%
Humidity sensitivity level1
Number of digits16
Number of functions1
Number of terminals10
Maximum operating temperature105 °C
Minimum operating temperature-40 °C
Package body materialPLASTIC/EPOXY
encapsulated codeTSSOP
Encapsulate equivalent codeTSSOP10,.19,20
Package shapeSQUARE
Package formSMALL OUTLINE, THIN PROFILE, SHRINK PITCH
Peak Reflow Temperature (Celsius)245
power supply5 V
Certification statusNot Qualified
Maximum seat height1.1 mm
Nominal settling time (tstl)25 µs
Maximum slew rate1.5 mA
Nominal supply voltage5 V
surface mountYES
technologyBICMOS
Temperature levelINDUSTRIAL
Terminal surfaceTin/Lead (Sn85Pb15)
Terminal formGULL WING
Terminal pitch0.5 mm
Terminal locationDUAL
Maximum time at peak reflow temperatureNOT SPECIFIED
width3 mm
19-2658; Rev 1; 10/04
Low-Cost, Voltage-Output, 16-Bit DACs in µMAX
General Description
The MAX5204–MAX5207 serial input, voltage-output 16-
bit digital-to-analog converters (DACs) provide monotonic
16-bit output over temperature without any adjustments.
The MAX5204/MAX5205 operate from a +5V single
power supply and use an external reference ranging
from +4V to V
DD
, while the MAX5206/MAX5207 operate
from a +3V or +3.3V single power supply and use an
external reference ranging from +2V to V
DD
. The
MAX5204–MAX5207 DAC output range is typically from
0 to V
DD
.
The MAX5204–MAX5207 feature a hardware reset input
(CLR) that when pulled low clears the output to zero
code 0000 hex (MAX5205/MAX5207) or resets the out-
put to midscale code 8000 hex (MAX5204/MAX5206).
The 3-wire serial interface is compatible with
SPI™/QSPI™/MICROWIRE™. All devices have a low-
power shutdown mode that reduces the supply current
consumption to 1µA.
The MAX5204–MAX5207 are available in a space-sav-
ing 10-pin µMAX
®
package and are guaranteed over
the extended temperature range (-40°C to +105°C).
Refer to the MAX5200–MAX5203 data sheet for internal
reference versions.
Guaranteed 16-Bit Monotonic
10-Pin 5mm
3mm µMAX Package
Rail-to-Rail Output Amplifier
Single-Supply Operation
+5V (MAX5204/MAX5205)
+3V, +3.3V (MAX5206/MAX5207)
Low Power Consumption: 0.5mA
Shutdown Mode Reduces Supply Current to 1µA
SPI/QSPI/MICROWIRE-Compatible 3-Wire Serial
Interface
Power-On-Reset Sets Output to
Midscale (MAX5204/MAX5206)
Zero-Scale (MAX5205/MAX5207)
Features
MAX5204–MAX5207
Ordering Information
PART
MAX5204AEUB
MAX5204BEUB
MAX5204ACUB
MAX5205AEUB
MAX5205BEUB
MAX5205ACUB
MAX5206AEUB
TEMP RANGE
-40°C to +105°C
-40°C to +105°C
0°C to +70°C
-40°C to +105°C
-40°C to +105°C
0°C to +70°C
-40°C to +105°C
-40°C to +105°C
0°C to +70°C
-40°C to +105°C
-40°C to +105°C
0°C to +70°C
PIN-PACKAGE
10 µMAX
10 µMAX
10 µMAX
10 µMAX
10 µMAX
10 µMAX
10 µMAX
10 µMAX
10 µMAX
10 µMAX
10 µMAX
10 µMAX
Applications
Low-Cost VCO/VCXO Frequency Control
Industrial Process Control
High-Resolution Offset Adjustment
Pin Configuration
TOP VIEW
CLR
1
REF
AGND
V
DD
OUT
2
3
4
5
10
DGND
9
SCLK
DIN
LDAC
CS
MAX5206BEUB
MAX5206ACUB
MAX5207AEUB
MAX5207BEUB
MAX5207ACUB
MAX5204–
MAX5207
8
7
6
Selector Guide appears at end of data sheet.
SPI/QSPI are trademarks of Motorola, Inc.
MICROWIRE is a trademark of National Semiconductor Corp.
µMAX is a registered trademark of Maxim Integrated Products, Inc.
µMAX
________________________________________________________________
Maxim Integrated Products
1
For pricing, delivery, and ordering information, please contact Maxim/Dallas Direct! at
1-888-629-4642, or visit Maxim’s website at www.maxim-ic.com.
Please ask the senior teacher, the principle of the car steering wheel control decoder
The principle of the car steering wheel control decoder is the resistor voltage divider type...
d3d4 Automotive Electronics
Arithmetic instructions
Arithmetic OperationsABS r3 = abs r1 ; a1 = abs a1, a0=abs a0 ; Add/Subtract r5 = r2 + r1(s) ;r0.l = r2.h + r4.l(ns) ; r1.l = r6-r7(rnd20) ; r1.l = r6-r7(rnd12) ; r0 += 40 ; MAX /MINr5 = max (r2, r3) ...
free DSP and ARM Processors
Linux HID device communication, how to implement blocking receive?
I have created a communication program using libusb library, using usb_interrupt_read for receiving, but this function is non-blocking, and the dead loop takes up too much CPU. I have tried select, mo...
kittyzhang010 Linux and Android
Some strange issues with the Ulong bootloader
mov r5, #NFCONF ;DsNandFlash ldr r0, [r5, #4] bic r0, r0, #1 str r0, [r5, #4] ldr pc, =copy_proc_beg[color=#FF0000]Here pc does not jump to the copy code segment below (I tested this sentence by turni...
zgyzsq Embedded System
Which Bluetooth brand do you usually use in your projects?
[b][size=5]As the title says, in my project, which company’s Bluetooth chips are used more often? I want to learn about Bluetooth. [/size] [/b]...
freeelectron RF/Wirelessly
Design an adder using Altera's carry_sum primitive
I want to design an adder using Altera's carry_sum primitive and use the fast carry chain on LE. However, I write the code according to Altera's primitive manual, but I still can't synthesize an adder...
全部都是泡馍 FPGA/CPLD

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 1062  1565  217  2598  1331  22  32  5  53  27 
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号