STM32H743 PTP offload timestamps
Hello all,
I am developing ptp master and slave with offload.
Now I have a master sending the sync

and a slave sending delay_req:

with the master sending back delay_resp:

Given this message exchange, the slave should be able to correct its time, but, to do this, it needs some timestamp.
Referring to figure 788:

How can I (the slave) get t1,..,t4?
Thank you
P.S.
Every delay_req has :
originTimestamp (seconds): 0
so it seems that hw does not correct the timestamp
