Other Parts Discussed in Thread: BQSTUDIO
请问,Battery Management Studio可以修改smbus地址吗?对应的是哪一个寄存器
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.
请问,Battery Management Studio可以修改smbus地址吗?对应的是哪一个寄存器
您好, The address should be programmed in the Smbus > Address DF value, the 2's complement should be programmed in the address check.

比如地址 0x16 改为 0x1a
Default:
0x16 = 0001 0110
2's comp = 1110 1010 = 0xEA
New address:
0x1A = 0001 1010
2's comp = 1110 0110 = 0xE6
您好,地址修改以后点击write写入,或者按enter键写入。
您可以参考下面链接的内容,确认新地址可以正常打开BQSTUDIO