I am trying to use the P3T1755 via I3C. I can access the part under I3C and assign it a dynamic address. I can readback the PID and I get valid data. However, according to the datasheet the temperature registers are via I2C. I tried running an I2C command after setting the dynamic address and the process fails. The sensor ACKs the device address, but then releases the SDA line after the rising edge of clock which causes a STOP condition. If I run the device as pure I2C, then I can read the temperature. However, the requirement is via I3C.
Questions:
1. Does the P3T1755 support legacy I2C after configuring as I3C?
2. Are there I3C commands to get at these registers?
3. Another post asked about SDR private commands. The code given for accessing that uses CCC 0x55 with some magic payload bytes. Where can I find documentation as to what this is doing? ( I cannot find CCC of 0x55 in the datasheet.)
4. Are there any appnotes or documents to help me get up to speed on this sensor?
Thanks.