Other Parts Discussed in Thread: BQSTUDIO
Hi,
I've generated a golden image using bqStudio, which will later be used by a microcontroller to program a bq34110.
The srec and bq.fs files work totally fine to program the bq34110 with, but when I try to program the df.fs file it fails when verifying the existing firmware version.
;--------------------------------------------------------
;Verify Existing Firmware Version
;--------------------------------------------------------
W: AA 3E 02 00
C: AA 3E 02 00 FF A5 FF A5
As I use the latest firmware I get the firmware version 01 10 00 02. So why does it try to verify that the version is FF A5 FF A5? The ref manual says that it will always report the device number 0110 for the bq34110 device, so how should it even be possible to get FF A5 FF A5?
Br,
Johannes