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.

BQ27531-G1: What's the maximum amount of data byte in a write/compare command of a FlashStream file?

Part Number: BQ27531-G1

Hi,

We are working with a bq27531-G1 on one of our product. I'm currently writing firmware for this IC and was wondering what's the maximum amount of data byte that a write/compare command of a FlashStream file can have? I've read page 8 of https://www.ti.com/lit/an/slua801/slua801.pdf and page 31 of https://www.ti.com/lit/ug/sluua96a/sluua96a.pdf.

Looking at table 4-1 of sluua96a,

I can assume that the maximum amount of data byte of a write command is 0x61-0x3E+1d=36d.
I can assume that the maximum amount of data byte of a compare command is 0x6A-0x36+1d=53d.

Is that right?

Thanks