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-G1: How to write bq.fs and df.fs files into gauge using a microcontroller, and how to use them.

Part Number: BQ34Z100-G1

Tool/software:

Hi, i have the bq.fs and df.fs files and i need to write them. First thing: Do i need to write both to the gauge?(data and program) and i do not understand some lines of the file:

This line i understand:

Unseal device
;--------------------------------------------------------
W: AA 00 14 04 // Write in AA, in 00 registers the bytes 14 and 04.
But i dont know how to procedure here:
 
W: 16 00 04 00 00 00 83 DE // where is AA? What 16, 00 etc are?
W: 16 64 65 01
X: 200
C: 16 66 00
Thanks for the help.