This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BQ34Z100: firmware update with .srec file

Part Number: BQ34Z100
Other Parts Discussed in Thread: BQSTUDIO
Hi,


I am writing a tool that would update the firmware of bq34z100 from a srec file created with bqStudio.
I found an example of such a program in slua665 "Going to Production With the bq34z1xx".
The sample program operates with an array of size 1024 and addresses that start at 0x4000.
The srec file has a section of size 1024 with the same address.
This seems ok.


However, how can I update bq34z100 with the whole srec file, not just a 1024 bytes section.
I would like my tool to write the whole srec file (183,892 bytes) created in bqStudio, just like bqStudio does this itself.


Thanks,
Vitaliy