SLYS052A March 2023 – December 2023 TMAG5170D-Q1
PRODUCTION DATA
The X, Y, and Z magnetic sensor data are stored in the X_CH_RESULT, Y_CH_RESULT, and Z_CH_RESULT registers, respectively. ADC output stored in 16-bit result registers in 2's complement format. With fastest conversion (CONV_AVG = 0h), the ADC output loads the 12 MSB bits of the 16-bit result register along with 4 LSB bits as zeros. With CONV_AVG != 0h, all the 16 bits are used to store the results. With DATA_TYPE = 0h, the 16-bit magnetic sensor data can be accessed through regular 32-bit SPI read. The LSB size for each magnetic range is:
Magnetic Field (mT) | x_CH_RESULT | ||||||
---|---|---|---|---|---|---|---|
Range = 50 mT | Range = 25 mT | Range = 100 mT | Range = 150 mT | Range = 75 mT | Range = 300 mT | BINARY | HEX |
-50.103 | -25.051 | -100.515 | -150.311 | -75.155 | -303.407 | 1000 0000 0000 0000 | 8000h |
-25.051 | -12.525 | -50.257 | -75.155 | -37.577 | -151.703 | 1100 0000 0000 0000 | C000h |
-0.001 | -0.001 | -0.003 | -0.004 | -0.002 | -0.009 | 1111 1111 1111 1111 | FFFFh |
0 | 0 | 0 | 0 | 0 | 0 | 0000 0000 0000 0000 | 0000h |
0.001 | 0.001 | 0.003 | 0.004 | 0.002 | 0.009 | 0000 0000 0000 0001 | 0001h |
25.051 | 12.525 | 50.257 | 75.155 | 37.577 | 151.703 | 0100 0000 0000 0000 | 4000h |
50.102 | 25.051 | 100.512 | 150.307 | 75.153 | 303.398 | 0111 1111 1111 1111 | 7FFFh |