Hello all,
I am trying to port a ptpd example written for the stellaris ek-lm3s8962 (stellarisware) into tivaware.
Obviously the differences on how PTP1588 is implemented on the tiva processors these have to be reflected on the software as well. As one might guess most of the functions needed to port the example are available in the tivaware\utils for the EMAC.
I have a particular question for the implementation of ptpd function
Boolean adjFreq(Integer32 adj)
defined in:
C:\StellarisWare\third_party\ptpd-1rc1\src\dep-lmi\ptpd_servo.c
and implemented in:
C:\StellarisWare\boards\ek-lm3s8962\enet_ptpd\enet_ptpd.c
I am asking if this is to be replaced by the tivaware driver function:
EMACTimestampSysTimeUpdate().
Any info will be appreciated.
Regards,
Evros