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

DS18B20-PAR+T&R 参数 Datasheet PDF下载

DS18B20-PAR+T&R图片预览
型号: DS18B20-PAR+T&R
PDF下载: 下载PDF文件 查看货源
内容描述: [暂无描述]
分类和应用: 传感器换能器温度传感器输出元件
文件页数/大小: 22 页 / 243 K
品牌: MAXIM [ MAXIM INTEGRATED PRODUCTS ]
 浏览型号DS18B20-PAR+T&R的Datasheet PDF文件第4页浏览型号DS18B20-PAR+T&R的Datasheet PDF文件第5页浏览型号DS18B20-PAR+T&R的Datasheet PDF文件第6页浏览型号DS18B20-PAR+T&R的Datasheet PDF文件第7页浏览型号DS18B20-PAR+T&R的Datasheet PDF文件第9页浏览型号DS18B20-PAR+T&R的Datasheet PDF文件第10页浏览型号DS18B20-PAR+T&R的Datasheet PDF文件第11页浏览型号DS18B20-PAR+T&R的Datasheet PDF文件第12页  
DS18B20
CONFIGURATION REGISTER
Byte 4 of the scratchpad memory contains the configuration register, which is organized as illustrated in
register as shown in Table 2. The power-up default of these bits is R0 = 1 and R1 = 1 (12-bit resolution).
Note that there is a direct tradeoff between resolution and conversion time. Bit 7 and bits 0 to 4 in the
configuration register are reserved for internal use by the device and cannot be overwritten.
Figure 8. Configuration Register
BIT 7
0
BIT 6
R1
BIT 5
R0
BIT 4
1
BIT 3
1
BIT 2
1
BIT 1
1
BIT 0
1
Table 2. Thermometer Resolution Configuration
R1
0
0
1
1
R0
0
1
0
1
RESOLUTION
(BITS)
9
10
11
12
MAX CONVERSION
TIME
93.75ms
(t
CONV
/8)
187.5ms
(t
CONV
/4)
375ms
(t
CONV
/2)
750ms
(t
CONV
)
CRC GENERATION
CRC bytes are provided as part of the DS18B20’s 64-bit ROM code and in the 9
th
byte of the scratchpad
memory. The ROM code CRC is calculated from the first 56 bits of the ROM code and is contained in the
most significant byte of the ROM. The scratchpad CRC is calculated from the data stored in the
scratchpad, and therefore it changes when the data in the scratchpad changes. The CRCs provide the bus
master with a method of data validation when data is read from the DS18B20. To verify that data has
been read correctly, the bus master must re-calculate the CRC from the received data and then compare
this value to either the ROM code CRC (for ROM reads) or to the scratchpad CRC (for scratchpad reads).
If the calculated CRC matches the read CRC, the data has been received error free. The comparison of
CRC values and the decision to continue with an operation are determined entirely by the bus master.
There is no circuitry inside the DS18B20 that prevents a command sequence from proceeding if the
DS18B20 CRC (ROM or scratchpad) does not match the value generated by the bus master.
The equivalent polynomial function of the CRC (ROM or scratchpad) is:
CRC = X
8
+ X
5
+ X
4
+ 1
The bus master can re-calculate the CRC and compare it to the CRC values from the DS18B20 using the
polynomial generator shown in Figure 9. This circuit consists of a shift register and XOR gates, and the
shift register bits are initialized to 0. Starting with the least significant bit of the ROM code or the least
significant bit of byte 0 in the scratchpad, one bit at a time should shifted into the shift register. After
shifting in the 56th bit from the ROM or the most significant bit of byte 7 from the scratchpad, the
polynomial generator will contain the re-calculated CRC. Next, the 8-bit ROM code or scratchpad CRC
from the DS18B20 must be shifted into the circuit. At this point, if the re-calculated CRC was correct, the
shift register will contain all 0s. Additional information about the Maxim 1-Wire cyclic redundancy check
8 of 22