I'm using the DK-TM4C129X board PG0 pin as PPS out, but it does not work.
I initialize the program as follow step.
1: enable the LWIP_PTPD in Lwipopts.h.
2: ROM_GPIOPinConfigure(GPIO_PG0_EN0PPS);
3: EMACTimestampPPSSimpleModeSet(EMAC0_BASE, EMAC_PPS_1HZ);
I focus on IEEE-1588 develpoment, when to relsease the ptpd example ?
Thanks for any help you can provide.