Hi ,
i am using bq27421-G1A battery fuel gauge and I2C communication with my controller.
According to your example of bq27421-G1 Technical Reference on Page:15 for Data Memory Parameter Update Example (SLUUAC5A–June 2013–Revised August 2014)
step No 6.( Write the block offset location using DataBlock() ) if my offset is in between 0 to 31 i have to use 0x00 if it is in between 32 to 41, i can use 0x01
This is working fine.
but if i have offset is more then 41 then what should i do..? (0x02 is not working)
My code is working for updating parameter like FH Setting 0,Ra Filter,FH Setting 1,FH Setting 2,Fast Qmax Current Threshold etc,because their offset is less then 41 but,more then 41 offset like Min Delta Voltage, DeltaV Max dV , my code is not working
Please help me my project is stopped on this point..
Thanx