2017-10-24 10:03 AM
Hello,
I'm trying to perform self-test feature of the lis3dh, by following the insctruction identified in the appliacation-note AN3308. the Self-test output change Obtained is geater than the maximum value identified in the datasheet. (between 4000 Lsb and 5000
Lsb, in datasheet this value should be between 17 Lsb and 300 Lsb
).Any idea ?
Thanks in advance for your support STCommunity.
Solved! Go to Solution.
2017-10-25 12:47 AM
The output data are 10 bit left-justified expressed in two’s complement.
You have to divide the value by 2^6 = 64.
2017-10-25 12:47 AM
The output data are 10 bit left-justified expressed in two’s complement.
You have to divide the value by 2^6 = 64.
2017-10-25 05:45 AM
Thank you Miroslav, it solve the problem