Hi,
While programming the golden file on our custom board with bq27520 battery gauge, the board rebooted.
This has caused the fuel gauge to no longer being detected on 0x55. Instead it is being detected as 0x0B. Even after power cycling it.
After searching some documents, we came to know that it has actually entered ROM mode.
Would commenting the following lines from .bq.fs file and trying to flash again using bqtool bring us out of ROM mode?
;--------------------------------------------------------
;Unseal device
;--------------------------------------------------------
W: AA 00 14 04
W: AA 00 72 36
W: AA 00 FF FF
W: AA 00 FF FF
X: 1000
;--------------------------------------------------------
;Go To ROM Mode
;--------------------------------------------------------
W: AA 00 00 0F
X: 1000
Or do we have to issue some special i2c commands? If so, can you send us those commands?
Thanks and Regards,
Anand Mistry