To correct PTP register bit-description (stm32f767xx.h)
in file stm32f767xx.h /* Bit definition for Ethernet PTP Time Stamp Status Register */#define ETH_PTPTSSR_TSTTR_Pos (5U) #define ETH_PTPTSSR_TSSO_Pos (4U) need replace to /* Bit definition for Ethernet PTP Time Stamp Status Register */#define ETH_...