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 = 0x0eb3
Initial X Reading: 0x0068
Self-Test X Reading: 0x10c0
Delta: 0x1058
Initial Y Reading: 0xffd4
Self-Test Y Reading: 0x0e88
Delta: 0xf14c *
Initial Z Reading: 0xb00c
Self-Test Z Reading: 0xed68
Delta: 0x3d5c
