Page 1 of 1

How to communicate with I2C devices with 2 addresses with the new I2C master driver

Posted: Sun Feb 16, 2025 9:46 am
by brmmm3
Please, can someone post an example code how for setup and communication with I2C devices which have 2 addresses (one for read and one for write) with the new I2C master driver?

Re: How to communicate with I2C devices with 2 addresses with the new I2C master driver

Posted: Mon Feb 17, 2025 7:36 am
by MicroController
brmmm3 wrote:
Sun Feb 16, 2025 9:46 am
I2C devices which have 2 addresses (one for read and one for write)
Sounds odd. Are you sure that's two addresses and not a single address + R/W bit?
Do you have an example of such a device (datasheet)?