Hi, Dear Experts
my customer have some questions are as below, and add some my experiment also:
1. BQ76952 cannot turn on the PDSG pin by these below commands :
1st:
0x0093 DSG_PDSG_OFF()
0x0094 CHG_PCHG_OFF()
0x0095 ALL_FETS_OFF()
2rd:
writes the 0x0096 ALL_FETS_ON() command
3rd:
write 0x0097 FET_CONTROL as 0x00 to turn on the fet if other conditions are met
4th:
Write 0x9308 FET Options Register
Bit4 PDSG_EN=1, PDSG FET is turned on before DSG
5th:
test mode:
0x0057 Manufacturing Status() Bit Definitions,BIT5,4,2,1,0=1
0x001C PDSGTEST() Only functional in FET Test mode, toggles PDSG FET state
0x001E PCHGTEST()Only functional in FET Test mode, toggles PCHG FET state
0x001F CHGTEST() Only functional in FET Test mode, toggles CHG FET state
0x0020 DSGTEST() Only functional in FET Test mode, toggles DSG FET state
as the above commands ,my customer feedback that it is still cannot turn on the PDSG pin, but these are ±0.3V changing during the test mode toggling. so is there any ,command like DSG_PDSG_ON()?
Or is there any common code to show us the logic how to turn on PDSG without turn on every FETs, and turn off the useless FETs one by one?