I am attempting to measure junction temperature on an S32K358 mcu following this thread:
https://community.nxp.com/t5/S32K/Internal-Temperature-sensor/td-p/1688673
The problem I am having is that the measured temperature seems to have different units than expected. Based on available documentation, it appears I should be measuring temperature in degrees C. However, at room temperature I'm measuring on the order of 225 instead of 22.
I have run the initialization of the ADC per the examples. I run the calibration, then enable the temp sensor.
The collection routine is as follows:

I convert from fixed precision to degrees C as follows:

Based on this, should I expect to red temperature in units of degrees C?