Skip to main content
Visitor II
May 5, 2025
Question

To correct PTP register bit-description (stm32f767xx.h)

  • May 5, 2025
  • 1 reply
  • 285 views

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

ptptssr.jpg

 

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    May 5, 2025

    Hello @vv22 and welcome to the ST Community.

    Thank you so much for reporting this typo. I've reported internally for correction on the future (under internal ticket number 209119).

    Best Regards.

    STTwo-32