I programmed a data flash file (*.dffs) into my BQ27510 via I2C.
"SLUA541A - Updating the bq275xx Firmware at Production"reads: "No row contains more than 96 data bytes."
So my programming routine read max. 96 bytes per line and programmed it into the Gauge.
After some lines the Gauge was dead.
Reason: The Golden device files contain lines with max. 100 bytes data content.
The 4 missing bytes shredded my Gauge.
Is there a way to wake it up again?