Hi,
I got the issue about PMBus time out.
As I knew , I use CLK_LOW_TIMEOUT , but the timeout is 35ms and over spec by customer.
I want to refer to low logic on GPIO , but i can not find the GPIO like PMBUS-CLK under below table.
if i use PMBusRegs.PMBST.bit.SCL_RAW , the PMBUS will be disconnected some time. What can I do ?
Buff = PMBusRegs.PMBST.bit.SCL_RAW ;
If (!Buff) mToggle_EPOW();