Hi
The note[4] of section 10.1 SAR_ADC if S32K3 DataSheet Rev13 list:
TUE spec for precision and standard channels is based on 12-bit level resolution.
There is no TUE spec based on 14-bit level resolution. Therefore, the RTD temperature sensing macro is defined only for 12‑bit resolution and uses a 12‑bit temperature instance in Adc_Sar_Ip.h and Adc_Sar_Ip.c. You need to modify the RTD API yourself.
Please note TS_TADCSA (Required ADC sampling time Required ADC sampling time specified by parameter TS_TADCSA needs to be used at the ADC conversion to guarantee the specified accuracy. A smaller sampling time leads to a less accurate result.

There are 2 methods to reduce the instability of TempSensor CH conversion data:
1.The ADC conversion clock can be set as Module_Clock(Core_CLK 160MHz)/4=40MHz.
2.The ADC Sample Time can be increased instead of using the default value. (Increase the value of Adc Unit Normal Sampling Duration)
Best Regards,
Robin
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------