We are looking to demo the LTC2497 with a Raspberry Pi 4 as the I2C driver. The setup is as follows:
- I2C bus connected to LTC2497 pins with pull up resistors (6.8k)
- 5V power and GND to LTC2497
- Address pins grounded (LOW, LOW, LOW)
- REF+ at 5V, REF- at 0V
With this setup, we've only gotten as far as confirming that I2C is being queried using the RPi's `i2cdectect` tool, but we get no valid response. We have attempted to use different addresses, separate power supply, etc and no luck.
Other notes:
- Other i2c devices work on the RPi bus no problem (detected and accessible)
- Running the LTC2497 with the Analog Devices USB board and GUI software also works
The above lead me to believe that this is a wiring problem, but it is unclear where the problem could be.
I2cdetect on scope from Rpi (same result connected to LTC2497 or not)
I2cdetect not showing LTC2297, which is expected on address 0x14.
Any help is appreciated!