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.

BQ79731-Q1: This question is about BQ79718-Q1 (not available via Part Number above)

Part Number: BQ79731-Q1
Other Parts Discussed in Thread: BQ79718-Q1

Tool/software:

Hello,

In the "bq79718_sample_code_1.4" obtained via Secure Resources, in "source/sys_main.c", function "main", there is code:

...

WriteReg(0, 0xC00, 0x94, 1, FRMWRT_ALL_W);
WriteReg(0, 0xDFF, 0xA3, 1, FRMWRT_ALL_W);
WriteReg(0, 0x83E, 0x14, 1, FRMWRT_ALL_W);
WriteReg(0, 0xDFF, 0x00, 1, FRMWRT_ALL_W);

...

However, the above register offset values (bolded) used as the 2nd input parameter for function "WriteReg", cannot be found in the BQ79718-Q1 TRM at all. How will the above 4 lines of code configure or control the BQ79718-Q1 to do?

Please advise. Thanks.

John