3 Temperature Measurement Principle

To perform a corrected reading of the junction temperature (TJ):

  1. Initialize the temperature sensor system (i.e., ADC and Temperature Sensor and Voltage Reference module).
  2. Read the VTEMP voltage with the ADC (output code: ADCVTEMP).
  3. Read the VBG voltage with the ADC (output code: ADCVBG).
  4. Apply a correction formula using the OTP calibration data:

    TJ = f(ADCTEMP, ADCVBG, OTP_CALIBRATION_DATA).

In the case of periodic temperature measurements, step 1 may be done once at the initialization phase of the application. Steps 2, 3 and 4 are repeated each time a temperature reading is required. Considering the temperature variation dynamics, a 1-second interval between two measurements fits most applications.