Hello, I have two questions about the BQ27510-g2 gas gauge:
I don't have the EV2300 and I want to write in the flash memory, I been able to read the flash memory, but when I try to write a value, the value never seems to move to the flash memory after I send the checksum. The steps that I´m following to write are the next ones:
- first, I send a 0x00 to 0x61 (BlockDataControl).
-next, a 0x3A to 0x3E (DataFlashClass) to select the manufacturer block A.
-then, a 0x00 to 0x3F ( DataFlashBlock) to select the fist 32 bytes block.
-after that, 0xA8 to 0x45 (DataBlock) to write a 0xA8 to the specific datablock.
-And finally, a checksum of (0xFF - 0xA8) = 0x57 is sent to 0x60, to move the value to the memory flash.
What is that I´m missing?, could you please help with that.
And the second question is:
Why the gas gauge is not sending the acknowledge after I send a Command?, the acknowledge bit is only sent after the adress of the device, but never after a command. The command is actually recognise by the device, and sends the correct Data, but the acknowledge bit is not sent. Could you please help me with these two questions.
Thank You.