Hi,
I need to access the status register to read the Vout UV Warning bit and can't figure out what commands to access this register.
Thanks,
Jordan
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,
I need to access the status register to read the Vout UV Warning bit and can't figure out what commands to access this register.
Thanks,
Jordan
Hi
Do you mean STATUS_VOUT(0x7A) command to tell the status of a given rail? This is standard PMBus command.
You can refer section 17.3
http://pmbus.org/Assets/PDFS/Public/PMBus_Specification_Part_II_Rev_1-1_20070205.pdf
It is a paged command. so you have to issue PAGE_COMMAND(0x0) to select the target rail first followed by STATUS_VOUT command.
Regards
Yihe