Hi @SAL_111,
If the RTD example works on the EVB but not on your custom board, it may point to a hardware issue. Please confirm connections and voltages. You can refer to the Hardware Design Guidelines from the HW Design Package.
That said, the example for the ADC provides the necessary APIs for getting the value. Just remember to configure the analog pin and correct channel. For example, in the S32K344 EVB board, the included potentiometer is wired to ADC1_S10 (channel 34). You can simply modify the example to measure ADC1_S10 instead for normal conversions:



Best regards,
Julián