Tool/software:
Hi All,
I have a question about the TPSM8S6C24.
Is it possible to read the output voltage and current using PMBus??
Best Regards,
Ishiwata
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.
Tool/software:
Hi All,
I have a question about the TPSM8S6C24.
Is it possible to read the output voltage and current using PMBus??
Best Regards,
Ishiwata
Is it possible to read the output voltage and current using PMBus??
Yes. The commands are READ_VOUT (Command code 8Bh) and READ_IOUT (Command Code 8Ch)
READ_VOUT uses Linear16 encoding, as defined by VOUT_MODE (Command Code 20h)
READ_IOUT uses Linear11 encoding, as defined by the PMBus specification.
Both commands use the READ_WORD SMBus transaction type.