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