Other Parts Discussed in Thread: BQ25892, BQ25890, BQSTUDIO
Hello,
I have a bq25892 eval board and have setup a microcontroller to communicate with it. I can read and write to a particular register fine.
However, the values I get back don't seem to make sense to me according to the data sheet. Is there a register offset or something I'm missing?
For example reading register 0x14 returns 0xCA so bits 5,4,3 are 001 which is undefined according page 54 of the datasheet not 011:BQ25890 or 000:BQ25892.
And bits 1,0 are 10 which is also undefined as the Device Revision: 01.
Any suggestions as to where I might be going wrong?