Hello,
when we read from TPS25750 through I2C we encounter following error:
First byte read over I2C is always 0x04.
E.g. we read register 0x03 MODE and if we read 4 bytes from this address we get '0x04' 'P' 'T' 'C'.
if we read 5 bytes from 0x03 MODE we get '0x04' 'P' 'T' 'C' 'H'
Anybody knows what is going on, please?
Thank you