Hi,
I'm trying to get temperature from IIM 42352 reading from TEMP_DATA1 and TEMP_DATA0 registers (using I2C), but the only value I can get is 0x8000 corresponds to the reset value. I can read the WHO_AM_I register, which is 0x6D, but this is also the reset value.
As far as I could see from the datasheet, the temperature sensor is enabled by default (I can read PWR_MGMT0, and the value is 0x00). Maybe I am missing some configuration? Any idea why I cannot read real data?