欢迎访问ic37.com |
会员登录 免费注册
发布采购

TSL2563 参数 Datasheet PDF下载

TSL2563图片预览
型号: TSL2563
PDF下载: 下载PDF文件 查看货源
内容描述: 低压灯 - 数字转换器 [LOW-VOLTAGE LIGHT-TO-DIGITAL CONVERTER]
分类和应用: 转换器
文件页数/大小: 38 页 / 432 K
品牌: TAOS [ TEXAS ADVANCED OPTOELECTRONIC SOLUTIONS ]
 浏览型号TSL2563的Datasheet PDF文件第16页浏览型号TSL2563的Datasheet PDF文件第17页浏览型号TSL2563的Datasheet PDF文件第18页浏览型号TSL2563的Datasheet PDF文件第19页浏览型号TSL2563的Datasheet PDF文件第21页浏览型号TSL2563的Datasheet PDF文件第22页浏览型号TSL2563的Datasheet PDF文件第23页浏览型号TSL2563的Datasheet PDF文件第24页  
TSL2562, TSL2563  
LOW-VOLTAGE  
LIGHT-TO-DIGITAL CONVERTER  
TAOS066J MAY 2007  
APPLICATION INFORMATION: SOFTWARE  
Interrupts  
The interrupt feature of the TSL256x device simplifies and improves system efficiency by eliminating the need  
to poll the sensor for a light intensity value. Interrupt styles are determined by the INTR field in the Interrupt  
Register. The interrupt feature may be disabled by writing a field value of 00h to the Interrupt Control Register  
so that polling can be performed.  
The versatility of the interrupt feature provides many options for interrupt configuration and usage. The primary  
purpose of the interrupt function is to provide a meaningful change in light intensity. However, it also be used  
as an end-of-conversion signal. The concept of a meaningful change can be defined by the user both in terms  
of light intensity and time, or persistence, of that change in intensity. The TSL256x device implements two  
16-bit-wide interrupt threshold registers that allow the user to define a threshold above and below the current  
light level. An interrupt will then be generated when the value of a conversion exceeds either of these limits. For  
simplicity of programming, the threshold comparison is accomplished only with Channel 0. This simplifies  
calculation of thresholds that are based, for example, on a percent of the current light level. It is adequate to  
use only one channel when calculating light intensity differences since, for a given light source, the channel 0  
and channel 1 values are linearly proportional to each other and thus both values scale linearly with light  
intensity.  
To further control when an interrupt occurs, the TSL256x device provides an interrupt persistence feature. This  
feature allows the user to specify a number of conversion cycles for which a light intensity exceeding either  
interrupt threshold must persist before actually generating an interrupt. This can be used to prevent transient  
changes in light intensity from generating an unwanted interrupt. With a value of 1, an interrupt occurs  
immediately whenever either threshold is exceeded. With values of N, where N can range from 2 to 15, N  
consecutive conversions must result in values outside the interrupt window for an interrupt to be generated. For  
example, if N is equal to 10 and the integration time is 402 ms, then an interrupt will not be generated unless  
the light level persists for more than 4 seconds outside the threshold.  
Two different interrupt styles are available: Level and SMBus Alert. The difference between these two interrupt  
styles is how they are cleared. Both result in the interrupt line going active low and remaining low until the  
interrupt is cleared. A level style interrupt is cleared by setting the CLEAR bit (bit 6) in the COMMAND register.  
The SMBus Alert style interrupt is cleared by an Alert Response as described in the Interrupt Control Register  
section and SMBus specification.  
To configure the interrupt as an end-of-conversion signal, the interrupt PERSIST field is set to 0. Either Level  
or SMBus Alert style can be used. An interrupt will be generated upon completion of each conversion. The  
interrupt threshold registers are ignored. The following example illustrates the configuration of a level interrupt:  
// Set up endofconversion interrupt, Level style  
Address = 0x39  
Command = 0x86  
Data = 0x10  
//Slave addr also 0x29 or 0x49  
//Address Interrupt Register  
//Level style, every ADC cycle  
WriteByte(Address, Command, Data)  
Copyright E 2007, TAOS Inc.  
The LUMENOLOGY r Company  
r
r
20  
www.taosinc.com  
 复制成功!