Hi,
I'm using nrf52832 (SDK 15.3). And I have 24 chips on the same I2C bus. They all work fine right row. But if one of the chip is broken, the whole system will crash. Is there a good way to detect which chip is dead and isolate it, so that the system can still running with other chips. Should I use I2C scanner to do it?
Thanks!