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.

BQ25601: BQ25601

Part Number: BQ25601
Other Parts Discussed in Thread: BQSTUDIO

Hi

I just bought an evaluation board of bq25601 for charger application. I tried to program in with external controller using I2C interace but i got stuck at a point.

During communication i am able to write the data to the registers but when i read those registers just after writing i always get the default value from the registers.

i don't know what i am doing wrong. I had read the registers and there is no fault and everything is fine.

On evaluation board pullup is connected to SYS and load is also connected to the board.

the configuration for the registers are as follows :- 

REG00    0x97


REG01    0x54


REG02    0xe8


REG04    0x58


REG05    0x8b


REG06    0x56


REG07    0xd4


REG0B    0x00

And during read i get the following data :-

REG08   0x74

REG09   0x80

REG0B   0x11

I hope with this info you can help.