golden file is not for production.
i am trying to program fuel gauge bq27542-g1. to get current state of charge of battery i used bq27542-g1. i am developing code for it.
for program bq27542-g1 i used driver code form slua801.PDF of ti.
Actually i used this driver for fix firmware code which can give me updated soc.
as you said " The FlashStream parser is used to program the golden file for mass production."
But code is under development. i have to test and program until it not updated soc from bq27542-G1.
till now 2 bq27542-G1 ic is changing device address 0x55 to 0x0b.
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- 0b -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- UU -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
so i want reference code which can give me correct reference to program it.