Other Parts Discussed in Thread: BQSTUDIO, BQMTESTER, BQ34Z100
Hi,
Im writing external software to program BQ78350-R1 with Microchip MCP2221 module. I have question about srec file generated by bqStudio.
1. I have to program all lines from the file or only those that have data flash addresses?
First line od data flash address is
S328000040008406AE1D96193C6FFEFDFDFF020008000000000000000000000000400000030700B713D3
Last line is:
S31D000047A8FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0B
If i have to program all lines I dont know what to perform with 24 but addresses?
2. I have to provide data as little endian so address 4000 from the first line has to be changed to 0040. Question is do I also have to change other pairs of values?
For example:
S328000040008406AE1D
0040
0684
1DAE
3. In bqStudio there is checkbox Execute FW after program. I can't find information what commands are sent to execute FW. Can you please provide me an example?
Thanks in advanced