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.

BQ40Z50-R2: Possible Bug in bqStudio

Part Number: BQ40Z50-R2
Other Parts Discussed in Thread: BQSTUDIO

Hi There,

I suspect I have discovered a bug in bqStudio 1.3.54.1

As part of the learning cycle, LStatus should move through the stages 0x04,0x05,0x06,0x0E.

On the Registers Tab, this is displayed in the Value column and also as the individual Flags the nibble (FIELD_QMAX, ITEN, CF1, CF0).

As I moved through these stages, the Value and the Flags reflected each other, with the exception of the 0x0E, which was reported as;

Value: 14

Flags: FIELD_QMAX=0, ITEN=1, CF1=0, CF0=0

I was expecting to see

Value: 0E

Flags: FIELD_QMAX=1, ITEN=1, CF1=1, CF0=0

When I exported the Data Memory as a text file, Update Status was indeed 0E, as expected.

Could it be that the GUI is writing Decimal Instead of Hex to the Flag Display Resister?

Thank you,

Jeremy.