Hi,
I'm trying to send Layer 2 ptp pdelay request or sync messages (any event message) to DP83640. I can see content of received message is correct. But when I control RXTS_RDY bit of PTP_STS register, I see that it is not set.
You can find my register configuration for PTP below:
PTP_CTL:
PTP_ENABLE
PTP_RXCFG0:
RX_L2_EN,
RX_TS_EN
PTP_TXCFG0:
TX_TS_EN,
TX_L2_EN
PTP_TXCFG1:
BYTE0_MASK = 0xf8
BYTE0_DATA = 0x00
PTP_RXCFG1:
BYTE0_MASK = 0xf8
BYTE0_DATA = 0x00