Hi @BSTRobin I am not sure why we are going in circles... I am trying to produce these raw values so that a user software, using the BST library can read these over SPI and coupled with the coefficients, get the compensated values So for example, what should I put in the 24bit of the temperature registers so that when a client reads that they can convert to a real temperature? So if I wanted to generate the raw values for: Temperature. Register Values (FA, FB, FC) 20*C ? ? ? 25*C ? ? ? -15*C ? ? ? -2.5C ? ? ? I know you'd say these depend on the coefficients, but given a set of coefficients what are the register values for the above temperatures? Alternatively, is there a way to program the coefficients for test purposes so that they simply are ignored (identity)? for example, if I used 0x1000 with those coefficients, the resulting temperature would be 40.96*C?
... View more