Hello,
We are currently trying to program a BQ27742-G1, at production, via I2C using the files (bq.fs / df.fs) generated by Battery Management Studio (Golden Image).
Our current issue is that when we try to program the device , it fails in some compare lines.
For instance, on the bq.fs file:
C - READ AND COMPARE 4 BYTES FROM I2C_ADD 0x16, REG_ADD 0x4 Expected : A2 D4 A4 9B Actual : A2 42 00 00
In case of the df.fs it fails on:
C - READ AND COMPARE 2 BYTES FROM I2C_ADD 0xAA, REG_ADD 0x0
Expected : 42 07 Actual : 42 00
Our applications implementations seems right since other compare lines work.
If you could help us with our problem, and if possible explain what happens behind (can we just edit the *.fs file?)
Thanks,
Jose - Bithium