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.

BQ78Z100: Writing flash data

Part Number: BQ78Z100
Other Parts Discussed in Thread: BQSTUDIO

I am controlling bq78z100 with my CPU using HDQ


I need to write into manufacture info block A24 (0x4058) and fail to do that.


I can read back the manufacture info block Ok.


Using bqStudio I can write this address successfully.


1. Do I need to write the entire Block? (32 bytes)


2. Do I need to calculate C.S and write it also?


According to example in the PDF file I try:


Write 0x3E|0x80 =0xBE
Write 0x58|0x80 =0xD8   //Little Endian
Write 0x40|0x80 =0xC0
Write one byte Data. (0x12)

Thanks