The formula to convert the ADC reading to temperature is as follows (PGA900 datasheet, page 36)
TEMP [°C] = (T ADC Code - 1710281.3) / 6632.1
Using the PGA900EVM software I am getting the reading of 0x1E7986 (1997190 in decimal).
According to the formula the Internal Sensor temperature should be 43.26°C, but the temperature shown in the table is 36.447632°C
Where this difference is coming from?