bq3060和bq24765的smbus是否可使用同一总线,即一个computer host,在一根smbus总线上同时挂载bq3060和bq24765。如果可行在电路设计上需要注意哪些问题,如果不可行请给出原因,谢谢
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
楼主,多个器件同时挂在总线上,注意每个器件的SDA和SCL都单独上拉,避免主控芯片的驱动能力不足。BQ3060和BQ24765这类支持I2C总线的芯片,都有自己的地址,器件地址不同,就可以挂在I2C总线上,不影响通信。