This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is die temperature calibrated after the chip manufacture?

I tried to read out the temperature sensor of NRF51822. In light CPU load (turn on ADC and send data through BLE every 1s), the measured value is around 45 degC, compared to my temperature gun reading, 32 degC on the chip package surface. I know there should be some difference between die and surface, however, 45 degC seems not reasonable for this LOW POWER chip set.

I wonder whether the temp. sensor was calibrated after its fabrication? Is the reading reliable?

Parents
  • I think the short answer is "no". Those 13 degrees between ambient and die temperature are too much, and should be corrected for, also see my question and data.

    There is an undocumented temperature offset register (mentioned in a PAN) which might originally have been intended as a calibration mechanism, but it is always set to 0 (and if not, you're told to do so yourself). It seems the +/- 4 deg accuracy spec is not completely made good upon.

Reply
  • I think the short answer is "no". Those 13 degrees between ambient and die temperature are too much, and should be corrected for, also see my question and data.

    There is an undocumented temperature offset register (mentioned in a PAN) which might originally have been intended as a calibration mechanism, but it is always set to 0 (and if not, you're told to do so yourself). It seems the +/- 4 deg accuracy spec is not completely made good upon.

Children
No Data
Related