As per the procedure suggested in above link for powering PD in Semi Auto mode, we have implemented writing 0x80 on 0x1a. Which clears interrupt register, event registers and releases the INT pin.
we have implemented writing 0xff on 0x14 to re enable the detection and classification before releasing ISR.
Now,we are facing similar issue,PD is not getting powered on intermittently.
(TejNOS-EN) #show poe port 0/1 PoE port admin status.......................... PoE Enabled PoE port operational status.................... Down Detection status............................... Signature good Classification status.......................... Class-4 Power consumption status(watts)................ 0.0
Intermittently,PD is not powering up after it has been plugged-out and then plugged-in again for PoE enabled port.We faced similar issue before when PD was not powering up at all ,then as per TI's suggestion to clear interrupt,we first reset 0x1a register and then set 0x14.Now,we are facing this problem intermittently(once in 5 times).
Even in this case,events are getting generated(portUp Event),so able to get interrupts but the flow breaks somewhere in between,it is not able to update power enable register(0x19),due to which power doesn't come up.
Can you help me to understand the reason for this behaviour and suggest something to fix this?
Regards
Ayush