I am performing the self-test for the LIS2DW12 accelerometer. For some axes, when I compare data with and without the self-test enabled, I am getting a large difference in acceleration. Do I need to account for buffer overflow?
For example, given the following data taken from the sensor should the Y reading marked with a * account for a buffer overflow and therefore the difference be calculated as follows: 0xffff - 0xffd4 + 0x0e88 = 0x0eb3Initial X Reading: 0x0068Se...