它记录在较旧的数据表中,例如对于LSM303DLH。
引用LSM303DLH数据表:
识别寄存器(IR)用于识别设备。 IR0至IR7表示位位置,IRA / IRB / IRC表示识别寄存器A,B和B中的位。 C。
IRA7 / IRB7 / IRC7表示数据流的第一位。
该设备的标识值存储在该寄存器中。这是一个只读寄存器。
不幸的是,这遵循ST在基于现有设备发布新设备时从数据表中省略关键信息的趋势。
此外,遗憾的是,所有LSM设备都返回相同的代码。 ''48 34 33'',让你更难确定它是你正在谈论的LSM303DLM,DLH还是DLHC。
以上来自于谷歌翻译
以下为原文
It's documented in the older datasheets, e.g. for the LSM303DLH.
Quoting from the LSM303DLH datasheet:
The identification registers (IR) are used to identify the device. IR0 through IR7 indicate bit locations, with IRA/IRB/IRC denoting the bits that are in the identification registers A, B & C.
IRA7/IRB7/IRC7 denotes the first bit of the data stream.
The identification value for this device is stored in this register. This is a read-only register.
Unfortunately, this follows a tendency by ST to omit crucial information from datasheets when they release new devices based upon existing devices.
Also, unfortunately, all the LSM devices return the same code. ''48 34 33'', making it much harder to determine if it is an LSM303DLM, DLH or DLHC you are talking to.
它记录在较旧的数据表中,例如对于LSM303DLH。
引用LSM303DLH数据表:
识别寄存器(IR)用于识别设备。 IR0至IR7表示位位置,IRA / IRB / IRC表示识别寄存器A,B和B中的位。 C。
IRA7 / IRB7 / IRC7表示数据流的第一位。
该设备的标识值存储在该寄存器中。这是一个只读寄存器。
不幸的是,这遵循ST在基于现有设备发布新设备时从数据表中省略关键信息的趋势。
此外,遗憾的是,所有LSM设备都返回相同的代码。 ''48 34 33'',让你更难确定它是你正在谈论的LSM303DLM,DLH还是DLHC。
以上来自于谷歌翻译
以下为原文
It's documented in the older datasheets, e.g. for the LSM303DLH.
Quoting from the LSM303DLH datasheet:
The identification registers (IR) are used to identify the device. IR0 through IR7 indicate bit locations, with IRA/IRB/IRC denoting the bits that are in the identification registers A, B & C.
IRA7/IRB7/IRC7 denotes the first bit of the data stream.
The identification value for this device is stored in this register. This is a read-only register.
Unfortunately, this follows a tendency by ST to omit crucial information from datasheets when they release new devices based upon existing devices.
Also, unfortunately, all the LSM devices return the same code. ''48 34 33'', making it much harder to determine if it is an LSM303DLM, DLH or DLHC you are talking to.
举报