SLYS035B September 2022 – July 2025 TMAG5173-Q1
PRODUCTION DATA
The X, Y, and Z magnetic sensor data are stored in x_MSB_RESULT and x_LSB_RESULT registers. Figure 6-15 shows that each sensor output stored in a 16-bit 2's complement format in two 8-bit registers. The data can be retrieved as 16-bit format combining both MSB and LSB registers, or as 8-bit format through the MSB register. When Conv_AVG = 0h, the ADC output loads the 12 MSB bits of the 16-bit result along with four LSBs as zeros. When Conv_AVG ≠ 0h, all 16 bits are used to store the results.
The LSB size for each magnetic range is:
| Magnetic Field (mT) | x_CH_RESULT | ||||
|---|---|---|---|---|---|
| Range = 40 mT | Range = 80 mT | Range = 133 mT | Range = 266 mT | BINARY | HEX |
| -38.824 | -77.101 | -124.593 | -248.242 | 1000 0000 0000 0000 | 8000h |
| -19.412 | -38.551 | -62.297 | -124.121 | 1100 0000 0000 0000 | C000h |
| -0.001 | -0.002 | -0.004 | -0.008 | 1111 1111 1111 1111 | FFFFh |
| 0 | 0 | 0 | 0 | 0000 0000 0000 0000 | 0000h |
| 0.001 | 0.002 | 0.004 | 0.008 | 0000 0000 0000 0001 | 0001h |
| 19.412 | 38.551 | 62.297 | 124.121 | 0100 0000 0000 0000 | 4000h |
| 38.823 | 77.099 | 124.589 | 248.235 | 0111 1111 1111 1111 | 7FFFh |