Well, you should have a look on how I2C addresses get specified. I.e. The NXP I2C spec is a pretty good read and explains it quite well.
https://www.nxp.com/docs/en/user-guide/UM10204.pdf
If yoi are still unsure which address is correct, why not make an address scan on your bus and then work out - from what you've learned when looking at the I2C spec - which device should repond to the shown address.
From the data sheet:
The 7-bit slave address is fixed to 6Ch (write)/6Dh (read):
MAX17043/MAX17044 SLAVE ADDRESS 0110110
What do you think is correct after having checked the bus spec?
R/W 0110110
Or
0110110 R/W
https://www.nxp.com/docs/en/user-guide/UM10204.pdf
If yoi are still unsure which address is correct, why not make an address scan on your bus and then work out - from what you've learned when looking at the I2C spec - which device should repond to the shown address.
From the data sheet:
The 7-bit slave address is fixed to 6Ch (write)/6Dh (read):
MAX17043/MAX17044 SLAVE ADDRESS 0110110
What do you think is correct after having checked the bus spec?
R/W 0110110
Or
0110110 R/W
Statistics: Posted by aBUGSworstnightmare — Sat Jan 13, 2024 6:50 am