Hi,
I can't get the SYNC transmit timestamps of PTPV2 on the DP83640.
I use Two_Step that means it has a follow up message.I use "wireshark" to monitor transmit packets what I sent is PTPV2.I see ''Software Development Guide 3.1.2.1 Transmit Timestamp Configuration'' and "DP83640 Software Design Guide and C Software Reference Library" to configurate the DP83640.
When read the PTP_TDR, I see the time run.
When send SYNC message, the code below has no events and the fllow up message has no origintimestamp.
events = PTPCheckForEvents( portHandle);
if ( events & PTPEVT_EVENT_TIMESTAMP_BIT)
{
PTPGetEvent( portHandle, &eventNum, &riseFlag, &seconds_ts, &nanoseconds_ts, &eventsMissed);
}