参数资料
型号: TLV5606IDRG4
厂商: TEXAS INSTRUMENTS INC
元件分类: DAC
英文描述: SERIAL INPUT LOADING, 9 us SETTLING TIME, 10-BIT DAC, PDSO8
封装: GREEN, PLASTIC, MS-012AA, SOIC-8
文件页数: 7/27页
文件大小: 636K
代理商: TLV5606IDRG4
TLV5606
2.7V TO 5.5V LOW POWER 10BIT DIGITALTOANALOG
CONVERTERS WITH POWER DOWN
SLAS259B DECEMBER 1999 REVISED APRIL 2004
15
WWW.TI.COM
APPLICATION INFORMATION
TLV5606 interfaced to MCS51 microcontroller
hardware interfacing
Figure 18 shows an example of how to connect the TLV5606 to an MCS51 compatible microcontroller. The
serial DAC input data and external control signals are sent via I/O port 3 of the controller. The serial data is sent
on the RxD line, with the serial clock output on the TxD line. P3.4 and P3.5 are configured as outputs to provide
the chip select and frame sync signals for the TLV5606.
SDIN
SCLK
CS
OUT
REFIN
AGND
REF
RxD
TxD
P3.4
MCS51 Controller
TLV5606
FS
P3.5
VDD
RLOAD
Figure 18. TLV5606 to MCS51 Controller Interface
software
The example program puts out a sine wave on the OUT pin.
The on-chip timer is used to generate interrupts at a fixed frequency. The related interrupt service routine fetches
and writes the next sample to the DAC. The samples are stored in a lookup table, which describes one full period
of a sine wave.
The serial port of the controller is used in mode 0, which transmits 8 bits of data on RxD, accompanied by a
synchronous clock on TxD. Two writes concatenated together are required to write a complete word to the
TLV5606. The CS and FS signals are provided in the required fashion through control of I/O port 3, which has
bit addressable outputs.
;***************************************************************************************
;* Title
: Ramp generation with TLV5606
*
;* Version : 1.0
*
;* MCU
: INTEL MCS51
*
;*
(1998) Texas Instruments Incorporated
*
;***************************************************************************************
;
; Program function declaration
;
NAME
GENSINE
MAIN
SEGMENT
CODE
ISR
SEGMENT
CODE
SINTBL SEGMENT
CODE
VAR1
SEGMENT
DATA
STACK
SEGMENT
IDATA
;
; Code start at address 0, jump to start
;
CSEG AT
0
MCS is a registered trademark of Intel Corporation
相关PDF资料
PDF描述
TLV5606CDG4 SERIAL INPUT LOADING, 9 us SETTLING TIME, 10-BIT DAC, PDSO8
TLV5606IDG4 SERIAL INPUT LOADING, 9 us SETTLING TIME, 10-BIT DAC, PDSO8
TLV5606CDGKG4 SERIAL INPUT LOADING, 9 us SETTLING TIME, 10-BIT DAC, PDSO8
TLV5606CDGK SERIAL INPUT LOADING, 9 us SETTLING TIME, 10-BIT DAC, PDSO8
TLV5606CDGKR SERIAL INPUT LOADING, 9 us SETTLING TIME, 10-BIT DAC, PDSO8
相关代理商/技术参数
参数描述
TLV5608 制造商:TI 制造商全称:Texas Instruments 功能描述:8-CHANNEL, 12-/10-/8-BIT, 2.7-V TO 5.5-V LOW POWER DIGITAL-TO-ANALOG CONVERTER WITH POWER DOWN
TLV5608IDW 功能描述:数模转换器- DAC 10bit 8Chl DAC RoHS:否 制造商:Texas Instruments 转换器数量:1 DAC 输出端数量:1 转换速率:2 MSPs 分辨率:16 bit 接口类型:QSPI, SPI, Serial (3-Wire, Microwire) 稳定时间:1 us 最大工作温度:+ 85 C 安装风格:SMD/SMT 封装 / 箱体:SOIC-14 封装:Tube
TLV5608IDWG4 功能描述:数模转换器- DAC 2.7V to 5.5V 10-Bit 8-Ch Ser RoHS:否 制造商:Texas Instruments 转换器数量:1 DAC 输出端数量:1 转换速率:2 MSPs 分辨率:16 bit 接口类型:QSPI, SPI, Serial (3-Wire, Microwire) 稳定时间:1 us 最大工作温度:+ 85 C 安装风格:SMD/SMT 封装 / 箱体:SOIC-14 封装:Tube
TLV5608IDWR 功能描述:数模转换器- DAC 2.7V to 5.5V 10-Bit 8-Ch Ser RoHS:否 制造商:Texas Instruments 转换器数量:1 DAC 输出端数量:1 转换速率:2 MSPs 分辨率:16 bit 接口类型:QSPI, SPI, Serial (3-Wire, Microwire) 稳定时间:1 us 最大工作温度:+ 85 C 安装风格:SMD/SMT 封装 / 箱体:SOIC-14 封装:Tube
TLV5608IDWRG4 功能描述:数模转换器- DAC 2.7V to 5.5V 10-Bit 8-Ch Ser RoHS:否 制造商:Texas Instruments 转换器数量:1 DAC 输出端数量:1 转换速率:2 MSPs 分辨率:16 bit 接口类型:QSPI, SPI, Serial (3-Wire, Microwire) 稳定时间:1 us 最大工作温度:+ 85 C 安装风格:SMD/SMT 封装 / 箱体:SOIC-14 封装:Tube