Hi everyone,
I'm having some interogation about the the bq24040 battery charger.
What I want to do is:
- TS "controlled" by a NTC during normal operation
- TS pulled low by a MSP430 uC if software safety timer exceeded
- MSP430 completely OFF during cut-off -> interfacing with bq24040
I was thinking to put the I/O of the MSP430 as input for normal operation and as output low only for disabling the bq24040 (I/O resets as input when wall charger removed; !PG status pin). But, during the cut-off protection, the MSP430 could be completely OFF, how will act the TS pin if the MSP430 is powered down, I don't want to stuck the battery charger in disable mode while the cut-off protection...
The !BAT_EN pin of bq24041 should work as I want, this pin is active low, so the charger is enabled when the MSP430 is OFF.
Moreover, whath happen with the !PG pin while the uC is shutted down? It is an active low output, so output a "1" while there is no input voltage, this "1" will go on a disabled uC, will this create any problem?
!PG pin could be in Pull-Up by the voltage applied to the MSP430, but is there a "start up" problem in this case? In fact I'm asking me if it is a "good" solution to pull-up the two bq24040 status pin by "software" through an output pin of the MSP430....