I am trying to find a reliable way to tell if a battery is detached using the TPS65721 while plugged in over USB. Right now I am using the comparator to see if the battery voltage is less than 2.2V (register 0x05). Is there a more definitive way to tell if a battery is detached? I also tried the CH_FAULT bit in register 0x06 but it did not change when a battery was removed.