Hi,
I would like to know if i set PmbusRegs.PMBCTRL2.bit.MAN_CMD = 1, and after i receive a command byte, will the PMBus module pull low the clock automatically before i set PmbusRegs.PMBACK.bit.ACK = 1 to ACK the received byte?
If i set MAN_CMD = 1, do i need to set ACK = 1 for every data byte i received? Or the PMBus module will still ACK the received data byte automatically except the command byte?
Then how do the PMBus module distinguish command byte and data byte?
Regards,
Lee