This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BQ4050: To Enable PROCHOT Assertion

Part Number: BQ25720
Other Parts Discussed in Thread: BQ4050,

Tool/software:

Hello TI Team,

We have write some register values to enable the PROCHOT assertion, mentioned below,

Register Address Register Name Register Value Description
0x30 ChargeOption1 0x7300 7th bit :- set for 2.3 v (default)
Independent Comparator internal Reference
0x33 ProchotOption0 0x0881 iLim2=100%*iLim1,
ICRIT_deglitch time = 15 us,
PROCHOT_VINDPM=83%
0x34 ProchotOption1 1CBD 15-10 bit:- make threshold current to IDCHG_TH1 (000111) - 3584mAmp
9-8 bit:- IDCHG_DEG1 (00)- 78 ms
0x36 ChargeOption4 0xE04C 15-13 bit:- (111) for VSYS_UVP 8 volt
0x37 Vmin Active Protection 0x7850 enable VBUS_VAP_TH voltage to 6000mvolt
0x3e VSYS_MIN 0x5C00 9.2 V
0x3f IIN_HOST 0x7800 adapter current limit set to 6000 mAmp


and taken the register dump during booting the system,

0x12: 0xe70e
0x14: 0x0700
0x15: 0x3268
0x20: 0x8000
0x21: 0xb800
0x22: 0x7800
0x23: 0xc700
0x24: 0x0000
0x25: 0x0000
0x26: 0x0000
0x30: 0x7300
0x31: 0x00b7
0x32: 0x0434
0x33: 0x0881
0x34: 0x1cbd
0x35: 0x2000
0x36: 0xe04c
0x37: 0x78f0
0x3b: 0x09c4
0x3c: 0x3c00
0x3d: 0x3900
0x3e: 0x5c00
0x3f: 0x7800
0xfe: 0x0040
0xff: 0x00e1

We observed that the Register- 0x21 (i.e., Prochot Status) got updated during reboot to 0xb804, else in normal condition it is 0xb800. And we probe the Prochot signal which got asserts when Vsys dip to 5.6 V during reboot, but as per our setting at REG-0x36 we'd set the VSYS_UVP to 8 V. So, we expect prochot should assert at 8 V. What other change should we do for it.