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.

In I2C communication, bq27750 can not be written

Other Parts Discussed in Thread: BQSTUDIO

when i use bq27750,i can read data from data flash.but i can not write data to dataflash.

my writting process is as follow:

W : 0xAA + Write CMD + REG ADDR + datablock

W:0xAA + 0x3E + 0x63 + 0x45 + 0x30 + 0x11

0xAA is write address(donot care)

0x3E:Recommend by datasheet

0x63&0x45: 0x4563,it is address of design capacity reg

0x30&0x11: 0x1130 :designed value of capacity,4400mAh.

so ,what is the problem in my process?

and , what is the right writting process?

hope your reply

sincerely