3 Temperature Measurement Principle
To perform a corrected reading of the junction temperature (TJ):
- Initialize the temperature sensor system (i.e., ADC and Temperature Sensor and Voltage Reference module).
- Read the VTEMP voltage with the ADC (output code: ADCVTEMP).
- Read the VBG voltage with the ADC (output code: ADCVBG).
- 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.