Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Hello,
I would like to ask, how to convert ADC value measured from internal temperature sensor to temperature in °C or K.
I never found any characteristic. In technical reference manual are mentioned functions Device_cal(); getTempSlope(); getTempOffset(); getTemperatureC(int16 sensorSample); but I don't know how to use them. Better said compiler reports unresolved symbol _getTempSlope() etc.