Hello,
We have a stingray platform. I am trying to powerup the device by following the powerup procedure in the link below.
https://wiki.analog.com/resources/eval/user-guides/stingray/userguide#configuring_the_ltc2992 . According to wiki, writing 0x00 to 0x96 and 0x97 registers of LTC2992 will blink the orange led on the board.
However when i try to program LTC2992 over I2C, device do not respond. I also tried to scan i2c addresses on the board with Arduino i2c_scanner code, but Arduino could not find any i2c address.
All of these means that the chip is broken? LTC2992 datasheet says, chip requires repeated start conditon for read operations. Does LTC2992 also require repeated start condition for just write operation?
thank in advance.