Hi team,
may I know the format of our register address?
is it 7bit or 8bit without R/W bit?
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.
Hi team,
may I know the format of our register address?
is it 7bit or 8bit without R/W bit?
Per the PMBus and SMBus Standard, the provided Device Addresses are presented in 7-bit format with Bit 0 of the address byte containing the Read/Write Bit.
The first byte of a transaction addressing a device with Address 0x24 would contain 0x24 in bits [7:1] and b'0 in bit 0 for a total 8-bit value of 0x48
The Read Address, transmitted after a repeated start, would contain the 8-bit value 0x49 due to bit 0 = b'1