Hello
We would like to change the 'design capacity' value in the dataflash of BQ27510.
The default value is 1000mAh and our battery capacity is 4000mAh.
Following the datasheet, to access a Class of more than 32 bytes (like the Class configuration that should be used to change the capacity) we need to :
-switch to unsealed mode
-invoke the BlockDataControl command with value 0x00
-read and write the 32 bytes data from BlockData() with the right offset.
Questions are :
- How to set the flash in UNSEALED mode ?
- Which commands to invoke to point on the Design Capacity data and how to modify it ?
Is there a source code example that could be used ?
Thank you very much for your support.
With best regards, Alain