Facing issue while writing configuration register with 9 bit resolution (R0,R1 bit) using I2C protocol. Whenever trying to write the configuration register with 9,10 or 11 bit resolution it is always considering 12 bit resolution and showing the temperature register value from sensor with 12 bit resolution only.
For setting the alert pin for higher and lower threshold, I2C read and write works but writing the value to temperature sensor is not working and because of non functional writing operation in temperature sensor it is not comparing the high and low threshold with current temperature and alert pin is not working as expected.
(Note: Alert pin output from sensor is connected to GPIO on Aurix controller)
Thank you.