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.