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.
Part Number: TMS320F280049M
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.