数据搜索系统,热门电子元器件搜索
  Chinese  ▼
ALLDATASHEETCN.COM

X  

BMP581 数据表(PDF) 30 Page - Bosch Sensortec GmbH

部件名 BMP581
功能描述  Barometric Pressure Sensor
PDF  75 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
制造商  BOSCH [Bosch Sensortec GmbH]
网页  https://www.bosch-sensortec.com
标志 BOSCH - Bosch Sensortec GmbH

BMP581 数据表(HTML) 30 Page - Bosch Sensortec GmbH

Back Button BMP581 Datasheet HTML 26Page - Bosch Sensortec GmbH BMP581 Datasheet HTML 27Page - Bosch Sensortec GmbH BMP581 Datasheet HTML 28Page - Bosch Sensortec GmbH BMP581 Datasheet HTML 29Page - Bosch Sensortec GmbH BMP581 Datasheet HTML 30Page - Bosch Sensortec GmbH BMP581 Datasheet HTML 31Page - Bosch Sensortec GmbH BMP581 Datasheet HTML 32Page - Bosch Sensortec GmbH BMP581 Datasheet HTML 33Page - Bosch Sensortec GmbH BMP581 Datasheet HTML 34Page - Bosch Sensortec GmbH Next Button
Zoom Inzoom in Zoom Outzoom out
 30 / 75 page
background image
Bosch Sensortec | BST-BMP581-DS004-11
30 | 75
© Bosch Sensortec GmbH 2023 | All rights reserved, also regarding any disposal, exploitation, reproduction, editing, distribution,
Document number: BST-BMP581-DS004-11
as well as in the event of applications for industrial property rights
Writes to other NVM addresses than the user range will be ignored.
4.8.1.3
UID
The unique device identifier is also stored in the NVM. It can be computed as follows:
UID = ((read_nvm_reg(0x26) & 0xFF) << 40) | (read_nvm_reg(0x25) << 24) | (
read_nvm_reg(0x24) << 8) | ((read_nvm_reg(0x23) & 0xFF00) >> 8)
where read_nvm_reg refers to the NVM read procedure to the given address.
4.8.1.4
NVM CRC check
Integrity of the NVM can be checked using the CRC. The CRC is calculated based content of all memory except for
the aforementioned user range at final test, and except for the error correction bits at 0x1E. That means, the CRC is
calculated on the addresses 0x00 - 0x1D, 0x1F and 0x23 -0x26.The result is written to the CRC NVM address 0x27.
The user can check the integrity of the NVM by repeating the calculation and comparing against the value in address
0x27. If there is a mismatch, the NVM has been altered or corrupted since final test.
The CRC-16 is calculated with CCITT-16, selected polynomial is: x16 + x12 + x5 + 1. The initial content of the register
used to compute the remainder of the division is preset to 0xFFFF. Refer also to: ITU - T Recommendation X.25
(10/96).
Following C-code sample shows the computation of the CRC-16 CCITT checksum:
int datalength = 0;
int datawidth = 0;
int SIZE = 62;
uint16_t Poly = 0x1021;
uint16_t Initval = 0xFFFF;
uint16_t crc ;
uint16_t crc_temp;
crc = Initval;
for( datalength =0; datalength< SIZE; datalength++){
crc_temp = (OTP_DATA[datalength] << 8) ^ crc;
for (datawidth = 0; datawidth < 8; datawidth++)
{
if ((crc_temp & 0x8000) != 0)
{
crc_temp = (crc_temp << 1) ^ Poly;
}
else
{
crc_temp = crc_temp << 1;
}
}
crc = crc_temp;
}
4.9Final test result
The final test result (good / bad part) can be obtained from the NVM, see Table 15.
Table 15: Final test result
NVM Reg
Designition NVM-
Reg
Bit-Number NVM
Parameter
Value
0x06
trim_rev_id
<15..13>
Bad part
0
0x06
trim_rev_id
<15..13>
Trim_ID
≥1



Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75


数据表 下载

Go To PDF Page


链接网址



ALLDATASHEET是否为您带来帮助?  [ DONATE ] 

关于 Alldatasheet   |   广告服务   |   联系我们   |   隐私政策   |   数据表链接    |   链接交换   |   制造商名单
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com