My customer now tests BQ25185 in their own PCB. And sometimes they find the symtom that SYS does not detected when the battery is connected. 1. While production, they connect the battery to the PCB ...
As per REG03 we expect SYS to turn off when the battery drops below SYS_MIN (BTE, we keep default setting of 3.5V). However, when we tested by draining the battery we found that the battery was still ...
#define SET_BAT_INSERTED() GPIO_ResetBits(BQ_BIN_GPIO_PORT, BQ_BIN_PIN) #define SET_BAT_REMOVED() GPIO_SetBits(BQ_BIN_GPIO_PORT, BQ_BIN_PIN) * Commmands for ...