This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to isolate a broken I2C chip and keep the system running?

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!

Related