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