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.

BQ28Z610-R1: Data Flash Access

Part Number: BQ28Z610-R1
Other Parts Discussed in Thread: BQSTUDIO, BQ78Z100, BQ28Z610

Hello,

in relation to the gauge calibration I want to update the calibration values of Cell Gain, Pack Gain, and so on.
To understand the mechanism I use the Advance Comm in bqStudio. The sluuc81.pdf describs the write to DF and read from DF. I am fine with read from DF, but write doesn't change the values I want.

If I do the commands for Cell Gain based on the example in the TRM...       
To update data1, send a block write with command = 0x3E
block  = starting address + DF data block
           = 0x00 + 0x40 + data1_LowByte + data1_HighByte
           = 0x00 + 0x40 + 0x62 + 0x2F

0x2F 62 = 12130

... the value in the next read from DF ist still the previous one 12139 (0x2F 6B).

An idea what I am doing wrong?