Other Parts Discussed in Thread: AM2634
Tool/software:
Hello, I am currently performing temperature tests using the CC2662,BQ79718 and have a question regarding this. I am testing with the LAUNCHHWL-CC26X2R1 and the corresponding SDK Code. When measuring ADC values with the temperature sensor (NTCG163J), the values I receive do not match the actual RT Table at all. Could you please confirm whether the data comes in as 16-bit and provide detailed information on the format of the data?
Also, could you please provide a detailed explanation of the formula used in the CDD code(Sitra 8.1.6) for the AM2634 as shown below?
CSU01_NTC01_Temp = ((GetTemperatureFromAdc(zBmiWiredApp.zTempAdc[0][9u]/ 10u) - 5u)/10u);