Output data from LSM6DS3 appnote doesn't make sense
We're evaluating the LSM6DS3. Its appnote (D027415 Rev 5) has table 20 on page 39, "Output data registers content vs. angular rate (FS_G = +/- 250dps)". Zero is zero, no problem there. The other examples are 100 and 200 dps. Let's use the positive values for some sanity checks.
For +100 dps when full (positive) scale is 250 dps, you would expect the output value to be (100/250=) 40% of positive full scale. 40% of 32768 = 13107 decimal which is 0x3333. But table 20 indicates the output data will be 0x2CA4 or 11428 decimal, which is just 35% of positive full scale.
Looking at +200 dps, table 20 says the output data will be 0x5949 which is 22857 decimal, 70% of positive full scale. But if positive full scale is supposed to be 250 dps, 200 dps should be (200/250=) 80% or roughly 0x6666.
We're still doing datasheet evaluation so we don't have physical parts here to test ourselves. Which is correct - the FS_G setting of +/-250 dps, or the appnote data which is some larger full scale range?
