[LSM6DSL] strange values from fifo
I am using lsm6dsl sensor.
using fifo, we continue to receive accel, gyro, and timestamp&step information in units of 18 bytes, but intermittently strange values continue to come in. Can you tell me why?
I think the order of the data accumulated in fifo is broken, can it be like that?
All ODRs were same equally.
configuration :
- XL_ODR_208Hz
- GY_ODR_208Hz
- FIFO_208Hz
- 16g, 500dps
- XL_ANA_BW_1k5Hz
- LOW_NOISE_LP_ODR_DIV_100
- HP_65mHz_LP1_NORMAL
- BDU Enable
/* Output log: TIMESTAMP count */
t[0][0]=473000
t[18][7]=473193
t[36][14]=473386
t[54][21]=473579
t[72][28]=473773
t[90][35]=473966
t[108][42]=472806
t[0][0]=1023 <- abnormal
t[18][7]=16777215 <- abnormal
t[36][14]=767 <- abnormal
t[54][21]=255 <- abnormal
t[72][28]=16776704 <- abnormal
t[90][35]=473966
t[0][0]=475319
t[18][7]=475512
t[36][14]=475705
t[54][21]=475899
t[72][28]=476092
t[90][35]=476285
