Hi
I'm using an LTC2631 8-pint 12bit DAC converter (mid-scale) in my project. I'm sharing my schematic design along with the TWI slave address & registered address.
#define LTC2631_BASE_ADDRESS 0x10 //!< LTC2631 base address
#define LTC2631_DAC_ADDRESS 0x30 //!< LTC2631 write-to-dac register
I tried to find the slave address using the I2C scanner program but getting an error "Not able to find slave address".
Please check my schematic and let me know if I need to change anything.