Other Parts Discussed in Thread: EV2400, BQSTUDIO
I'm using the part in my power management PCB design and having hard time writing calibration parameters to the data flash addresses. I'm trying to update the Cell Gain value at 0x4000 data flash location. The data I'm writing is 2-byte signed integer. As the datasheet suggests, I should be doing a block write to 0x3E with the data being the register offset (0x4000 in this case) followed by the value to store; both in little endian.
My data frame looks like this:
