Add MB_PSU_SETTING command for MWOCP67 - #36
Conversation
mkeeter
left a comment
There was a problem hiding this comment.
I checked against the datasheet and this looks correct!
|
Out of curiosity, does the MWOCP67 also honor the PMBus |
CLEAR_FAULTS might work too, but I'm preferring MB_PSU_SETTING because the datasheet makes it sound simpler to use and more certain to get the PSU working again. Quotes from the datasheet:
MB_PSU_SETTING bit 6:
I want to test with an interesting fault that shuts off the output, like overtemperature, but haven't been able to yet. |
We'll need to use the
ClearFaultsfield of MB_PSU_SETTING to clear latched faults. I tested that field and thePowerCyclefield (though we'll use the already-defined OPERATION command instead for disabling the output.)This is part of oxidecomputer/hubris#2564.