Hi.
I want to have an ability to reprogram firmware of bq40z60 in my custom hardware.
In my custom hardware I have dm3730 processor with sd-card, where i can store *.srec file.
As s-record format is not a secret, I can parse it and send to bq40z60.
For example, string from srec file: S32800004000452F05C228BFB2F43D3FA92058480000400000000000000000FFFFFFFFFFFFFFFFFFFFB4.
As I understood, 0x4000 - address in bq40z60 flash,
45 2F 05 C2 28 BF B2 F4 3D 3F A9 20 58 48 00 00 40 00 00 00 00 00 00 00 00 FF FF FF FF FF FF FF FF FF FF - data, that I have to write.
So, my first question - Is it right?
And the second question - How should I send it correct to bq40z60?
With Best Regards, Roman.