Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

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.

CC2662R-Q1: LAUNCHHWL-CC26X2R1

Part Number: CC2662R-Q1
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);