Tool/software: Linux
We are encountering some weirdness in our board where we could not detect TCA9555, 3 pieces on our board:
- Using Linux i2c command, i2cdetect, it sees none of those 3 TCA9555s’. Other slaves are present, however.
- Then if I do an i2cset to each of the 3 addresses, I then see them all with i2cdetect.
- I then used reboot and used uboot commands:
- i2c dev 1 then i2c probe doesn’t see none of the 3 TCA9555s
- But after doing i2c md to each of them, i2c probe now sees them all
Have you seem something like this before?
Thanks,
Nick