2017-11-30 02:19 AM
Given that the LIS3DH FIFO is only 10 bit wide, is it actually possible to run the accelerometer with 12 bit resolution?
#12-bit #lis3dh #fifoSolved! Go to Solution.
2017-12-01 09:40 AM
I think if the sensor is configured int Low-power mode (8-bit resolution) also only 8-bit value is stored in the FIFO (the low bytes are 0).
2017-11-30 07:09 AM
If FIFO is disabled and the sensor is configured into High-resolution mode the output is 12-bit.
2017-11-30 08:21 AM
As I anticipated, thank you.
Does this mean that similarly if I have the sensor configured into a FIFO mode with 8 bit resolution I will still achieve 8 bit resolution?
2017-12-01 09:40 AM
I think if the sensor is configured int Low-power mode (8-bit resolution) also only 8-bit value is stored in the FIFO (the low bytes are 0).
2017-12-01 09:51 AM
Thanks, I thought this may be the case but just wanted to double check as it's not specified in the datasheet or in AN3308.
Thanks again!