2025-05-05 12:23 PM - last edited on 2025-05-05 12:33 PM by Pavel A.
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_PTPTSSR_TSTTR_Pos (1U)
#define ETH_PTPTSSR_TSSO_Pos (0U)
rm0410-stm32f76xxx-and-stm32f77xxx-advanced-armbased-32bit-mcus-stmicroelectronics.pdf
rev 5 July 2024
2025-05-05 1:13 PM
Hello @vv22 and welcome to the ST Community.
Thank you so much for reporting this typo. I will reported for correction on the future.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.