Tool/software: Code Composer Studio
Dear Sir or Lady,
When the temperature of the DSP F28035 is geting higher, how should I make a calibration since there is a great change in DSP ADC temperature sensor output?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Dear Sir or Lady,
When the temperature of the DSP F28035 is geting higher, how should I make a calibration since there is a great change in DSP ADC temperature sensor output?
Tommy,
When the bit TEMPCONV is enable and set to 1, enabled internally connects the internal temperature sensor to ADC
channel A5 and disconnects the ADCINA5 pin from the ADC. Whether the pin ADCINA5 exists on the
device does not affect this function. Any external circuitry on the ADCINA5 pin is uneffected by this
mode.
The internal temperature sensor was used to calibrate the ADC, but the temperature sensor itself will output diferently from normal temperature and high temperature, should I do something more about this temperature sensor output unstably?
Evan,
The temperature sensor is primarily used for trimming the internal oscillators as shown in the osc_comp example. As you have stated, the output voltage will vary with temperature.
Are the ADC trims from Device_cal() not sufficient for your needs?
-Tommy