Tool/software:
hello, I have a question about AM2634 CDD Code(sitra 8.1.6) .
How should the following code be interpreted when measuring NTC temperature?
CSU01_NTC01_Temp = ((GetTemperatureFromAdc(zBmiWiredApp.zTempAdc[0][9u]/ 10u) - 5u)/10u);
I don't understand why 5 is subtracted and then divided by 10.
Please provide an explanation.