Other Parts Discussed in Thread: BQSTUDIO
请问,SMBus地址0x16如何修改成0x1a,请技术解答一下,谢谢!
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.
请问,SMBus地址0x16如何修改成0x1a,请技术解答一下,谢谢!
您好,该地址是在Smbus > Address DF value中进行编程,2 的补码应该在address check中进行编程。

默认为:
0x16 = 0001 0110
2's comp = 1110 1010 = 0xEA
新地址为:
0x1A = 0001 1010
2's comp = 1110 0110 = 0xE6