在退出睡眠条件里,备注4描述
Wake on SMBus command is only possible when the gas gauge is put to sleep using the ManufacturerAccess() SLEEP mode
command or [IN_SYSTEM_SLEEP] is enabled with Bus Timeout = 0. Otherwise, the gas gauge wakes on an SMBus
connection (clock or data high).
看字面意思只有在以下两种情况下可以命令退出睡眠
1)使用ManufacturerAccess() SLEEP mode command进入睡眠
2)[IN_SYSTEM_SLEEP]使能且Bus Timeout这个参数设置为0
但是在下面的note里又说非0的Bus Timeout参数可以让芯片通过通讯退出睡眠。
Having a non-zero Bus Timeout setting enables the gauge to wake up by
a communication and capture the current measurement.
不知道是否我理解有误,这似乎有点前后矛盾的感觉。对于命令退出睡眠,Bus Timeout这个参数到底如何设置?
